Browse Source

Refer to /etc/passwd consistently as the "legacy password file" and

remove some references to differences between versions 6 and 7.
ok jmc, millert, tedu
OPENBSD_6_1
tb 8 years ago
parent
commit
68bc198e0c
2 changed files with 10 additions and 8 deletions
  1. +3
    -3
      src/lib/libutil/pw_init.3
  2. +7
    -5
      src/lib/libutil/pw_lock.3

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

@ -1,4 +1,4 @@
.\" $OpenBSD: pw_init.3,v 1.13 2015/09/14 13:45:25 schwarze Exp $
.\" $OpenBSD: pw_init.3,v 1.14 2016/08/14 14:57:16 tb 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: September 14 2015 $
.Dd $Mdocdate: August 14 2016 $
.Dt PW_INIT 3 .Dt PW_INIT 3
.Os .Os
.Sh NAME .Sh NAME
@ -205,7 +205,7 @@ returns 1.
.It Pa /etc/master.passwd .It Pa /etc/master.passwd
Current password file. Current password file.
.It Pa /etc/passwd .It Pa /etc/passwd
A Version 7 format password file.
Legacy password file.
.It Pa /etc/ptmp .It Pa /etc/ptmp
Password lock file. Password lock file.
.It Pa /etc/pwd.db .It Pa /etc/pwd.db


+ 7
- 5
src/lib/libutil/pw_lock.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: pw_lock.3,v 1.19 2015/10/15 19:35:24 deraadt Exp $
.\" $OpenBSD: pw_lock.3,v 1.20 2016/08/14 14:57:16 tb 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: October 15 2015 $
.Dd $Mdocdate: August 14 2016 $
.Dt PW_LOCK 3 .Dt PW_LOCK 3
.Os .Os
.Sh NAME .Sh NAME
@ -95,11 +95,13 @@ are specified by OR'ing the following values:
only update the secure database file only update the secure database file
.Pq Pa /etc/spwd.db . .Pq Pa /etc/spwd.db .
.It Dv _PASSWORD_OMITV7 .It Dv _PASSWORD_OMITV7
do not update the Version 7 format password file
do not update the legacy password file
.Pq Pa /etc/passwd . .Pq Pa /etc/passwd .
.El .El
.Pp .Pp
By default the secure, insecure and Version 7 format password databases
By default the secure and insecure password databases and
the legacy password file
.Pa /etc/passwd
are updated. are updated.
You should finish writing to and close the file descriptor returned by You should finish writing to and close the file descriptor returned by
.Fn pw_lock .Fn pw_lock
@ -129,7 +131,7 @@ function returns \-1 if it is unable to complete properly.
.It Pa /etc/master.passwd .It Pa /etc/master.passwd
Current password file. Current password file.
.It Pa /etc/passwd .It Pa /etc/passwd
A Version 7 format password file.
Legacy password file.
.It Pa /etc/ptmp .It Pa /etc/ptmp
Password lock file. Password lock file.
.It Pa /etc/pwd.db .It Pa /etc/pwd.db


Loading…
Cancel
Save