summaryrefslogtreecommitdiffstats
path: root/lib/libc/db
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-10-25 16:44:08 +0000
committeraaron <aaron@openbsd.org>2000-10-25 16:44:08 +0000
commitbbce9d12a82d8ff16416512d1160c864a59a28db (patch)
treef3068920248e52215a96578869d521cd98e60aff /lib/libc/db
parentIn stty line enable ^T (status) as well. (diff)
downloadwireguard-openbsd-bbce9d12a82d8ff16416512d1160c864a59a28db.tar.xz
wireguard-openbsd-bbce9d12a82d8ff16416512d1160c864a59a28db.zip
DBM_READONLY -> DBM_RDONLY; dugsong@
Diffstat (limited to 'lib/libc/db')
-rw-r--r--lib/libc/db/man/ndbm.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/db/man/ndbm.3 b/lib/libc/db/man/ndbm.3
index bd53b8464ac..803a0e74d95 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.11 2000/10/18 05:12:07 aaron Exp $
+.\" $OpenBSD: ndbm.3,v 1.12 2000/10/25 16:44:08 aaron Exp $
.Dd May 13, 1998
.Dt NDBM 3
.Os
@@ -70,7 +70,7 @@ Access to this file depends on the
parameter (see
.Xr open 2 ) .
Read-only access may be indicated by specifying
-.Dv DBM_READONLY .
+.Dv DBM_RDONLY .
.Pp
Once the database is open,
.Fn dbm_fetch