summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pwd_mkdb
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2004-10-12 16:28:33 +0000
committermillert <millert@openbsd.org>2004-10-12 16:28:33 +0000
commit1c6ffb1e9c7d5fe4fccd9c0ffadacf617c14d9bf (patch)
tree37d56eb9c03876afb2232a64ff38fbd0441870a0 /usr.sbin/pwd_mkdb
parentremove text after #endif (errors out with gcc3) (diff)
downloadwireguard-openbsd-1c6ffb1e9c7d5fe4fccd9c0ffadacf617c14d9bf.tar.xz
wireguard-openbsd-1c6ffb1e9c7d5fe4fccd9c0ffadacf617c14d9bf.zip
Actually, /etc/passwd is 6th Edition-style, not 7th. The only real
diff between /etc/passwd in 6th and 7th was the crypt() algorithm used and we no longer put encrypted passwords in /etc/passwd. From Matthew Gregan; OK otto@
Diffstat (limited to 'usr.sbin/pwd_mkdb')
-rw-r--r--usr.sbin/pwd_mkdb/pwd_mkdb.88
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.8 b/usr.sbin/pwd_mkdb/pwd_mkdb.8
index 67654f0d824..2a92fb3bfdb 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.18 2004/03/09 07:59:50 otto Exp $
+.\" $OpenBSD: pwd_mkdb.8,v 1.19 2004/10/12 16:28:33 millert Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -63,7 +63,7 @@ The
must be in the correct format (see
.Xr passwd 5 ) .
It is important to note that the format used in this system is
-different from the historic Version 7 style format.
+different from the historic 6th Edition-style format.
.Pp
The options are as follows:
.Bl -tag -width Ds
@@ -71,7 +71,7 @@ The options are as follows:
Check if the password file is in the correct format.
Do not change, add, or remove any files.
.It Fl p
-Create a Version 7 style password file and install it into
+Create a 6th Edition-style password file and install it into
.Pa /etc/passwd .
.It Fl s
Only update the secure version of the database.
@@ -127,7 +127,7 @@ exits zero on success, non-zero on failure.
.It Pa /etc/master.passwd
current password file
.It Pa /etc/passwd
-a Version 7 format password file
+a 6th Edition-style password file
.It Pa /etc/pwd.db
insecure password database file
.It Pa /etc/pwd.db.tmp