diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.8 b/usr.sbin/pwd_mkdb/pwd_mkdb.8 index 828e36f759a8..dd24ed8489ac 100644 --- a/usr.sbin/pwd_mkdb/pwd_mkdb.8 +++ b/usr.sbin/pwd_mkdb/pwd_mkdb.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)pwd_mkdb.8 8.1 (Berkeley) 6/6/93 -.\" $Id: pwd_mkdb.8,v 1.4 1994/08/28 23:32:52 mycroft Exp $ +.\" $Id: pwd_mkdb.8,v 1.5 1994/09/16 21:05:14 mycroft Exp $ .\" .Dd June 6, 1993 .Dt PWD_MKDB 8 @@ -76,18 +76,18 @@ The databases are used by the C library password routines (see exits zero on success, non-zero on failure. .Sh FILES .Bl -tag -width Pa -compact -.It Pa /var/db/pwd.db -The insecure password database file. -.It Pa /var/db/pwd.db.tmp -A temporary file. -.It Pa /var/db/spwd.db -The secure password database file. -.It Pa /var/db/spwd.db.tmp -A temporary file. .It Pa /etc/master.passwd The current password file. .It Pa /etc/passwd A Version 7 format password file. +.It Pa /etc/pwd.db +The insecure password database file. +.It Pa /etc/pwd.db.tmp +A temporary file. +.It Pa /etc/spwd.db +The secure password database file. +.It Pa /etc/spwd.db.tmp +A temporary file. .El .Sh BUGS Because of the necessity for atomic update of the password files,