]> git.saurik.com Git - apple/libc.git/blobdiff - db/man/FreeBSD/recno.3
Libc-391.tar.gz
[apple/libc.git] / db / man / FreeBSD / recno.3
index 7f069cf6110180459c9d6a25e01d74cc0a855193..b5e6f5846671901c003e9c82dbc9441871a770ec 100644 (file)
@@ -30,7 +30,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"    @(#)recno.3     8.5 (Berkeley) 8/18/94
-.\" $FreeBSD: src/lib/libc/db/man/recno.3,v 1.6 2001/10/01 16:08:50 ru Exp $
+.\" $FreeBSD: src/lib/libc/db/man/recno.3,v 1.8 2004/07/02 23:52:10 ru Exp $
 .\"
 .Dd August 18, 1994
 .Dt 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.
@@ -190,7 +190,7 @@ field of the key should be the size of that type.
 Because there can be no meta-data associated with the underlying
 .Nm
 access method files, any changes made to the default values
-(e.g. fixed record length or byte separator value) must be explicitly
+(e.g.\& fixed record length or byte separator value) must be explicitly
 specified each time the file is opened.
 .Pp
 In the interface specified by