svn commit: r246949 - head/share/man/man5
Joel Dahl
joel at FreeBSD.org
Mon Feb 18 20:21:26 UTC 2013
Author: joel (doc committer)
Date: Mon Feb 18 20:21:26 2013
New Revision: 246949
URL: http://svnweb.freebsd.org/changeset/base/246949
Log:
mdoc: sort sections.
Modified:
head/share/man/man5/group.5
Modified: head/share/man/man5/group.5
==============================================================================
--- head/share/man/man5/group.5 Mon Feb 18 20:11:20 2013 (r246948)
+++ head/share/man/man5/group.5 Mon Feb 18 20:21:26 2013 (r246949)
@@ -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.
More information about the svn-src-head
mailing list