mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 18:20:49 -04:00
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:
parent
1c8a45b554
commit
d573295659
1 changed files with 3 additions and 2 deletions
|
|
@ -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 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue