Highest normal usable UID/GID is 65535, not 65536.

PR:		docs/61625
Submitted by:	Marian Cerny <jojo@matfyz.cz>
This commit is contained in:
Simon L. B. Nielsen 2004-01-20 13:39:52 +00:00
parent c71a92082c
commit 2c1066716d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19755

View file

@ -113,7 +113,7 @@
<term>User ID (UID)</term>
<listitem>
<para>The UID is a number from 0 to 65536 used to uniquely identify
<para>The UID is a number from 0 to 65535 used to uniquely identify
the user to the system. Internally, FreeBSD uses the UID to
identify users&mdash;any FreeBSD commands that allow you to
specify a user name will convert it to the UID before working with
@ -128,7 +128,7 @@
<term>Group ID (GID)</term>
<listitem>
<para>The GID is a number from 0 to 65536 used to uniquely identify
<para>The GID is a number from 0 to 65535 used to uniquely identify
the primary group that the user belongs to. Groups are a
mechanism for controlling access to resources based on a user's
GID rather than their UID. This can significantly reduce the size