man: groupadd and groupmod clarification
man/groupadd.8.xml: clarify the exit values meaning. man/groupmod.8.xml: clarify the E_GID_IN_USE value meaning.
This commit is contained in:
parent
325bf584ce
commit
4ea269d23e
@ -334,13 +334,13 @@
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><replaceable>4</replaceable></term>
|
<term><replaceable>4</replaceable></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>GID not unique (when <option>-o</option> not used)</para>
|
<para>GID is already used (when called without <option>-o</option>)</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><replaceable>9</replaceable></term>
|
<term><replaceable>9</replaceable></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>group name not unique</para>
|
<para>group name is already used</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
@ -299,7 +299,7 @@
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><replaceable>4</replaceable></term>
|
<term><replaceable>4</replaceable></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>E_GID_IN_USE: specified group doesn't exist</para>
|
<para>E_GID_IN_USE: group id already in use</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
Loading…
Reference in New Issue
Block a user