summaryrefslogtreecommitdiff
path: root/lib/libc/db/man
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/db/man')
-rw-r--r--lib/libc/db/man/dbopen.36
-rw-r--r--lib/libc/db/man/recno.310
2 files changed, 10 insertions, 6 deletions
diff --git a/lib/libc/db/man/dbopen.3 b/lib/libc/db/man/dbopen.3
index 9673d5785d2..8bde544ec0d 100644
--- a/lib/libc/db/man/dbopen.3
+++ b/lib/libc/db/man/dbopen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dbopen.3,v 1.18 2001/08/06 10:42:25 mpech Exp $
+.\" $OpenBSD: dbopen.3,v 1.19 2003/05/07 08:52:42 jmc Exp $
.\" $NetBSD: dbopen.3,v 1.6 1995/02/27 13:23:25 cgd Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
@@ -542,9 +542,9 @@ for any of the errors specified for the library routine
The typedef DBT is a mnemonic for
.Dq data base thang ,
and was used
-because noone could think of a reasonable name that wasn't already used.
+because no one could think of a reasonable name that wasn't already used.
.Pp
-The file descriptor interface is a kluge and will be deleted in a
+The file descriptor interface is a kludge and will be deleted in a
future version of the interface.
.Pp
None of the access methods provide any form of concurrent access,
diff --git a/lib/libc/db/man/recno.3 b/lib/libc/db/man/recno.3
index 20af91bfc99..71c3c25ba17 100644
--- a/lib/libc/db/man/recno.3
+++ b/lib/libc/db/man/recno.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: recno.3,v 1.12 2002/05/01 08:03:29 mpech Exp $
+.\" $OpenBSD: recno.3,v 1.13 2003/05/07 08:52:43 jmc Exp $
.\" $NetBSD: recno.3,v 1.6 1996/05/03 21:26:51 cgd Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
@@ -67,7 +67,9 @@ The
.Nm
access method specific data structure provided to
.Fn dbopen
-is defined in the <db.h> include file as follows:
+is defined in the
+.Aq Pa db.h
+include file as follows:
.Pp
.Bl -item -compact
.It
@@ -176,7 +178,9 @@ The
.Fa data
field of the key should be a pointer to a memory location of type
.Ft recno_t ,
-as defined in the <db.h> include file.
+as defined in the
+.Aq Pa db.h
+include file.
This type is normally the largest unsigned integral type available to
the implementation.
The