Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/pwd_mkdb Sort sections.



details:   https://anonhg.NetBSD.org/src/rev/ab50ec6a05ab
branches:  trunk
changeset: 757189:ab50ec6a05ab
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Aug 18 10:00:49 2010 +0000

description:
Sort sections.

diffstat:

 usr.sbin/pwd_mkdb/pwd_mkdb.8 |  26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diffs (54 lines):

diff -r 58a5477de882 -r ab50ec6a05ab usr.sbin/pwd_mkdb/pwd_mkdb.8
--- a/usr.sbin/pwd_mkdb/pwd_mkdb.8      Wed Aug 18 08:32:02 2010 +0000
+++ b/usr.sbin/pwd_mkdb/pwd_mkdb.8      Wed Aug 18 10:00:49 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pwd_mkdb.8,v 1.27 2010/08/18 08:06:39 christos Exp $
+.\"    $NetBSD: pwd_mkdb.8,v 1.28 2010/08/18 10:00:49 wiz Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -138,9 +138,6 @@
 .Pp
 The databases are used by the C library password routines (see
 .Xr getpwent 3 ) .
-.Sh EXIT STATUS
-.Nm
-exits zero on success, non-zero on failure.
 .Sh FILES
 .Bl -tag -width Pa -compact
 .It Pa /etc/master.passwd
@@ -156,6 +153,18 @@
 .It Pa /etc/spwd.db.tmp
 A temporary file.
 .El
+.Sh EXIT STATUS
+.Nm
+exits zero on success, non-zero on failure.
+.Sh COMPATIBILITY
+Previous versions of the system had a program similar to
+.Nm
+which built
+.Em dbm
+style databases for the password file but depended on the calling programs
+to install them.
+The program was renamed in order that previous users of the program
+not be surprised by the changes in functionality.
 .Sh SEE ALSO
 .Xr chpass 1 ,
 .Xr passwd 1 ,
@@ -169,15 +178,6 @@
 .Xr userdel 8 ,
 .Xr usermod 8 ,
 .Xr vipw 8
-.Sh COMPATIBILITY
-Previous versions of the system had a program similar to
-.Nm
-which built
-.Em dbm
-style databases for the password file but depended on the calling programs
-to install them.
-The program was renamed in order that previous users of the program
-not be surprised by the changes in functionality.
 .Sh BUGS
 Because of the necessity for atomic update of the password files,
 .Nm



Home | Main Index | Thread Index | Old Index