* man/groupmod.8.xml: Split the -g option description into smaller

paragraphs.
This commit is contained in:
nekral-guest 2009-05-19 22:00:14 +00:00
parent 2adab29e61
commit 627ebe09ed
2 changed files with 13 additions and 3 deletions

View File

@ -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> 2009-05-19 Nicolas François <nicolas.francois@centraliens.net>
* man/usermod.8.xml: Ownership of the mailbox is also changed with * man/usermod.8.xml: Ownership of the mailbox is also changed with

View File

@ -77,15 +77,20 @@
<listitem> <listitem>
<para> <para>
The group ID of the given <replaceable>GROUP</replaceable> will 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 <replaceable>GID</replaceable> must be a non-negative decimal
integer. This value must be unique, unless the integer. This value must be unique, unless the
<option>-o</option> option is used. Values between 0 and 999 are <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 old group ID and must continue to belong to
<replaceable>GROUP</replaceable>, must have their group ID <replaceable>GROUP</replaceable>, must have their group ID
changed manually. changed manually.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>