diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-03-26 05:50:35 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-03-26 07:33:16 +0100 |
| commit | f89652a6fa2e5aa884f0ed9df4572e7226059d35 (patch) | |
| tree | 263783d7ee353255a7e21e166d1e132ff7074f65 | |
| parent | ae7319ae9982da1aa3a26530c450a42f458e6960 (diff) | |
| download | man-pages-f89652a6fa2e5aa884f0ed9df4572e7226059d35.tar.gz | |
recno.3: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man3/recno.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/recno.3 b/man3/recno.3 index ada8103465..e5de9a3138 100644 --- a/man3/recno.3 +++ b/man3/recno.3 @@ -134,7 +134,7 @@ This value is advisory, and the access method will allocate more memory rather than fail. If .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 .I psize 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. If .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. See .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. If .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 .I reclen The length of a fixed-length record. |
