diff options
-rw-r--r-- | share/man/man5/group.5 | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/share/man/man5/group.5 b/share/man/man5/group.5 index 4a366f6..8cf52b8 100644 --- a/share/man/man5/group.5 +++ b/share/man/man5/group.5 @@ -116,6 +116,17 @@ file. .\" char **gr_mem; /* group members */ .\" }; .\" .Ed +.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. .Sh LIMITS There are various limitations which are explained in the function where they occur; see section @@ -157,14 +168,3 @@ file format appeared in .At v6 . Support for comments first appeared in .Fx 3.0 . -.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. |