From d573295659550cf4bfbf3aaaf97d050fe7416d77 Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Mon, 29 Jul 2024 06:43:25 +0000 Subject: [PATCH] pw: Clarify groupadd/groupmod memberlist formats Clarify in which formats the memberlist for groupadd/groupmod can be accepted for '-M', '-m', or '-d' flag. Related commit: 40ab104eaa6f6d5577dcff6d8bf04de03faef345. Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1352 --- usr.sbin/pw/pw.8 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.sbin/pw/pw.8 b/usr.sbin/pw/pw.8 index 5ba35c1938110c..c72623ee05b3b1 100644 --- a/usr.sbin/pw/pw.8 +++ b/usr.sbin/pw/pw.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd November 28, 2022 +.Dd July 29, 2024 .Dt PW 8 .Os .Sh NAME @@ -837,7 +837,8 @@ new group or replace an existing membership list .Pq in Cm groupmod . .Ar memberlist -is a comma separated list of valid and existing user names or uids. +is a comma, space, or tab-separated list of valid and existing user names or +uids. .It Fl m Ar newmembers Similar to .Fl M ,