summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/man/dbm.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/db/man/dbm.3')
-rw-r--r--lib/libc/db/man/dbm.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/db/man/dbm.3 b/lib/libc/db/man/dbm.3
index eedf804..c16f517 100644
--- a/lib/libc/db/man/dbm.3
+++ b/lib/libc/db/man/dbm.3
@@ -15,7 +15,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 19, 2015
+.Dd May 30, 2016
.Dt DBM 3
.Os
.Sh NAME
@@ -66,7 +66,7 @@ is declared in
.In ndbm.h :
.Bd -literal
typedef struct {
- char *dptr;
+ void *dptr;
int dsize;
} datum;
.Ed
OpenPOWER on IntegriCloud