]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/recno.3
ffix
[thirdparty/man-pages.git] / man3 / recno.3
index 93ff88a6e05603a4650acbbd77d43aa2f4587e77..996a6712dc3dea388feed55fab020f4c204c96f5 100644 (file)
@@ -86,7 +86,7 @@ The flag value is specified by
 any of the following values:
 .RS
 .TP
-R_FIXEDLEN
+.B R_FIXEDLEN
 The records are fixed-length, not byte delimited.
 The structure element
 .I reclen
@@ -97,18 +97,20 @@ Any records, inserted into the database, that are less than
 .I reclen
 bytes long are automatically padded.
 .TP
-R_NOKEY
+.B R_NOKEY
 In the interface specified by
 .IR dbopen ,
 the sequential record retrieval fills in both the caller's key and
 data structures.
-If the R_NOKEY flag is specified, the
+If the
+.B R_NOKEY
+flag is specified, the
 .I cursor
 routines are not required to fill in the key structure.
 This permits applications to retrieve records at the end of files without
 reading all of the intervening records.
 .TP
-R_SNAPSHOT
+.B R_SNAPSHOT
 This flag requires that a snapshot of the file be taken when
 .I dbopen
 is called, instead of permitting any unmodified records to be read from