From 48b36a03e8f98f31a5c42b2bb36672e51d766899 Mon Sep 17 00:00:00 2001 From: Sebastian Gross Date: Wed, 17 Jul 2024 14:18:18 +0200 Subject: [PATCH] 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 --- man/groupadd.8.xml | 2 +- man/groupmod.8.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/groupadd.8.xml b/man/groupadd.8.xml index 61a548f7..9abf159a 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 9b6aed5f..6e2dc796 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 ,