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:	40ab104eaa.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1352
This commit is contained in:
Jose Luis Duran 2024-07-29 06:43:25 +00:00 committed by Warner Losh
parent 1c8a45b554
commit d573295659

View file

@ -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 ,