]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
man: groupmod: remove misleading -N option
authorSebastian Gross <sgross@emlix.com>
Wed, 17 Jul 2024 12:22:19 +0000 (14:22 +0200)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Wed, 17 Jul 2024 13:48:22 +0000 (15:48 +0200)
The extra paragraph for --users mentions a -N option. groupmod has no -N
option.

Prevent confusion and remove its appearance.

Signed-off-by: Sebastian Gross <sgross@emlix.com>
man/groupmod.8.xml

index 6e2dc79606e4c247e0840ba013418aaf363a5945..2d51f271bc5891f743690ff4c65661bf1d36207a 100644 (file)
            A comma-separated 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>.
+           The default behavior (if the <option>-g</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>