summaryrefslogtreecommitdiffstats
path: root/lib/libc
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 /lib/libc
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 'lib/libc')
-rw-r--r--lib/libc/db/man/hash.36
1 files changed, 2 insertions, 4 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.