* NEWS, man/groupadd.8.xml: Document the -r, --system option.

* NEWS, man/newusers.8.xml: Document the -r, --system option.
	* NEWS, man/newusers.8.xml: Document the -c, --crypt-method and
	-s, --sha-rounds options.
This commit is contained in:
nekral-guest
2008-05-19 20:53:12 +00:00
parent 537496c019
commit 461d69522f
5 changed files with 89 additions and 3 deletions

View File

@@ -126,6 +126,22 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-r</option>, <option>--system</option>
</term>
<listitem>
<para>
Create a system group.
</para>
<para>
The numeric identifiers of new system groups are choosen in
the <option>SYS_GID_MIN</option>-<option>SYS_GID_MAX</option>
range, defined in <filename>login.defs</filename>, instead of
<option>GID_MIN</option>-<option>GID_MAX</option>.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>