summaryrefslogtreecommitdiff
path: root/lib/libutil/pw_init.3
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-11-19 22:07:38 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-11-19 22:07:38 +0000
commit3f16e3f3361ab828495ca3acae72d98bb6c154db (patch)
tree13e2d584cb48280285b59efd833783c9fdfde762 /lib/libutil/pw_init.3
parent37707f83eead960d523e63f93f587fbf95219a23 (diff)
copy in FILES from pw_lock.3 to vipw.8: as nick points out, it should at
least document /etc/ptmp; while i'm at it, might as well tidy it up and make it consistent across these pages;
Diffstat (limited to 'lib/libutil/pw_init.3')
-rw-r--r--lib/libutil/pw_init.314
1 files changed, 11 insertions, 3 deletions
diff --git a/lib/libutil/pw_init.3 b/lib/libutil/pw_init.3
index c4ddb49ea7e..3d775f8f659 100644
--- a/lib/libutil/pw_init.3
+++ b/lib/libutil/pw_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pw_init.3,v 1.10 2007/05/31 19:19:38 jmc Exp $
+.\" $OpenBSD: pw_init.3,v 1.11 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_INIT 3
.Os
.Sh NAME
@@ -201,9 +201,17 @@ Otherwise,
.Fn pw_scan
returns 1.
.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/passwd
+A Version 7 format password file.
.It Pa /etc/ptmp
+Password lock file.
+.It Pa /etc/pwd.db
+Insecure password database file.
+.It Pa /etc/spwd.db
+Secure password database file.
.El
.Sh SEE ALSO
.Xr pw_lock 3 ,