summaryrefslogtreecommitdiffstats
path: root/lib/libc/db
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
committerru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
commit1c23ef339bcd24785a7edbf6087f4e9c1054a22e (patch)
treef208c0020248a2800766b91d7bf24e0234629b8b /lib/libc/db
parentecf79cde9e1b8a35a0190579797cc483bcd50714 (diff)
downloadFreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.zip
FreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.tar.gz
mdoc(7): Use the new feature of the .In macro.
Diffstat (limited to 'lib/libc/db')
-rw-r--r--lib/libc/db/man/btree.32
-rw-r--r--lib/libc/db/man/dbm.32
-rw-r--r--lib/libc/db/man/dbopen.34
-rw-r--r--lib/libc/db/man/hash.32
-rw-r--r--lib/libc/db/man/recno.34
5 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/db/man/btree.3 b/lib/libc/db/man/btree.3
index b861aeb..9c5fbfe 100644
--- a/lib/libc/db/man/btree.3
+++ b/lib/libc/db/man/btree.3
@@ -64,7 +64,7 @@ The
access method specific data structure provided to
.Fn dbopen
is defined in the
-.Aq Pa db.h
+.In db.h
include file as follows:
.Bd -literal
typedef struct {
diff --git a/lib/libc/db/man/dbm.3 b/lib/libc/db/man/dbm.3
index 1fd4d85..f2b7f46 100644
--- a/lib/libc/db/man/dbm.3
+++ b/lib/libc/db/man/dbm.3
@@ -65,7 +65,7 @@ database.
.Pp
.Vt datum
is declared in
-.Aq Pa ndbm.h :
+.In ndbm.h :
.Bd -literal
typedef struct {
char *dptr;
diff --git a/lib/libc/db/man/dbopen.3 b/lib/libc/db/man/dbopen.3
index e67fc29..e68e3b5 100644
--- a/lib/libc/db/man/dbopen.3
+++ b/lib/libc/db/man/dbopen.3
@@ -119,7 +119,7 @@ The
argument is of type
.Ft DBTYPE
(as defined in the
-.Aq Pa db.h
+.In db.h
include file) and
may be set to
.Dv DB_BTREE , DB_HASH
@@ -148,7 +148,7 @@ on error.
The
.Ft DB
structure is defined in the
-.Aq Pa db.h
+.In db.h
include file, and contains at
least the following fields:
.Bd -literal
diff --git a/lib/libc/db/man/hash.3 b/lib/libc/db/man/hash.3
index 527f59f..6c2e930 100644
--- a/lib/libc/db/man/hash.3
+++ b/lib/libc/db/man/hash.3
@@ -61,7 +61,7 @@ data structure is an extensible, dynamic hashing scheme.
The access method specific data structure provided to
.Fn dbopen
is defined in the
-.Aq Pa db.h
+.In db.h
include file as follows:
.Bd -literal
typedef struct {
diff --git a/lib/libc/db/man/recno.3 b/lib/libc/db/man/recno.3
index 0780356..9a786dd 100644
--- a/lib/libc/db/man/recno.3
+++ b/lib/libc/db/man/recno.3
@@ -66,7 +66,7 @@ The
access method specific data structure provided to
.Fn dbopen
is defined in the
-.Aq Pa db.h
+.In db.h
include file as follows:
.Bd -literal
typedef struct {
@@ -179,7 +179,7 @@ The
field of the key should be a pointer to a memory location of type
.Ft recno_t ,
as defined in the
-.Aq Pa db.h
+.In db.h
include file.
This type is normally the largest unsigned integral type available to
the implementation.
OpenPOWER on IntegriCloud