Module Name: src
Committed By: wiz
Date: Sun Apr 22 10:19:00 UTC 2012
Modified Files:
src/share/man/man5: passwd.5
Log Message:
Sort sections, sort SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/share/man/man5/passwd.5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man5/passwd.5
diff -u src/share/man/man5/passwd.5:1.29 src/share/man/man5/passwd.5:1.30
--- src/share/man/man5/passwd.5:1.29 Sat Apr 21 12:27:28 2012
+++ src/share/man/man5/passwd.5 Sun Apr 22 10:19:00 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: passwd.5,v 1.29 2012/04/21 12:27:28 roy Exp $
+.\" $NetBSD: passwd.5,v 1.30 2012/04/22 10:19:00 wiz Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -361,24 +361,6 @@ Hesiod or
On some systems, the
.Em passwd
field may also be overridden.
-.Sh SEE ALSO
-.Xr chpass 1 ,
-.Xr login 1 ,
-.Xr newgrp 1 ,
-.Xr passwd 1 ,
-.Xr pwhash 1 ,
-.Xr getpwent 3 ,
-.Xr login_getclass 3 ,
-.Xr login.conf 5 ,
-.Xr netgroup 5 ,
-.Xr passwd.conf 5 ,
-.Xr adduser 8 ,
-.Xr pwd_mkdb 8 ,
-.Xr vipw 8 ,
-.Xr yp 8
-.Pp
-.%T "Managing NFS and NIS"
-(O'Reilly \*[Am] Associates)
.Sh COMPATIBILITY
The password file format has changed since
.Bx 4.3 .
@@ -397,6 +379,24 @@ of offset you want.
BEGIN { FS = ":"}
{ print $1 ":" $2 ":" $3 ":" $4 "::0:0:" $5 ":" $6 ":" $7 }
.Ed
+.Sh SEE ALSO
+.Xr chpass 1 ,
+.Xr login 1 ,
+.Xr newgrp 1 ,
+.Xr passwd 1 ,
+.Xr pwhash 1 ,
+.Xr getpwent 3 ,
+.Xr login_getclass 3 ,
+.Xr login.conf 5 ,
+.Xr netgroup 5 ,
+.Xr passwd.conf 5 ,
+.Xr adduser 8 ,
+.Xr pwd_mkdb 8 ,
+.Xr vipw 8 ,
+.Xr yp 8
+.Pp
+.%T "Managing NFS and NIS"
+(O'Reilly \*[Am] Associates)
.Sh HISTORY
A
.Nm