Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2025 15:03:28 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 78343cd2a0f1 - stable/14 - pw: Clarify groupadd/groupmod memberlist formats
Message-ID:  <202509101503.58AF3S3q053239@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=78343cd2a0f1805d5b831302eee8b0e0b173570a

commit 78343cd2a0f1805d5b831302eee8b0e0b173570a
Author:     Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2024-07-29 06:43:25 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-09-10 15:03:05 +0000

    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
    
    (cherry picked from commit d573295659550cf4bfbf3aaaf97d050fe7416d77)
---
 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 5ba35c193811..c72623ee05b3 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 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509101503.58AF3S3q053239>