summaryrefslogtreecommitdiff
path: root/man/groupmod.8.xml
diff options
context:
space:
mode:
Diffstat (limited to 'man/groupmod.8.xml')
-rw-r--r--man/groupmod.8.xml27
1 files changed, 26 insertions, 1 deletions
diff --git a/man/groupmod.8.xml b/man/groupmod.8.xml
index b381c33a..10062b08 100644
--- a/man/groupmod.8.xml
+++ b/man/groupmod.8.xml
@@ -94,6 +94,15 @@
<variablelist remap='IP'>
<varlistentry>
<term>
+ <option>-a</option>, <option>--append</option>&nbsp;<replaceable>GID</replaceable>
+ </term>
+ <listitem>
+ <para>If group members are specified with -U, append them to the existing
+ member list, rather than replacing it.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>
<option>-g</option>, <option>--gid</option>&nbsp;<replaceable>GID</replaceable>
</term>
<listitem>
@@ -203,6 +212,22 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>
+ <option>-U</option>, <option>--users</option>
+ </term>
+ <listitem>
+ <para>
+ A list of usernames to add as members of the group.
+ </para>
+ <para>
+ The default behavior (if the <option>-g</option>,
+ <option>-N</option>, and <option>-U</option> options are not
+ specified) is defined by the <option>USERGROUPS_ENAB</option>
+ variable in <filename>/etc/login.defs</filename>.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>
@@ -274,7 +299,7 @@
<varlistentry>
<term><replaceable>4</replaceable></term>
<listitem>
- <para>E_GID_IN_USE: specified group doesn't exist</para>
+ <para>E_GID_IN_USE: group id already in use</para>
</listitem>
</varlistentry>
<varlistentry>