diff options
author | 2007-11-19 22:07:37 +0000 | |
---|---|---|
committer | 2007-11-19 22:07:37 +0000 | |
commit | bc7fae200c7105d9482dfea5ea22922148578d2f (patch) | |
tree | 7be35e1316e77435308d66ecb1988244b49343a5 | |
parent | 802.11 radiotap + various tweaks (diff) | |
download | wireguard-openbsd-bc7fae200c7105d9482dfea5ea22922148578d2f.tar.xz wireguard-openbsd-bc7fae200c7105d9482dfea5ea22922148578d2f.zip |
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;
-rw-r--r-- | lib/libutil/pw_init.3 | 14 | ||||
-rw-r--r-- | lib/libutil/pw_lock.3 | 18 | ||||
-rw-r--r-- | usr.sbin/vipw/vipw.8 | 17 |
3 files changed, 35 insertions, 14 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 , diff --git a/lib/libutil/pw_lock.3 b/lib/libutil/pw_lock.3 index 755bd0273cc..430b413868e 100644 --- a/lib/libutil/pw_lock.3 +++ b/lib/libutil/pw_lock.3 @@ -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 diff --git a/usr.sbin/vipw/vipw.8 b/usr.sbin/vipw/vipw.8 index 9b1387c0262..fdba8b4b6fa 100644 --- a/usr.sbin/vipw/vipw.8 +++ b/usr.sbin/vipw/vipw.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vipw.8,v 1.10 2007/05/31 19:20:30 jmc Exp $ +.\" $OpenBSD: vipw.8,v 1.11 2007/11/19 22:07:37 jmc Exp $ .\" $NetBSD: vipw.8,v 1.4 1995/01/20 19:19:56 mycroft Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)vipw.8 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: November 19 2007 $ .Dt VIPW 8 .Os .Sh NAME @@ -86,6 +86,19 @@ The editor specified by the string will be invoked instead of the default editor .Xr vi 1 . .El +.Sh FILES +.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 chpass 1 , .Xr passwd 1 , |