diff options
Diffstat (limited to 'lib/libc/db/man/ndbm.3')
-rw-r--r-- | lib/libc/db/man/ndbm.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/db/man/ndbm.3 b/lib/libc/db/man/ndbm.3 index c235bca5d1b..60dcaba64c7 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.8 1999/07/07 10:50:04 aaron Exp $ +.\" $OpenBSD: ndbm.3,v 1.9 1999/07/09 13:35:15 aaron Exp $ .Dd May 13, 1998 .Dt NDBM 3 .Os @@ -75,7 +75,7 @@ data with the key When storing, the .Fa store_mode parameter must be one of: -.Bl -tag -width DBM_REPLACE -offset indent +.Bl -tag -width DBM_REPLACE -offset indent .It Dv DBM_INSERT Only insert new keys into the database. Existing key/content pairs are untouched. |