diff options
Diffstat (limited to 'lib/libc/db/man/ndbm.3')
-rw-r--r-- | lib/libc/db/man/ndbm.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/db/man/ndbm.3 b/lib/libc/db/man/ndbm.3 index 4e755b52051..e28fc7eb111 100644 --- a/lib/libc/db/man/ndbm.3 +++ b/lib/libc/db/man/ndbm.3 @@ -1,5 +1,5 @@ .\" David Leonard, 1998. Placed in the public domain. -.\" $OpenBSD: ndbm.3,v 1.3 1998/05/15 14:30:15 d Exp $ +.\" $OpenBSD: ndbm.3,v 1.4 1999/02/15 05:11:25 millert Exp $ .Dd May 13, 1998 .Os OpenBSD .Dt NDBM 3 @@ -31,7 +31,7 @@ .Ft int .Fn dbm_store "DBM *db" "datum key" "datum content" "int store_mode" .Sh DESCRIPTION -These functions provide a dbm- and ndbm-compatible interface to the +These functions provide a ndbm-compatible interface to the database access methods described in .Xr db 3 . Each unique record in the database is a key/content pair, @@ -188,4 +188,4 @@ and corresponds to those errors described in .Sh SEE ALSO .Xr db 3 , .Xr hash 3 , -.Xr open 2 . +.Xr open 2 |