summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pwd_mkdb
diff options
context:
space:
mode:
authornaddy <naddy@openbsd.org>2016-05-09 11:13:10 +0000
committernaddy <naddy@openbsd.org>2016-05-09 11:13:10 +0000
commitcf0688b313634da7c006ab67359dcc90614b36e5 (patch)
treeb2fca35f96f94c1000ad47e2af1946b5655d3ae7 /usr.sbin/pwd_mkdb
parentImplement longjmp directly and not on top of sigreturn. (diff)
downloadwireguard-openbsd-cf0688b313634da7c006ab67359dcc90614b36e5.tar.xz
wireguard-openbsd-cf0688b313634da7c006ab67359dcc90614b36e5.zip
remove mention of dbm(3) and surrounding cruft; ok jmc@
Diffstat (limited to 'usr.sbin/pwd_mkdb')
-rw-r--r--usr.sbin/pwd_mkdb/pwd_mkdb.814
1 files changed, 2 insertions, 12 deletions
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