Correct file names in FILES section.

This commit is contained in:
mycroft 1994-09-16 21:05:14 +00:00
parent 9c2fbdc245
commit 97aa17a3be
1 changed files with 9 additions and 9 deletions

View File

@ -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,