diff options
author | 2016-05-07 23:35:44 +0000 | |
---|---|---|
committer | 2016-05-07 23:35:44 +0000 | |
commit | aa631fc2d004e41d5738ce020bb250c013e17f4f (patch) | |
tree | 598264c0ce8e830abcc5a5e842239587078dc74e /lib/libc | |
parent | chvgpio(4) (diff) | |
download | wireguard-openbsd-aa631fc2d004e41d5738ce020bb250c013e17f4f.tar.xz wireguard-openbsd-aa631fc2d004e41d5738ce020bb250c013e17f4f.zip |
remove more dbm pieces
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/db/Makefile.inc | 4 | ||||
-rw-r--r-- | lib/libc/db/man/ndbm.3 | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/lib/libc/db/Makefile.inc b/lib/libc/db/Makefile.inc index f9cc7b65387..dbafcca332f 100644 --- a/lib/libc/db/Makefile.inc +++ b/lib/libc/db/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.7 2016/03/30 06:38:41 jmc Exp $ +# $OpenBSD: Makefile.inc,v 1.8 2016/05/07 23:35:44 naddy Exp $ # .PATH: ${LIBCSRCDIR}/db/btree @@ -17,7 +17,7 @@ SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \ .PATH: ${LIBCSRCDIR}/db/man -MAN+= btree.3 dbm.3 dbopen.3 hash.3 ndbm.3 recno.3 +MAN+= btree.3 dbopen.3 hash.3 ndbm.3 recno.3 .PATH: ${LIBCSRCDIR}/db/mpool diff --git a/lib/libc/db/man/ndbm.3 b/lib/libc/db/man/ndbm.3 index 0e5fbadf6de..9cdaed326f5 100644 --- a/lib/libc/db/man/ndbm.3 +++ b/lib/libc/db/man/ndbm.3 @@ -1,6 +1,6 @@ .\" David Leonard, 1998. Placed in the public domain. -.\" $OpenBSD: ndbm.3,v 1.19 2015/11/30 17:03:05 jmc Exp $ -.Dd $Mdocdate: November 30 2015 $ +.\" $OpenBSD: ndbm.3,v 1.20 2016/05/07 23:35:45 naddy Exp $ +.Dd $Mdocdate: May 7 2016 $ .Dt DBM_OPEN 3 .Os .Sh NAME @@ -205,6 +205,5 @@ and corresponds to those errors described in .Xr dbopen 3 . .Sh SEE ALSO .Xr open 2 , -.Xr dbm 3 , .Xr dbopen 3 , .Xr hash 3 |