Browse Source

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;
OPENBSD_4_3
jmc 16 years ago
parent
commit
e4b49a8636
2 changed files with 20 additions and 12 deletions
  1. +11
    -3
      src/lib/libutil/pw_init.3
  2. +9
    -9
      src/lib/libutil/pw_lock.3

+ 11
- 3
src/lib/libutil/pw_init.3 View File

@ -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 .\" Copyright (c) 1995
.\" The Regents of the University of California. All rights reserved. .\" 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 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: November 19 2007 $
.Dt PW_INIT 3 .Dt PW_INIT 3
.Os .Os
.Sh NAME .Sh NAME
@ -201,9 +201,17 @@ Otherwise,
.Fn pw_scan .Fn pw_scan
returns 1. returns 1.
.Sh FILES .Sh FILES
.Bl -tag -width /etc/master.passwd -compact
.Bl -tag -width "/etc/master.passwdXXX" -compact
.It Pa /etc/master.passwd .It Pa /etc/master.passwd
Current password file.
.It Pa /etc/passwd
A Version 7 format password file.
.It Pa /etc/ptmp .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 .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr pw_lock 3 , .Xr pw_lock 3 ,


+ 9
- 9
src/lib/libutil/pw_lock.3 View File

@ -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 .\" Copyright (c) 1995
.\" The Regents of the University of California. All rights reserved. .\" 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 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: November 19 2007 $
.Dt PW_LOCK 3 .Dt PW_LOCK 3
.Os .Os
.Sh NAME .Sh NAME
@ -127,17 +127,17 @@ The
.Fn pw_mkdb .Fn pw_mkdb
function returns \-1 if it is unable to complete properly. function returns \-1 if it is unable to complete properly.
.Sh FILES .Sh FILES
.Bl -tag -width /etc/master.passwd -compact
.Bl -tag -width "/etc/master.passwdXXX" -compact
.It Pa /etc/master.passwd .It Pa /etc/master.passwd
current password file
.It Pa /etc/ptmp
password lock file
Current password file.
.It Pa /etc/passwd .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 .It Pa /etc/pwd.db
insecure password database file
Insecure password database file.
.It Pa /etc/spwd.db .It Pa /etc/spwd.db
secure password database file
Secure password database file.
.El .El
.Sh ERRORS .Sh ERRORS
.Bl -tag -width Er .Bl -tag -width Er


Loading…
Cancel
Save