diff options
author | des <des@FreeBSD.org> | 2013-02-08 14:11:12 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2013-02-08 14:11:12 +0000 |
commit | 32a71ba2e0583948fa989b67d8b5bb632117df43 (patch) | |
tree | 6e64ff92b0e36edd8286323069c22aac06c231cb /share/man | |
parent | df32e67985deae6a6c9ec17fc23941d47c193556 (diff) | |
download | FreeBSD-src-32a71ba2e0583948fa989b67d8b5bb632117df43.zip FreeBSD-src-32a71ba2e0583948fa989b67d8b5bb632117df43.tar.gz |
Cross-reference newgrp(1), and document the use of pw(8) to set the group
password.
PR: docs/167741
MFC after: 3 weeks
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/group.5 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man5/group.5 b/share/man/man5/group.5 index 4aa6aff..4a366f6 100644 --- a/share/man/man5/group.5 +++ b/share/man/man5/group.5 @@ -32,7 +32,7 @@ .\" From: @(#)group.5 8.3 (Berkeley) 4/19/94 .\" $FreeBSD$ .\" -.Dd September 29, 1994 +.Dd February 8, 2013 .Dt GROUP 5 .Os .Sh NAME @@ -139,6 +139,7 @@ may still have this limit. .It Pa /etc/group .El .Sh SEE ALSO +.Xr newgrp 1 , .Xr passwd 1 , .Xr setgroups 2 , .Xr crypt 3 , @@ -156,9 +157,14 @@ file format appeared in .At v6 . Support for comments first appeared in .Fx 3.0 . -.Sh BUGS +.Sh IMPLEMENTATION NOTES The .Xr passwd 1 command does not change the .Nm passwords. +The +.Xr pw 8 +utility's +.Cm groupmod +command should be used instead. |