* man/groupmems.8.xml: Sort options alphabetically.
This commit is contained in:
parent
8f3ee46325
commit
88fce52fbf
@ -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()
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user