Sort options.

This commit is contained in:
nekral-guest 2008-05-19 21:04:34 +00:00
parent ae7aeda621
commit 7ab3a97dfe
2 changed files with 19 additions and 15 deletions

View File

@ -1,3 +1,7 @@
2008-05-19 Nicolas François <nicolas.francois@centraliens.net>
* man/useradd.8.xml: Sort options.
2008-05-19 Nicolas François <nicolas.francois@centraliens.net> 2008-05-19 Nicolas François <nicolas.francois@centraliens.net>
* lib/getdef.c: SHA_CRYPT_MAX_ROUNDS and SHA_CRYPT_MIN_ROUNDS can * lib/getdef.c: SHA_CRYPT_MAX_ROUNDS and SHA_CRYPT_MIN_ROUNDS can

View File

@ -63,19 +63,6 @@
<para>The options which apply to the <command>useradd</command> command are: <para>The options which apply to the <command>useradd</command> command are:
</para> </para>
<variablelist remap='IP'> <variablelist remap='IP'>
<varlistentry>
<term>
<option>-c</option>, <option>--comment</option>
<replaceable>COMMENT</replaceable>
</term>
<listitem>
<para>
Any text string. It is generally a short description of the
login, and is currently used as the field for the user's full
name.
</para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term> <term>
<option>-b</option>, <option>--base-dir</option> <option>-b</option>, <option>--base-dir</option>
@ -94,11 +81,14 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term> <term>
<option>-D</option>, <option>--defaults</option> <option>-c</option>, <option>--comment</option>
<replaceable>COMMENT</replaceable>
</term> </term>
<listitem> <listitem>
<para> <para>
See below, the subsection "Changing the default values". Any text string. It is generally a short description of the
login, and is currently used as the field for the user's full
name.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -119,6 +109,16 @@
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>
<option>-D</option>, <option>--defaults</option>
</term>
<listitem>
<para>
See below, the subsection "Changing the default values".
</para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term> <term>
<option>-e</option>, <option>--expiredate</option> <option>-e</option>, <option>--expiredate</option>