* man/groupmems.8.xml: Sort options alphabetically.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 27 Jul 2008 02:11:32 +0000 (02:11 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 27 Jul 2008 02:11:32 +0000 (02:11 +0000)
ChangeLog
man/groupmems.8.xml

index 3daffc8a2dc73957eea3400312bde37fef1b0504..04bdeecefcb5fb2fb1cef22a351b4540482c0774 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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()
index 9b9177206b966d9b40925d48056200ad8661c285..c6d582331516656f28c5fd845c4631cd2f017961 100644 (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>
          <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>
          <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>