summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pwd_mkdb
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-06-12 12:59:48 +0000
committerjmc <jmc@openbsd.org>2003-06-12 12:59:48 +0000
commit9d0b46bce168999f74a0d212a344c31d83f004e6 (patch)
tree166f1e01d85c2096a2bf6801e72a159f46867bb7 /usr.sbin/pwd_mkdb
parentmention more copyright holders; ok markus@ (diff)
downloadwireguard-openbsd-9d0b46bce168999f74a0d212a344c31d83f004e6.tar.xz
wireguard-openbsd-9d0b46bce168999f74a0d212a344c31d83f004e6.zip
- section reorder
- macro fixes - kill whitespace at EOL - new sentence, new line
Diffstat (limited to 'usr.sbin/pwd_mkdb')
-rw-r--r--usr.sbin/pwd_mkdb/pwd_mkdb.815
1 files changed, 7 insertions, 8 deletions
diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.8 b/usr.sbin/pwd_mkdb/pwd_mkdb.8
index 68db85e6495..ec4bd885a81 100644
--- a/usr.sbin/pwd_mkdb/pwd_mkdb.8
+++ b/usr.sbin/pwd_mkdb/pwd_mkdb.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pwd_mkdb.8,v 1.16 2003/06/02 23:36:54 millert Exp $
+.\" $OpenBSD: pwd_mkdb.8,v 1.17 2003/06/12 12:59:52 jmc Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -94,10 +94,10 @@ for instance in a
.Xr chroot 8
jail.
.It Fl u Ar username
-Only update the record for the specified user. Utilities that
-operate on a single user can use this option to avoid the
-overhead of rebuilding the entire database. This option must
-never be used if the line number of the user's record in
+Only update the record for the specified user.
+Utilities that operate on a single user can use this option to avoid the
+overhead of rebuilding the entire database.
+This option must never be used if the line number of the user's record in
.Pa /etc/master.passwd
has changed.
.It Ar file
@@ -138,10 +138,10 @@ temporary file
.Xr getpwent 3 ,
.Xr passwd 5 ,
.Xr vipw 8
-.Sh COMPATIBILITY
+.Sh STANDARDS
Previous versions of the system had a program similar to
.Nm pwd_mkdb ,
-.Xr mkpasswd 8 ,
+.Xr mkpasswd ,
which built
.Xr dbm 3
style databases for the password file but depended on the calling programs
@@ -169,4 +169,3 @@ The front-ends to
and
.Xr vipw 8
handle the locking necessary to avoid this problem.
-