Docs: Replace 10000 with 100000 in UID

Bug: 25932569

Change-Id: Ic04b5d263df6b368897ed547b641d79ec0fa0641
diff --git a/src/devices/tech/admin/managed-profiles.jd b/src/devices/tech/admin/managed-profiles.jd
index 483fbe4..8951166 100644
--- a/src/devices/tech/admin/managed-profiles.jd
+++ b/src/devices/tech/admin/managed-profiles.jd
@@ -92,7 +92,7 @@
 <p>Managed profiles are implemented as a new kind of secondary user, such that:</p>
 
 <pre>
-uid = 10000 * userid + appid
+uid = 100000 * userid + appid
 </pre>