* 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>
|
2008-07-27 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* src/groupmems.c (check_perms): Simplify. Always call pam_end()
|
* src/groupmems.c (check_perms): Simplify. Always call pam_end()
|
||||||
|
@ -21,8 +21,8 @@
|
|||||||
<group choice='plain'>
|
<group choice='plain'>
|
||||||
<arg choice='plain'>-a <replaceable>user_name</replaceable></arg>
|
<arg choice='plain'>-a <replaceable>user_name</replaceable></arg>
|
||||||
<arg choice='plain'>-d <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='opt'>-g <replaceable>group_name</replaceable></arg>
|
||||||
|
<arg choice='plain'>-l </arg><arg choice='plain'>-p </arg>
|
||||||
</group>
|
</group>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
@ -61,12 +61,6 @@
|
|||||||
<para>Delete a user from the group membership list.</para>
|
<para>Delete a user from the group membership list.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
|
||||||
<term><option>-p</option></term>
|
|
||||||
<listitem>
|
|
||||||
<para>Purge all users from the group membership list.</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>-g</option> <replaceable>group_name</replaceable></term>
|
<term><option>-g</option> <replaceable>group_name</replaceable></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -81,6 +75,12 @@
|
|||||||
<para>List the group membership list.</para>
|
<para>List the group membership list.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>-p</option></term>
|
||||||
|
<listitem>
|
||||||
|
<para>Purge all users from the group membership list.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user