* man/groupmems.8.xml: Sort options alphabetically.

This commit is contained in:
nekral-guest 2008-07-27 02:11:32 +00:00
parent 8f3ee46325
commit 88fce52fbf
2 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2008-07-27 Nicolas François <nicolas.francois@centraliens.net>
* man/groupmems.8.xml: Sort options alphabetically.
2008-07-27 Nicolas François <nicolas.francois@centraliens.net>
* src/groupmems.c (check_perms): Simplify. Always call pam_end()

View File

@ -21,8 +21,8 @@
<group choice='plain'>
<arg choice='plain'>-a <replaceable>user_name</replaceable></arg>
<arg choice='plain'>-d <replaceable>user_name</replaceable></arg>
<arg choice='plain'>-l </arg><arg choice='plain'>-p </arg>
<arg choice='opt'>-g <replaceable>group_name</replaceable></arg>
<arg choice='plain'>-l </arg><arg choice='plain'>-p </arg>
</group>
</cmdsynopsis>
</refsynopsisdiv>
@ -61,12 +61,6 @@
<para>Delete a user from the group membership list.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-p</option></term>
<listitem>
<para>Purge all users from the group membership list.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-g</option> <replaceable>group_name</replaceable></term>
<listitem>
@ -81,6 +75,12 @@
<para>List the group membership list.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-p</option></term>
<listitem>
<para>Purge all users from the group membership list.</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>