Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2024 20:18:08 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d57329565955 - main - pw: Clarify groupadd/groupmod memberlist formats
Message-ID:  <202407292018.46TKI8Le079331@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

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

commit d573295659550cf4bfbf3aaaf97d050fe7416d77
Author:     Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2024-07-29 06:43:25 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-07-29 20:14:14 +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
---
 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?202407292018.46TKI8Le079331>