]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
man: group(add|mod): clarify list format
authorSebastian Gross <sgross@emlix.com>
Wed, 17 Jul 2024 12:18:18 +0000 (14:18 +0200)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Wed, 17 Jul 2024 13:48:22 +0000 (15:48 +0200)
The --users list option expect a string of comma separated values.
While this might be obvious to some others it is certainly not for others.

Remove this ambiguity.

Closes #848

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

index 61a548f7e5ff62119589abfae5f6b78c1ccadebe..9abf159ab0e87f3b1fc6e85877b9b22122b0182a 100644 (file)
        </term>
        <listitem>
          <para>
-           A list of usernames to add as members of the group.
+           A comma-separated list of usernames to add as members of the group.
          </para>
          <para>
            The default behavior (if the <option>-g</option>,
index 9b6aed5f594c9d87be8eb87f553c5c3cc87d2c58..6e2dc79606e4c247e0840ba013418aaf363a5945 100644 (file)
        </term>
        <listitem>
          <para>
-           A list of usernames to add as members of the group.
+           A comma-separated list of usernames to add as members of the group.
          </para>
          <para>
            The default behavior (if the <option>-g</option>,