summaryrefslogtreecommitdiffstats
path: root/man3/dbopen.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/dbopen.3')
-rw-r--r--man3/dbopen.346
1 files changed, 23 insertions, 23 deletions
diff --git a/man3/dbopen.3 b/man3/dbopen.3
index 475f460a9..aea783d6b 100644
--- a/man3/dbopen.3
+++ b/man3/dbopen.3
@@ -40,10 +40,10 @@ The flat-file format is a byte stream file with fixed or variable length
records.
The formats and file-format-specific information are described in detail
in their respective manual pages
-.BR btree (3),
-.BR hash (3),
+.MR btree 3 ,
+.MR hash 3 ,
and
-.BR recno (3).
+.MR recno 3 .
.P
.BR dbopen ()
opens
@@ -59,7 +59,7 @@ The
and
.I mode
arguments are as specified to the
-.BR open (2)
+.MR open 2
routine, however, only the
.BR O_CREAT ,
.BR O_EXCL ,
@@ -198,9 +198,9 @@ with the same
.I file
name.
This file descriptor may be safely used as an argument to the
-.BR fcntl (2)
+.MR fcntl 2
and
-.BR flock (2)
+.MR flock 2
locking functions.
The file descriptor is not necessarily associated with any of the
underlying files used by the access method.
@@ -417,7 +417,7 @@ recno file, not the recno file itself.
(See the
.I bfname
field of the
-.BR recno (3)
+.MR recno 3
manual page for more information.)
.RE
.IP
@@ -459,9 +459,9 @@ The
routine may fail and set
.I errno
for any of the errors specified for the library routines
-.BR open (2)
+.MR open 2
and
-.BR malloc (3)
+.MR malloc 3
or the following:
.TP
.B EFTYPE
@@ -479,12 +479,12 @@ The
routines may fail and set
.I errno
for any of the errors specified for the library routines
-.BR close (2),
-.BR read (2),
-.BR write (2),
-.BR free (3),
+.MR close 2 ,
+.MR read 2 ,
+.MR write 2 ,
+.MR free 3 ,
or
-.BR fsync (2).
+.MR fsync 2 .
.P
The
.IR del ,
@@ -495,11 +495,11 @@ and
routines may fail and set
.I errno
for any of the errors specified for the library routines
-.BR read (2),
-.BR write (2),
-.BR free (3),
+.MR read 2 ,
+.MR write 2 ,
+.MR free 3 ,
or
-.BR malloc (3).
+.MR malloc 3 .
.P
The
.I fd
@@ -514,7 +514,7 @@ The
routines may fail and set
.I errno
for any of the errors specified for the library routine
-.BR fsync (2).
+.MR fsync 2 .
.SH BUGS
The typedef
.I DBT
@@ -527,10 +527,10 @@ future version of the interface.
None of the access methods provide any form of concurrent access,
locking, or transactions.
.SH SEE ALSO
-.BR btree (3),
-.BR hash (3),
-.BR mpool (3),
-.BR recno (3)
+.MR btree 3 ,
+.MR hash 3 ,
+.MR mpool 3 ,
+.MR recno 3
.P
.IR "LIBTP: Portable, Modular Transactions for UNIX" ,
Margo Seltzer, Michael Olson, USENIX proceedings, Winter 1992.