]> granicus.if.org Git - shadow/commitdiff
* man/groupmod.8.xml: Split the -g option description into smaller
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 19 May 2009 22:00:14 +0000 (22:00 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 19 May 2009 22:00:14 +0000 (22:00 +0000)
paragraphs.

ChangeLog
man/groupmod.8.xml

index 50ad41952005675ae3b224e904c15d8117594b4d..e595f41a7b1456706dd1b4f1f4c3cbfc343a233d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-19  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * man/groupmod.8.xml: Split the -g option description into smaller
+       paragraphs.
+
 2009-05-19  Nicolas François  <nicolas.francois@centraliens.net>
 
        * man/usermod.8.xml: Ownership of the mailbox is also changed with
index d23000893d03832511b0fa8530d06d484d273d90..9ccd4c54a2f870fd451976122a283f43cb271c1d 100644 (file)
        <listitem>
          <para>
            The group ID of the given <replaceable>GROUP</replaceable> will
-           be changed to <replaceable>GID</replaceable>.  The value of
+           be changed to <replaceable>GID</replaceable>.
+         </para>
+         <para>
+           The value of
            <replaceable>GID</replaceable> must be a non-negative decimal
            integer. This value must be unique, unless the
            <option>-o</option> option is used. Values between 0 and 999 are
-           typically reserved for system groups. Any files that have the
+           typically reserved for system groups.
+         </para>
+         <para>
+           Any files that have the
            old group ID and must continue to belong to
            <replaceable>GROUP</replaceable>, must have their group ID
            changed manually.
-
          </para>
        </listitem>
       </varlistentry>