diff options
| author | Jose Luis Duran <jlduran@gmail.com> | 2024-07-29 06:43:25 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-07-29 20:14:14 +0000 |
| commit | d573295659550cf4bfbf3aaaf97d050fe7416d77 (patch) | |
| tree | 05c1931f7df3ebf1a0953ba79e0116d9679dd69e | |
| parent | 1c8a45b5540d74fedd36a695f52a5d12d899c0a3 (diff) | |
| -rw-r--r-- | usr.sbin/pw/pw.8 | 5 |
1 files 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 , |
