* man/useradd.8.xml, man/groupadd.8.xml, man/usermod.8.xml,

man/groupmod.8.xml: Avoid hardcoded values, and reference instead
	the configuration options (e.g. UID_MIN)
	* man/groupmod.8.xml, man/usermod.8.xml: Add missing reference to
	login.defs
	* man/login.defs.d/UID_MAX.xml, man/login.defs.d/SYS_UID_MAX.xml,
	man/login.defs.d/GID_MAX.xml, man/login.defs.d/SYS_GID_MAX.xml:
	Document the default values.
This commit is contained in:
nekral-guest
2011-11-19 14:33:53 +00:00
parent 2f1e13ff7a
commit 61bb0aa943
9 changed files with 69 additions and 10 deletions

View File

@@ -99,9 +99,12 @@
<para>The numerical value of the group's ID. This value must be
unique, unless the <option>-o</option> option is used. The value
must be non-negative. The default is to use the smallest ID
value greater than 999 and greater than every other group.
Values between 0 and 999 are typically reserved for system
accounts.
value greater than or equal to <option>GID_MIN</option> and
greater than every other group.
</para>
<para>
See also the <option>-r</option> option and the
<option>GID_MAX</option> description.
</para>
</listitem>
</varlistentry>