diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2016-05-30 16:52:23 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2016-05-30 16:52:23 +0000 |
| commit | 2fed5061dbe20aa378935f2b1dabfeb3f4cf6976 (patch) | |
| tree | 2989724425a8857dbbd854bebf8db02153efdef1 /lib/libc/db/man | |
| parent | 7e3327be3254104f91c923180407c5c7e9f8dfae (diff) | |
Notes
Diffstat (limited to 'lib/libc/db/man')
| -rw-r--r-- | lib/libc/db/man/dbm.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/db/man/dbm.3 b/lib/libc/db/man/dbm.3 index eedf804abfdd..c16f51757bc5 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 |
