aboutsummaryrefslogtreecommitdiffstats
path: root/man3/dbopen.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-11-02 11:34:24 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-11-02 11:34:24 +0000
commit31e9a9ec99aac99b55b17ca863e657b5f7d7875a (patch)
treee7eb93c03979527205d98975ab542a61a8fd7702 /man3/dbopen.3
parente6b40d46c1a36531c24b25997291d88746a42b03 (diff)
downloadman-pages-31e9a9ec99aac99b55b17ca863e657b5f7d7875a.tar.gz
Change itacised function names and page xrefs to bold
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 91fe478583..7e16e32f14 100644
--- a/man3/dbopen.3
+++ b/man3/dbopen.3
@@ -58,10 +58,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
-.IR btree (3),
-.IR hash (3)
+.BR btree (3),
+.BR hash (3)
and
-.IR recno (3).
+.BR recno (3).
.PP
.BR dbopen ()
opens
@@ -75,7 +75,7 @@ The
and
.I mode
arguments are as specified to the
-.IR open (2)
+.BR open (2)
routine, however, only the O_CREAT, O_EXCL, O_EXLOCK, O_NONBLOCK,
O_RDONLY, O_RDWR, O_SHLOCK and O_TRUNC flags are meaningful.
(Note, opening a database file O_WRONLY is not possible.)
@@ -189,9 +189,9 @@ with the same
.I file
name.
This file descriptor may be safely used as an argument to the
-.IR fcntl (2)
+.BR fcntl (2)
and
-.IR flock (2)
+.BR flock (2)
locking functions.
The file descriptor is not necessarily associated with any of the
underlying files used by the access method.
@@ -365,7 +365,7 @@ recno file, not the recno file itself.
(See the
.I bfname
field of the
-.IR recno (3)
+.BR recno (3)
manual page for more information.)
.RE
.IP
@@ -404,9 +404,9 @@ The
routine may fail and set
.I errno
for any of the errors specified for the library routines
-.IR open (2)
+.BR open (2)
and
-.IR malloc (3)
+.BR malloc (3)
or the following:
.TP
[EFTYPE]
@@ -424,12 +424,12 @@ The
routines may fail and set
.I errno
for any of the errors specified for the library routines
-.IR close (2),
-.IR read (2),
-.IR write (2),
-.IR free (3),
+.BR close (2),
+.BR read (2),
+.BR write (2),
+.BR free (3),
or
-.IR fsync (2).
+.BR fsync (2).
.PP
The
.IR del ,
@@ -440,11 +440,11 @@ and
routines may fail and set
.I errno
for any of the errors specified for the library routines
-.IR read (2),
-.IR write (2),
-.IR free (3)
+.BR read (2),
+.BR write (2),
+.BR free (3)
or
-.IR malloc (3).
+.BR malloc (3).
.PP
The
.I fd
@@ -457,12 +457,12 @@ The
routines may fail and set
.I errno
for any of the errors specified for the library routine
-.IR fsync (2).
+.BR fsync (2).
.SH "SEE ALSO"
-.IR btree (3),
-.IR hash (3),
-.IR mpool (3),
-.IR recno (3)
+.BR btree (3),
+.BR hash (3),
+.BR mpool (3),
+.BR recno (3)
.sp
.IR "LIBTP: Portable, Modular Transactions for UNIX" ,
Margo Seltzer, Michael Olson, USENIX proceedings, Winter 1992.