|
|
@ -1,4 +1,4 @@ |
|
|
|
.\" $OpenBSD: pw_lock.3,v 1.14 2007/05/31 19:19:38 jmc Exp $ |
|
|
|
.\" $OpenBSD: pw_lock.3,v 1.15 2007/11/19 22:07:37 jmc Exp $ |
|
|
|
.\" |
|
|
|
.\" Copyright (c) 1995 |
|
|
|
.\" The Regents of the University of California. All rights reserved. |
|
|
@ -31,7 +31,7 @@ |
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|
|
|
.\" SUCH DAMAGE. |
|
|
|
.\" |
|
|
|
.Dd $Mdocdate: May 31 2007 $ |
|
|
|
.Dd $Mdocdate: November 19 2007 $ |
|
|
|
.Dt PW_LOCK 3 |
|
|
|
.Os |
|
|
|
.Sh NAME |
|
|
@ -127,17 +127,17 @@ The |
|
|
|
.Fn pw_mkdb |
|
|
|
function returns \-1 if it is unable to complete properly. |
|
|
|
.Sh FILES |
|
|
|
.Bl -tag -width /etc/master.passwd -compact |
|
|
|
.Bl -tag -width "/etc/master.passwdXXX" -compact |
|
|
|
.It Pa /etc/master.passwd |
|
|
|
current password file |
|
|
|
.It Pa /etc/ptmp |
|
|
|
password lock file |
|
|
|
Current password file. |
|
|
|
.It Pa /etc/passwd |
|
|
|
a Version 7 format password file |
|
|
|
A Version 7 format password file. |
|
|
|
.It Pa /etc/ptmp |
|
|
|
Password lock file. |
|
|
|
.It Pa /etc/pwd.db |
|
|
|
insecure password database file |
|
|
|
Insecure password database file. |
|
|
|
.It Pa /etc/spwd.db |
|
|
|
secure password database file |
|
|
|
Secure password database file. |
|
|
|
.El |
|
|
|
.Sh ERRORS |
|
|
|
.Bl -tag -width Er |
|
|
|