summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/db/man/hash.36
-rw-r--r--usr.sbin/pwd_mkdb/pwd_mkdb.814
2 files changed, 4 insertions, 16 deletions
diff --git a/lib/libc/db/man/hash.3 b/lib/libc/db/man/hash.3
index 927e4d06ce8..ae162925653 100644
--- a/lib/libc/db/man/hash.3
+++ b/lib/libc/db/man/hash.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hash.3,v 1.19 2015/09/10 10:20:55 jmc Exp $
+.\" $OpenBSD: hash.3,v 1.20 2016/05/09 11:13:10 naddy Exp $
.\" $NetBSD: hash.3,v 1.6 1996/05/03 21:26:50 cgd Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)hash.3 8.6 (Berkeley) 8/18/94
.\"
-.Dd $Mdocdate: September 10 2015 $
+.Dd $Mdocdate: May 9 2016 $
.Dt HASH 3
.Os
.Sh NAME
@@ -130,8 +130,6 @@ will attempt to determine if the hash function specified is the same as
the one with which the database was created, and will fail if it is not.
.Pp
Backward compatible interfaces to the routines described in
-.Xr dbm 3
-and
.Xr ndbm 3
are provided, although these interfaces are not compatible with
previous file formats.
diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.8 b/usr.sbin/pwd_mkdb/pwd_mkdb.8
index 1f9a12f912e..cf4202cf231 100644
--- a/usr.sbin/pwd_mkdb/pwd_mkdb.8
+++ b/usr.sbin/pwd_mkdb/pwd_mkdb.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pwd_mkdb.8,v 1.24 2015/11/30 17:03:05 jmc Exp $
+.\" $OpenBSD: pwd_mkdb.8,v 1.25 2016/05/09 11:13:10 naddy Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" from: @(#)pwd_mkdb.8 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: November 30 2015 $
+.Dd $Mdocdate: May 9 2016 $
.Dt PWD_MKDB 8
.Os
.Sh NAME
@@ -142,16 +142,6 @@ temporary file
.Xr getpwent 3 ,
.Xr passwd 5 ,
.Xr vipw 8
-.Sh STANDARDS
-Previous versions of the system had a program similar to
-.Nm pwd_mkdb ,
-.Sy mkpasswd ,
-which built
-.Xr dbm 3
-style databases for the password file but depended on the calling programs
-to install them.
-The program was renamed in order that previous users of the program
-not be surprised by the changes in functionality.
.Sh BUGS
Because of the necessity for atomic update of the password files,
.Nm