recno.3: grfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-26 05:50:35 +01:00
parent ae7319ae99
commit f89652a6fa
1 changed files with 3 additions and 3 deletions

View File

@ -134,7 +134,7 @@ This value is
advisory, and the access method will allocate more memory rather than fail. advisory, and the access method will allocate more memory rather than fail.
If If
.I cachesize .I cachesize
is 0 (no size is specified) a default cache is used. is 0 (no size is specified), a default cache is used.
.TP .TP
.I psize .I psize
The recno access method stores the in-memory copies of its records The recno access method stores the in-memory copies of its records
@ -142,7 +142,7 @@ in a btree.
This value is the size (in bytes) of the pages used for nodes in that tree. This value is the size (in bytes) of the pages used for nodes in that tree.
If If
.I psize .I psize
is 0 (no page size is specified) a page size is chosen based on the is 0 (no page size is specified), a page size is chosen based on the
underlying filesystem I/O block size. underlying filesystem I/O block size.
See See
.BR btree (3) .BR btree (3)
@ -154,7 +154,7 @@ The number should represent the order as an integer; for example,
big endian order would be the number 4,321. big endian order would be the number 4,321.
If If
.I lorder .I lorder
is 0 (no order is specified) the current host order is used. is 0 (no order is specified), the current host order is used.
.TP .TP
.I reclen .I reclen
The length of a fixed-length record. The length of a fixed-length record.