From: Sebastian Gross Date: Wed, 17 Jul 2024 12:18:18 +0000 (+0200) Subject: man: group(add|mod): clarify list format X-Git-Tag: 4.17.0-rc1~109 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48b36a03e8f98f31a5c42b2bb36672e51d766899;p=thirdparty%2Fshadow.git man: group(add|mod): clarify list format 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 --- diff --git a/man/groupadd.8.xml b/man/groupadd.8.xml index 61a548f7e..9abf159ab 100644 --- a/man/groupadd.8.xml +++ b/man/groupadd.8.xml @@ -230,7 +230,7 @@ - A list of usernames to add as members of the group. + A comma-separated list of usernames to add as members of the group. The default behavior (if the , diff --git a/man/groupmod.8.xml b/man/groupmod.8.xml index 9b6aed5f5..6e2dc7960 100644 --- a/man/groupmod.8.xml +++ b/man/groupmod.8.xml @@ -195,7 +195,7 @@ - A list of usernames to add as members of the group. + A comma-separated list of usernames to add as members of the group. The default behavior (if the ,