OSDN Git Service

(split) LDP: Update POT and ja.po to LDP v3.50.
[linuxjm/LDP_man-pages.git] / po4a / db / po / db.pot
index 0f8ff23..10f1bd6 100644 (file)
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2012-05-28 07:16+0900\n"
+"POT-Creation-Date: 2013-03-22 01:04+0900\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,42 +17,42 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: TH
-#: build/C/man3/btree.3:34
+#: build/C/man3/btree.3:36
 #, no-wrap
 msgid "BTREE"
 msgstr ""
 
 #. type: TH
-#: build/C/man3/btree.3:34 build/C/man3/hash.3:34 build/C/man3/recno.3:34
+#: build/C/man3/btree.3:36 build/C/man3/hash.3:36 build/C/man3/recno.3:36
 #, no-wrap
 msgid "2012-04-23"
 msgstr ""
 
 #. type: TH
-#: build/C/man3/btree.3:34 build/C/man3/dbopen.3:34 build/C/man3/hash.3:34 build/C/man3/mpool.3:34 build/C/man3/recno.3:34
+#: build/C/man3/btree.3:36 build/C/man3/dbopen.3:36 build/C/man3/hash.3:36 build/C/man3/mpool.3:36 build/C/man3/recno.3:36
 #, no-wrap
 msgid "Linux Programmer's Manual"
 msgstr ""
 
 #. type: SH
-#: build/C/man3/btree.3:36 build/C/man3/dbopen.3:36 build/C/man3/hash.3:36 build/C/man3/mpool.3:36 build/C/man3/recno.3:36
+#: build/C/man3/btree.3:38 build/C/man3/dbopen.3:38 build/C/man3/hash.3:38 build/C/man3/mpool.3:38 build/C/man3/recno.3:38
 #, no-wrap
 msgid "NAME"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:38
+#: build/C/man3/btree.3:40
 msgid "btree - btree database access method"
 msgstr ""
 
 #. type: SH
-#: build/C/man3/btree.3:38 build/C/man3/dbopen.3:38 build/C/man3/hash.3:38 build/C/man3/mpool.3:38 build/C/man3/recno.3:38
+#: build/C/man3/btree.3:40 build/C/man3/dbopen.3:40 build/C/man3/hash.3:40 build/C/man3/mpool.3:40 build/C/man3/recno.3:40
 #, no-wrap
 msgid "SYNOPSIS"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:43 build/C/man3/hash.3:43 build/C/man3/recno.3:43
+#: build/C/man3/btree.3:45 build/C/man3/hash.3:45 build/C/man3/recno.3:45
 #, no-wrap
 msgid ""
 "B<#include E<lt>sys/types.hE<gt>\n"
@@ -60,13 +60,13 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: build/C/man3/btree.3:45 build/C/man3/dbopen.3:49 build/C/man3/hash.3:45 build/C/man3/mpool.3:60 build/C/man3/recno.3:45
+#: build/C/man3/btree.3:47 build/C/man3/dbopen.3:51 build/C/man3/hash.3:47 build/C/man3/mpool.3:62 build/C/man3/recno.3:47
 #, no-wrap
 msgid "DESCRIPTION"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:52 build/C/man3/dbopen.3:56 build/C/man3/hash.3:52 build/C/man3/mpool.3:67 build/C/man3/recno.3:52
+#: build/C/man3/btree.3:54 build/C/man3/dbopen.3:58 build/C/man3/hash.3:54 build/C/man3/mpool.3:69 build/C/man3/recno.3:54
 msgid ""
 "I<Note well>: This page documents interfaces provided in glibc up until "
 "version 2.1.  Since version 2.2, glibc no longer provides these interfaces.  "
@@ -75,7 +75,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:60
+#: build/C/man3/btree.3:62
 msgid ""
 "The routine B<dbopen>(3)  is the library interface to database files.  One "
 "of the supported file formats is btree files.  The general description of "
@@ -84,21 +84,21 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:63
+#: build/C/man3/btree.3:65
 msgid ""
 "The btree data structure is a sorted, balanced tree structure storing "
 "associated key/data pairs."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:69
+#: build/C/man3/btree.3:71
 msgid ""
 "The btree access method specific data structure provided to B<dbopen>(3)  is "
 "defined in the I<E<lt>db.hE<gt>> include file as follows:"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:82
+#: build/C/man3/btree.3:84
 #, no-wrap
 msgid ""
 "typedef struct {\n"
@@ -114,29 +114,29 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:86 build/C/man3/hash.3:83
+#: build/C/man3/btree.3:88 build/C/man3/hash.3:85
 msgid "The elements of this structure are as follows:"
 msgstr ""
 
 #. type: TP
-#: build/C/man3/btree.3:86
+#: build/C/man3/btree.3:88
 #, no-wrap
 msgid "I<flags>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:89 build/C/man3/recno.3:95
+#: build/C/man3/btree.3:91 build/C/man3/recno.3:97
 msgid "The flag value is specified by ORing any of the following values:"
 msgstr ""
 
 #. type: TP
-#: build/C/man3/btree.3:90
+#: build/C/man3/btree.3:92
 #, no-wrap
 msgid "B<R_DUP>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:109
+#: build/C/man3/btree.3:111
 msgid ""
 "Permit duplicate keys in the tree, that is, permit insertion if the key to "
 "be inserted already exists in the tree.  The default behavior, as described "
@@ -147,7 +147,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:119
+#: build/C/man3/btree.3:121
 msgid ""
 "If the database contains duplicate keys, the order of retrieval of key/data "
 "pairs is undefined if the I<get> routine is used, however, I<seq> routine "
@@ -156,13 +156,13 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/btree.3:120 build/C/man3/hash.3:100 build/C/man3/recno.3:127
+#: build/C/man3/btree.3:122 build/C/man3/hash.3:102 build/C/man3/recno.3:129
 #, no-wrap
 msgid "I<cachesize>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:135
+#: build/C/man3/btree.3:137
 msgid ""
 "A suggested maximum size (in bytes) of the memory cache.  This value is "
 "I<only> advisory, and the access method will allocate more memory rather "
@@ -176,7 +176,7 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/btree.3:135
+#: build/C/man3/btree.3:137
 #, no-wrap
 msgid "I<maxkeypage>"
 msgstr ""
@@ -190,20 +190,20 @@ msgstr ""
 #.  is 0 (no maximum number of keys is specified) the page fill factor is
 #.  made as large as possible (which is almost invariably what is wanted).
 #. type: Plain text
-#: build/C/man3/btree.3:147
+#: build/C/man3/btree.3:149
 msgid ""
 "The maximum number of keys which will be stored on any single page.  Not "
 "currently implemented."
 msgstr ""
 
 #. type: TP
-#: build/C/man3/btree.3:147
+#: build/C/man3/btree.3:149
 #, no-wrap
 msgid "I<minkeypage>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:157
+#: build/C/man3/btree.3:159
 msgid ""
 "The minimum number of keys which will be stored on any single page.  This "
 "value is used to determine which keys will be stored on overflow pages, that "
@@ -214,13 +214,13 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/btree.3:157 build/C/man3/recno.3:136
+#: build/C/man3/btree.3:159 build/C/man3/recno.3:138
 #, no-wrap
 msgid "I<psize>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:165
+#: build/C/man3/btree.3:167
 msgid ""
 "Page size is the size (in bytes) of the pages used for nodes in the tree.  "
 "The minimum page size is 512 bytes and the maximum page size is 64K.  If "
@@ -229,13 +229,13 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/btree.3:165
+#: build/C/man3/btree.3:167
 #, no-wrap
 msgid "I<compare>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:177
+#: build/C/man3/btree.3:179
 msgid ""
 "Compare is the key comparison function.  It must return an integer less "
 "than, equal to, or greater than zero if the first key argument is considered "
@@ -247,13 +247,13 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/btree.3:177
+#: build/C/man3/btree.3:179
 #, no-wrap
 msgid "I<prefix>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:196
+#: build/C/man3/btree.3:198
 msgid ""
 "Prefix is the prefix comparison function.  If specified, this routine must "
 "return the number of bytes of the second key argument which are necessary to "
@@ -267,13 +267,13 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/btree.3:196 build/C/man3/hash.3:115 build/C/man3/recno.3:148
+#: build/C/man3/btree.3:198 build/C/man3/hash.3:117 build/C/man3/recno.3:150
 #, no-wrap
 msgid "I<lorder>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:204 build/C/man3/recno.3:156
+#: build/C/man3/btree.3:206 build/C/man3/recno.3:158
 msgid ""
 "The byte order for integers in the stored database metadata.  The number "
 "should represent the order as an integer; for example, big endian order "
@@ -282,7 +282,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:215
+#: build/C/man3/btree.3:217
 msgid ""
 "If the file already exists (and the B<O_TRUNC> flag is not specified), the "
 "values specified for the arguments I<flags>, I<lorder> and I<psize> are "
@@ -290,12 +290,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:217
+#: build/C/man3/btree.3:219
 msgid "Forward sequential scans of a tree are from the least key to the greatest."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:223
+#: build/C/man3/btree.3:225
 msgid ""
 "Space freed up by deleting key/data pairs from the tree is never reclaimed, "
 "although it is normally made available for reuse.  This means that the btree "
@@ -305,7 +305,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:229
+#: build/C/man3/btree.3:231
 msgid ""
 "Searches, insertions, and deletions in a btree will all complete in O lg "
 "base N where base is the average fill factor.  Often, inserting ordered data "
@@ -315,94 +315,94 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: build/C/man3/btree.3:229 build/C/man3/dbopen.3:479 build/C/man3/hash.3:149 build/C/man3/mpool.3:183 build/C/man3/recno.3:208
+#: build/C/man3/btree.3:231 build/C/man3/dbopen.3:481 build/C/man3/hash.3:151 build/C/man3/mpool.3:185 build/C/man3/recno.3:210
 #, no-wrap
 msgid "ERRORS"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:236
+#: build/C/man3/btree.3:238
 msgid ""
 "The I<btree> access method routines may fail and set I<errno> for any of the "
 "errors specified for the library routine B<dbopen>(3)."
 msgstr ""
 
 #. type: SH
-#: build/C/man3/btree.3:236 build/C/man3/dbopen.3:541 build/C/man3/hash.3:156 build/C/man3/recno.3:220
+#: build/C/man3/btree.3:238 build/C/man3/dbopen.3:543 build/C/man3/hash.3:158 build/C/man3/recno.3:222
 #, no-wrap
 msgid "BUGS"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:238 build/C/man3/recno.3:222
+#: build/C/man3/btree.3:240 build/C/man3/recno.3:224
 msgid "Only big and little endian byte order is supported."
 msgstr ""
 
 #. type: SH
-#: build/C/man3/btree.3:238 build/C/man3/dbopen.3:552 build/C/man3/hash.3:158 build/C/man3/mpool.3:228 build/C/man3/recno.3:222
+#: build/C/man3/btree.3:240 build/C/man3/dbopen.3:554 build/C/man3/hash.3:160 build/C/man3/mpool.3:230 build/C/man3/recno.3:224
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:243
+#: build/C/man3/btree.3:245
 msgid "B<dbopen>(3), B<hash>(3), B<mpool>(3), B<recno>(3)"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:246
+#: build/C/man3/btree.3:248
 msgid ""
 "I<The Ubiquitous B-tree>, Douglas Comer, ACM Comput. Surv. 11, 2 (June "
 "1979), 121-138."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:250
+#: build/C/man3/btree.3:252
 msgid ""
 "I<Prefix B-trees>, Bayer and Unterauer, ACM Transactions on Database "
 "Systems, Vol. 2, 1 (March 1977), 11-26."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:253
+#: build/C/man3/btree.3:255
 msgid ""
 "I<The Art of Computer Programming Vol. 3: Sorting and Searching>, "
 "D.E. Knuth, 1968, pp 471-480."
 msgstr ""
 
 #. type: SH
-#: build/C/man3/btree.3:253 build/C/man3/dbopen.3:560 build/C/man3/hash.3:169 build/C/man3/mpool.3:233 build/C/man3/recno.3:231
+#: build/C/man3/btree.3:255 build/C/man3/dbopen.3:562 build/C/man3/hash.3:171 build/C/man3/mpool.3:235 build/C/man3/recno.3:233
 #, no-wrap
 msgid "COLOPHON"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/btree.3:260 build/C/man3/dbopen.3:567 build/C/man3/hash.3:176 build/C/man3/mpool.3:240 build/C/man3/recno.3:238
+#: build/C/man3/btree.3:262 build/C/man3/dbopen.3:569 build/C/man3/hash.3:178 build/C/man3/mpool.3:242 build/C/man3/recno.3:240
 msgid ""
-"This page is part of release 3.41 of the Linux I<man-pages> project.  A "
+"This page is part of release 3.50 of the Linux I<man-pages> project.  A "
 "description of the project, and information about reporting bugs, can be "
 "found at http://www.kernel.org/doc/man-pages/."
 msgstr ""
 
 #. type: TH
-#: build/C/man3/dbopen.3:34
+#: build/C/man3/dbopen.3:36
 #, no-wrap
 msgid "DBOPEN"
 msgstr ""
 
 #. type: TH
-#: build/C/man3/dbopen.3:34
+#: build/C/man3/dbopen.3:36
 #, no-wrap
 msgid "2012-05-04"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:38
+#: build/C/man3/dbopen.3:40
 msgid "dbopen - database access methods"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:44
+#: build/C/man3/dbopen.3:46
 #, no-wrap
 msgid ""
 "B<#include E<lt>sys/types.hE<gt>>\n"
@@ -412,7 +412,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:48
+#: build/C/man3/dbopen.3:50
 #, no-wrap
 msgid ""
 "B<DB *dbopen(const char *>I<file>B<, int >I<flags>B<, int >I<mode>B<, DBTYPE "
@@ -421,7 +421,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:70
+#: build/C/man3/dbopen.3:72
 msgid ""
 "B<dbopen>()  is the library interface to database files.  The supported file "
 "formats are btree, hashed and UNIX file oriented.  The btree format is a "
@@ -433,7 +433,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:79
+#: build/C/man3/dbopen.3:81
 msgid ""
 "B<dbopen>()  opens I<file> for reading and/or writing.  Files never intended "
 "to be preserved on disk may be created by setting the I<file> argument to "
@@ -460,7 +460,7 @@ msgstr ""
 #. Support transactions in the database.
 #. The DB_LOCK and DB_SHMEM flags must be set as well.
 #. type: Plain text
-#: build/C/man3/dbopen.3:119
+#: build/C/man3/dbopen.3:121
 msgid ""
 "The I<flags> and I<mode> arguments are as specified to the B<open>(2)  "
 "routine, however, only the B<O_CREAT>, B<O_EXCL>, B<O_EXLOCK>, "
@@ -469,7 +469,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:132
+#: build/C/man3/dbopen.3:134
 msgid ""
 "The I<type> argument is of type I<DBTYPE> (as defined in the "
 "I<E<lt>db.hE<gt>> include file) and may be set to B<DB_BTREE>, B<DB_HASH>, "
@@ -477,7 +477,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:141
+#: build/C/man3/dbopen.3:143
 msgid ""
 "The I<openinfo> argument is a pointer to an access method specific structure "
 "described in the access method's manual page.  If I<openinfo> is NULL, each "
@@ -486,7 +486,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:152
+#: build/C/man3/dbopen.3:154
 msgid ""
 "B<dbopen>()  returns a pointer to a I<DB> structure on success and NULL on "
 "error.  The I<DB> structure is defined in the I<E<lt>db.hE<gt>> include "
@@ -494,7 +494,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:168
+#: build/C/man3/dbopen.3:170
 #, no-wrap
 msgid ""
 "typedef struct {\n"
@@ -513,7 +513,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:176
+#: build/C/man3/dbopen.3:178
 msgid ""
 "These elements describe a database type and a set of functions performing "
 "various actions.  These functions take a pointer to a structure as returned "
@@ -522,24 +522,24 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/dbopen.3:176
+#: build/C/man3/dbopen.3:178
 #, no-wrap
 msgid "I<type>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:179
+#: build/C/man3/dbopen.3:181
 msgid "The type of the underlying access method (and file format)."
 msgstr ""
 
 #. type: TP
-#: build/C/man3/dbopen.3:179
+#: build/C/man3/dbopen.3:181
 #, no-wrap
 msgid "I<close>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:193
+#: build/C/man3/dbopen.3:195
 msgid ""
 "A pointer to a routine to flush any cached information to disk, free any "
 "allocated resources, and close the underlying file(s).  Since key/data pairs "
@@ -549,49 +549,49 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/dbopen.3:193
+#: build/C/man3/dbopen.3:195
 #, no-wrap
 msgid "I<del>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:196
+#: build/C/man3/dbopen.3:198
 msgid "A pointer to a routine to remove key/data pairs from the database."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:200
+#: build/C/man3/dbopen.3:202
 msgid "The argument I<flag> may be set to the following value:"
 msgstr ""
 
 #. type: TP
-#: build/C/man3/dbopen.3:201 build/C/man3/dbopen.3:257 build/C/man3/dbopen.3:357
+#: build/C/man3/dbopen.3:203 build/C/man3/dbopen.3:259 build/C/man3/dbopen.3:359
 #, no-wrap
 msgid "B<R_CURSOR>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:205
+#: build/C/man3/dbopen.3:207
 msgid ""
 "Delete the record referenced by the cursor.  The cursor must have previously "
 "been initialized."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:213
+#: build/C/man3/dbopen.3:215
 msgid ""
 "I<delete> routines return -1 on error (setting I<errno>), 0 on success, and "
 "1 if the specified I<key> was not in the file."
 msgstr ""
 
 #. type: TP
-#: build/C/man3/dbopen.3:213
+#: build/C/man3/dbopen.3:215
 #, no-wrap
 msgid "I<fd>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:235
+#: build/C/man3/dbopen.3:237
 msgid ""
 "A pointer to a routine which returns a file descriptor representative of the "
 "underlying database.  A file descriptor referencing the same file will be "
@@ -605,13 +605,13 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/dbopen.3:235
+#: build/C/man3/dbopen.3:237
 #, no-wrap
 msgid "I<get>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:249
+#: build/C/man3/dbopen.3:251
 msgid ""
 "A pointer to a routine which is the interface for keyed retrieval from the "
 "database.  The address and length of the data associated with the specified "
@@ -621,36 +621,36 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/dbopen.3:249
+#: build/C/man3/dbopen.3:251
 #, no-wrap
 msgid "I<put>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:252
+#: build/C/man3/dbopen.3:254
 msgid "A pointer to a routine to store key/data pairs in the database."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:256
+#: build/C/man3/dbopen.3:258
 msgid "The argument I<flag> may be set to one of the following values:"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:261
+#: build/C/man3/dbopen.3:263
 msgid ""
 "Replace the key/data pair referenced by the cursor.  The cursor must have "
 "previously been initialized."
 msgstr ""
 
 #. type: TP
-#: build/C/man3/dbopen.3:261
+#: build/C/man3/dbopen.3:263
 #, no-wrap
 msgid "B<R_IAFTER>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:272
+#: build/C/man3/dbopen.3:274
 msgid ""
 "Append the data immediately after the data referenced by I<key>, creating a "
 "new key/data pair.  The record number of the appended key/data pair is "
@@ -659,13 +659,13 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/dbopen.3:272
+#: build/C/man3/dbopen.3:274
 #, no-wrap
 msgid "B<R_IBEFORE>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:283
+#: build/C/man3/dbopen.3:285
 msgid ""
 "Insert the data immediately before the data referenced by I<key>, creating a "
 "new key/data pair.  The record number of the inserted key/data pair is "
@@ -674,24 +674,24 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/dbopen.3:283
+#: build/C/man3/dbopen.3:285
 #, no-wrap
 msgid "B<R_NOOVERWRITE>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:286
+#: build/C/man3/dbopen.3:288
 msgid "Enter the new key/data pair only if the key does not previously exist."
 msgstr ""
 
 #. type: TP
-#: build/C/man3/dbopen.3:286
+#: build/C/man3/dbopen.3:288
 #, no-wrap
 msgid "B<R_SETCURSOR>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:295
+#: build/C/man3/dbopen.3:297
 msgid ""
 "Store the key/data pair, setting or initializing the position of the cursor "
 "to reference it.  (Applicable only to the B<DB_BTREE> and B<DB_RECNO> access "
@@ -699,7 +699,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:305
+#: build/C/man3/dbopen.3:307
 msgid ""
 "B<R_SETCURSOR> is available only for the B<DB_BTREE> and B<DB_RECNO> access "
 "methods because it implies that the keys have an inherent order which does "
@@ -707,7 +707,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:315
+#: build/C/man3/dbopen.3:317
 msgid ""
 "B<R_IAFTER> and B<R_IBEFORE> are available only for the B<DB_RECNO> access "
 "method because they each imply that the access method is able to create new "
@@ -716,14 +716,14 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:320
+#: build/C/man3/dbopen.3:322
 msgid ""
 "The default behavior of the I<put> routines is to enter the new key/data "
 "pair, replacing any previously existing key."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:328
+#: build/C/man3/dbopen.3:330
 msgid ""
 "I<put> routines return -1 on error (setting I<errno>), 0 on success, and 1 "
 "if the B<R_NOOVERWRITE> I<flag> was set and the key already exists in the "
@@ -731,13 +731,13 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/dbopen.3:328
+#: build/C/man3/dbopen.3:330
 #, no-wrap
 msgid "I<seq>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:339
+#: build/C/man3/dbopen.3:341
 msgid ""
 "A pointer to a routine which is the interface for sequential retrieval from "
 "the database.  The address and length of the key are returned in the "
@@ -746,7 +746,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:352
+#: build/C/man3/dbopen.3:354
 msgid ""
 "Sequential key/data pair retrieval may begin at any time, and the position "
 "of the \"cursor\" is not affected by calls to the I<del>, I<get>, I<put>, or "
@@ -757,12 +757,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:356
+#: build/C/man3/dbopen.3:358
 msgid "The flag value B<must> be set to one of the following values:"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:370
+#: build/C/man3/dbopen.3:372
 msgid ""
 "The data associated with the specified key is returned.  This differs from "
 "the I<get> routines in that it sets or initializes the cursor to the "
@@ -773,26 +773,26 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/dbopen.3:370
+#: build/C/man3/dbopen.3:372
 #, no-wrap
 msgid "B<R_FIRST>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:374
+#: build/C/man3/dbopen.3:376
 msgid ""
 "The first key/data pair of the database is returned, and the cursor is set "
 "or initialized to reference it."
 msgstr ""
 
 #. type: TP
-#: build/C/man3/dbopen.3:374
+#: build/C/man3/dbopen.3:376
 #, no-wrap
 msgid "B<R_LAST>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:383
+#: build/C/man3/dbopen.3:385
 msgid ""
 "The last key/data pair of the database is returned, and the cursor is set or "
 "initialized to reference it.  (Applicable only to the B<DB_BTREE> and "
@@ -800,26 +800,26 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/dbopen.3:383
+#: build/C/man3/dbopen.3:385
 #, no-wrap
 msgid "B<R_NEXT>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:389
+#: build/C/man3/dbopen.3:391
 msgid ""
 "Retrieve the key/data pair immediately after the cursor.  If the cursor is "
 "not yet set, this is the same as the B<R_FIRST> flag."
 msgstr ""
 
 #. type: TP
-#: build/C/man3/dbopen.3:389
+#: build/C/man3/dbopen.3:391
 #, no-wrap
 msgid "B<R_PREV>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:400
+#: build/C/man3/dbopen.3:402
 msgid ""
 "Retrieve the key/data pair immediately before the cursor.  If the cursor is "
 "not yet set, this is the same as the B<R_LAST> flag.  (Applicable only to "
@@ -827,7 +827,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:411
+#: build/C/man3/dbopen.3:413
 msgid ""
 "B<R_LAST> and B<R_PREV> are available only for the B<DB_BTREE> and "
 "B<DB_RECNO> access methods because they each imply that the keys have an "
@@ -835,7 +835,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:424
+#: build/C/man3/dbopen.3:426
 msgid ""
 "I<seq> routines return -1 on error (setting I<errno>), 0 on success and 1 if "
 "there are no key/data pairs less than or greater than the specified or "
@@ -845,13 +845,13 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/dbopen.3:424
+#: build/C/man3/dbopen.3:426
 #, no-wrap
 msgid "I<sync>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:430
+#: build/C/man3/dbopen.3:432
 msgid ""
 "A pointer to a routine to flush any cached information to disk.  If the "
 "database is in memory only, the I<sync> routine has no effect and will "
@@ -859,18 +859,18 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:432
+#: build/C/man3/dbopen.3:434
 msgid "The flag value may be set to the following value:"
 msgstr ""
 
 #. type: TP
-#: build/C/man3/dbopen.3:433
+#: build/C/man3/dbopen.3:435
 #, no-wrap
 msgid "B<R_RECNOSYNC>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:445
+#: build/C/man3/dbopen.3:447
 msgid ""
 "If the B<DB_RECNO> access method is being used, this flag causes the sync "
 "routine to apply to the btree file which underlies the recno file, not the "
@@ -879,25 +879,25 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:451
+#: build/C/man3/dbopen.3:453
 msgid "I<sync> routines return -1 on error (setting I<errno>)  and 0 on success."
 msgstr ""
 
 #. type: SS
-#: build/C/man3/dbopen.3:451
+#: build/C/man3/dbopen.3:453
 #, no-wrap
-msgid "Key/Data Pairs"
+msgid "Key/data pairs"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:454
+#: build/C/man3/dbopen.3:456
 msgid ""
 "Access to all file types is based on key/data pairs.  Both keys and data are "
 "represented by the following data structure:"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:461
+#: build/C/man3/dbopen.3:463
 #, no-wrap
 msgid ""
 "typedef struct {\n"
@@ -907,34 +907,34 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:467
+#: build/C/man3/dbopen.3:469
 msgid "The elements of the I<DBT> structure are defined as follows:"
 msgstr ""
 
 #. type: TP
-#: build/C/man3/dbopen.3:467
+#: build/C/man3/dbopen.3:469
 #, no-wrap
 msgid "I<data>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:470
+#: build/C/man3/dbopen.3:472
 msgid "A pointer to a byte string."
 msgstr ""
 
 #. type: TP
-#: build/C/man3/dbopen.3:470
+#: build/C/man3/dbopen.3:472
 #, no-wrap
 msgid "I<size>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:473
+#: build/C/man3/dbopen.3:475
 msgid "The length of the byte string."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:479
+#: build/C/man3/dbopen.3:481
 msgid ""
 "Key and data byte strings may reference strings of essentially unlimited "
 "length although any two of them must fit into available memory at the same "
@@ -943,7 +943,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:489
+#: build/C/man3/dbopen.3:491
 msgid ""
 "The B<dbopen>()  routine may fail and set I<errno> for any of the errors "
 "specified for the library routines B<open>(2)  and B<malloc>(3)  or the "
@@ -951,24 +951,24 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/dbopen.3:489
+#: build/C/man3/dbopen.3:491
 #, no-wrap
 msgid "B<EFTYPE>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:492
+#: build/C/man3/dbopen.3:494
 msgid "A file is incorrectly formatted."
 msgstr ""
 
 #. type: TP
-#: build/C/man3/dbopen.3:492 build/C/man3/mpool.3:196 build/C/man3/recno.3:216
+#: build/C/man3/dbopen.3:494 build/C/man3/mpool.3:198 build/C/man3/recno.3:218
 #, no-wrap
 msgid "B<EINVAL>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:499
+#: build/C/man3/dbopen.3:501
 msgid ""
 "A parameter has been specified (hash function, pad byte, etc.) that is "
 "incompatible with the current file specification or which is not meaningful "
@@ -978,7 +978,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:511
+#: build/C/man3/dbopen.3:513
 msgid ""
 "The I<close> routines may fail and set I<errno> for any of the errors "
 "specified for the library routines B<close>(2), B<read>(2), B<write>(2), "
@@ -986,7 +986,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:526
+#: build/C/man3/dbopen.3:528
 msgid ""
 "The I<del>, I<get>, I<put> and I<seq> routines may fail and set I<errno> for "
 "any of the errors specified for the library routines B<read>(2), "
@@ -994,65 +994,65 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:534
+#: build/C/man3/dbopen.3:536
 msgid ""
 "The I<fd> routines will fail and set I<errno> to B<ENOENT> for in memory "
 "databases."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:541
+#: build/C/man3/dbopen.3:543
 msgid ""
 "The I<sync> routines may fail and set I<errno> for any of the errors "
 "specified for the library routine B<fsync>(2)."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:546
+#: build/C/man3/dbopen.3:548
 msgid ""
 "The typedef I<DBT> is a mnemonic for \"data base thang\", and was used "
 "because no-one could think of a reasonable name that wasn't already used."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:549
+#: build/C/man3/dbopen.3:551
 msgid ""
 "The file descriptor interface is a kludge and will be deleted in a future "
 "version of the interface."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:552
+#: build/C/man3/dbopen.3:554
 msgid ""
 "None of the access methods provide any form of concurrent access, locking, "
 "or transactions."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:557
+#: build/C/man3/dbopen.3:559
 msgid "B<btree>(3), B<hash>(3), B<mpool>(3), B<recno>(3)"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/dbopen.3:560
+#: build/C/man3/dbopen.3:562
 msgid ""
 "I<LIBTP: Portable, Modular Transactions for UNIX>, Margo Seltzer, Michael "
 "Olson, USENIX proceedings, Winter 1992."
 msgstr ""
 
 #. type: TH
-#: build/C/man3/hash.3:34
+#: build/C/man3/hash.3:36
 #, no-wrap
 msgid "HASH"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/hash.3:38
+#: build/C/man3/hash.3:40
 msgid "hash - hash database access method"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/hash.3:60
+#: build/C/man3/hash.3:62
 msgid ""
 "The routine B<dbopen>(3)  is the library interface to database files.  One "
 "of the supported file formats is hash files.  The general description of the "
@@ -1061,19 +1061,19 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/hash.3:62
+#: build/C/man3/hash.3:64
 msgid "The hash data structure is an extensible, dynamic hashing scheme."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/hash.3:68
+#: build/C/man3/hash.3:70
 msgid ""
 "The access method specific data structure provided to B<dbopen>(3)  is "
 "defined in the I<E<lt>db.hE<gt>> include file as follows:"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/hash.3:79
+#: build/C/man3/hash.3:81
 #, no-wrap
 msgid ""
 "typedef struct {\n"
@@ -1087,13 +1087,13 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/hash.3:83
+#: build/C/man3/hash.3:85
 #, no-wrap
 msgid "I<bsize>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/hash.3:88
+#: build/C/man3/hash.3:90
 msgid ""
 "defines the hash table bucket size, and is, by default, 256 bytes.  It may "
 "be preferable to increase the page size for disk-resident tables and tables "
@@ -1101,13 +1101,13 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/hash.3:88
+#: build/C/man3/hash.3:90
 #, no-wrap
 msgid "I<ffactor>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/hash.3:94
+#: build/C/man3/hash.3:96
 msgid ""
 "indicates a desired density within the hash table.  It is an approximation "
 "of the number of keys allowed to accumulate in any one bucket, determining "
@@ -1115,13 +1115,13 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/hash.3:94
+#: build/C/man3/hash.3:96
 #, no-wrap
 msgid "I<nelem>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/hash.3:100
+#: build/C/man3/hash.3:102
 msgid ""
 "is an estimate of the final size of the hash table.  If not set or set too "
 "low, hash tables will expand gracefully as keys are entered, although a "
@@ -1129,7 +1129,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/hash.3:106
+#: build/C/man3/hash.3:108
 msgid ""
 "is the suggested maximum size, in bytes, of the memory cache.  This value is "
 "I<only advisory>, and the access method will allocate more memory rather "
@@ -1137,13 +1137,13 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/hash.3:106
+#: build/C/man3/hash.3:108
 #, no-wrap
 msgid "I<hash>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/hash.3:115
+#: build/C/man3/hash.3:117
 msgid ""
 "is a user-defined hash function.  Since no hash function performs equally "
 "well on all possible data, the user may find that the built-in hash function "
@@ -1153,7 +1153,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/hash.3:125
+#: build/C/man3/hash.3:127
 msgid ""
 "is the byte order for integers in the stored database metadata.  The number "
 "should represent the order as an integer; for example, big endian order "
@@ -1163,7 +1163,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/hash.3:137
+#: build/C/man3/hash.3:139
 msgid ""
 "If the file already exists (and the B<O_TRUNC> flag is not specified), the "
 "values specified for I<bsize>, I<ffactor>, I<lorder>, and I<nelem> are "
@@ -1171,7 +1171,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/hash.3:142
+#: build/C/man3/hash.3:144
 msgid ""
 "If a hash function is specified, I<hash_open> will attempt to determine if "
 "the hash function specified is the same as the one with which the database "
@@ -1179,7 +1179,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/hash.3:149
+#: build/C/man3/hash.3:151
 msgid ""
 "Backward-compatible interfaces to the routines described in B<dbm>(3), and "
 "B<ndbm>(3)  are provided, however these interfaces are not compatible with "
@@ -1187,55 +1187,55 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/hash.3:156
+#: build/C/man3/hash.3:158
 msgid ""
 "The I<hash> access method routines may fail and set I<errno> for any of the "
 "errors specified for the library routine B<dbopen>(3)."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/hash.3:158
+#: build/C/man3/hash.3:160
 msgid "Only big and little endian byte order are supported."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/hash.3:163
+#: build/C/man3/hash.3:165
 msgid "B<btree>(3), B<dbopen>(3), B<mpool>(3), B<recno>(3)"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/hash.3:166
+#: build/C/man3/hash.3:168
 msgid ""
 "I<Dynamic Hash Tables>, Per-Ake Larson, Communications of the ACM, April "
 "1988."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/hash.3:169
+#: build/C/man3/hash.3:171
 msgid ""
 "I<A New Hash Package for UNIX>, Margo Seltzer, USENIX Proceedings, Winter "
 "1991."
 msgstr ""
 
 #. type: TH
-#: build/C/man3/mpool.3:34
+#: build/C/man3/mpool.3:36
 #, no-wrap
 msgid "MPOOL"
 msgstr ""
 
 #. type: TH
-#: build/C/man3/mpool.3:34
+#: build/C/man3/mpool.3:36
 #, no-wrap
 msgid "2012-04-26"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:38
+#: build/C/man3/mpool.3:40
 msgid "mpool - shared memory buffer pool"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:42
+#: build/C/man3/mpool.3:44
 #, no-wrap
 msgid ""
 "B<#include E<lt>db.hE<gt>>\n"
@@ -1243,7 +1243,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:45
+#: build/C/man3/mpool.3:47
 #, no-wrap
 msgid ""
 "B<MPOOL *mpool_open(DBT *>I<key>B<, int >I<fd>B<, pgno_t >I<pagesize>B<, "
@@ -1251,7 +1251,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:49
+#: build/C/man3/mpool.3:51
 #, no-wrap
 msgid ""
 "B<void mpool_filter(MPOOL *>I<mp>B<, void (*pgin)(void *, pgno_t, void "
@@ -1261,13 +1261,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:51
+#: build/C/man3/mpool.3:53
 #, no-wrap
 msgid "B<void *mpool_new(MPOOL *>I<mp>B<, pgno_t *>I<pgnoaddr>B<);>\n"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:53
+#: build/C/man3/mpool.3:55
 #, no-wrap
 msgid ""
 "B<void *mpool_get(MPOOL *>I<mp>B<, pgno_t >I<pgno>B<, unsigned int "
@@ -1275,7 +1275,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:55
+#: build/C/man3/mpool.3:57
 #, no-wrap
 msgid ""
 "B<int mpool_put(MPOOL *>I<mp>B<, void *>I<pgaddr>B<, unsigned int "
@@ -1283,26 +1283,26 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:57
+#: build/C/man3/mpool.3:59
 #, no-wrap
 msgid "B<int mpool_sync(MPOOL *>I<mp>B<);>\n"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:59
+#: build/C/man3/mpool.3:61
 #, no-wrap
 msgid "B<int mpool_close(MPOOL *>I<mp>B<);>\n"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:72
+#: build/C/man3/mpool.3:74
 msgid ""
 "I<Mpool> is the library interface intended to provide page oriented buffer "
 "management of files.  The buffers may be shared between processes."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:93
+#: build/C/man3/mpool.3:95
 msgid ""
 "The function B<mpool_open>()  initializes a memory pool.  The I<key> "
 "argument is the byte string used to negotiate between multiple processes "
@@ -1315,7 +1315,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:104
+#: build/C/man3/mpool.3:106
 msgid ""
 "The I<pagesize> argument is the size, in bytes, of the pages into which the "
 "file is broken up.  The I<maxcache> argument is the maximum number of pages "
@@ -1325,7 +1325,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:120
+#: build/C/man3/mpool.3:122
 msgid ""
 "The B<mpool_filter>()  function is intended to make transparent input and "
 "output processing of the pages possible.  If the I<pgin> function is "
@@ -1337,7 +1337,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:133
+#: build/C/man3/mpool.3:135
 msgid ""
 "The function B<mpool_new>()  takes an I<MPOOL> pointer and an address as "
 "arguments.  If a new page can be allocated, a pointer to the page is "
@@ -1346,7 +1346,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:146
+#: build/C/man3/mpool.3:148
 msgid ""
 "The function B<mpool_get>()  takes an I<MPOOL> pointer and a page number as "
 "arguments.  If the page exists, a pointer to the page is returned.  "
@@ -1355,7 +1355,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:158
+#: build/C/man3/mpool.3:160
 msgid ""
 "The function B<mpool_put>()  unpins the page referenced by I<pgaddr>.  "
 "I<pgaddr> must be an address previously returned by B<mpool_get>()  or "
@@ -1364,23 +1364,23 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/mpool.3:158
+#: build/C/man3/mpool.3:160
 #, no-wrap
 msgid "B<MPOOL_DIRTY>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:161
+#: build/C/man3/mpool.3:163
 msgid "The page has been modified and needs to be written to the backing file."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:164
+#: build/C/man3/mpool.3:166
 msgid "B<mpool_put>()  returns 0 on success and -1 if an error occurs."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:173
+#: build/C/man3/mpool.3:175
 msgid ""
 "The function B<mpool_sync>()  writes all modified pages associated with the "
 "I<MPOOL> pointer to the backing file.  B<mpool_sync>()  returns 0 on success "
@@ -1388,7 +1388,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:183
+#: build/C/man3/mpool.3:185
 msgid ""
 "The B<mpool_close>()  function free's up any allocated memory associated "
 "with the memory pool cookie.  Modified pages are B<not> written to the "
@@ -1397,24 +1397,24 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:190
+#: build/C/man3/mpool.3:192
 msgid ""
 "The B<mpool_open>()  function may fail and set I<errno> for any of the "
 "errors specified for the library routine B<malloc>(3)."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:196
+#: build/C/man3/mpool.3:198
 msgid "The B<mpool_get>()  function may fail and set I<errno> for the following:"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:199
+#: build/C/man3/mpool.3:201
 msgid "The requested record doesn't exist."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:211
+#: build/C/man3/mpool.3:213
 msgid ""
 "The B<mpool_new>()  and B<mpool_get>()  functions may fail and set I<errno> "
 "for any of the errors specified for the library routines B<read>(2), "
@@ -1422,48 +1422,48 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:218
+#: build/C/man3/mpool.3:220
 msgid ""
 "The B<mpool_sync>()  function may fail and set I<errno> for any of the "
 "errors specified for the library routine B<write>(2)."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:225
+#: build/C/man3/mpool.3:227
 msgid ""
 "The B<mpool_close>()  function may fail and set I<errno> for any of the "
 "errors specified for the library routine B<free>(3)."
 msgstr ""
 
 #. type: SH
-#: build/C/man3/mpool.3:225
+#: build/C/man3/mpool.3:227
 #, no-wrap
 msgid "CONFORMING TO"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:228
+#: build/C/man3/mpool.3:230
 msgid "Not in POSIX.1-2001.  Present on the BSDs."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/mpool.3:233
+#: build/C/man3/mpool.3:235
 msgid "B<btree>(3), B<dbopen>(3), B<hash>(3), B<recno>(3)"
 msgstr ""
 
 #. type: TH
-#: build/C/man3/recno.3:34
+#: build/C/man3/recno.3:36
 #, no-wrap
 msgid "RECNO"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/recno.3:38
+#: build/C/man3/recno.3:40
 msgid "recno - record number database access method"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/recno.3:60
+#: build/C/man3/recno.3:62
 msgid ""
 "The routine B<dbopen>(3)  is the library interface to database files.  One "
 "of the supported file formats is record number files.  The general "
@@ -1472,7 +1472,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/recno.3:69
+#: build/C/man3/recno.3:71
 msgid ""
 "The record number data structure is either variable or fixed-length records "
 "stored in a flat-file format, accessed by the logical record number.  The "
@@ -1483,14 +1483,14 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/recno.3:75
+#: build/C/man3/recno.3:77
 msgid ""
 "The recno access method specific data structure provided to B<dbopen>(3)  is "
 "defined in the I<E<lt>db.hE<gt>> include file as follows:"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/recno.3:87
+#: build/C/man3/recno.3:89
 #, no-wrap
 msgid ""
 "typedef struct {\n"
@@ -1505,24 +1505,24 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/recno.3:91
+#: build/C/man3/recno.3:93
 msgid "The elements of this structure are defined as follows:"
 msgstr ""
 
 #. type: TP
-#: build/C/man3/recno.3:91
+#: build/C/man3/recno.3:93
 #, no-wrap
 msgid "flags"
 msgstr ""
 
 #. type: TP
-#: build/C/man3/recno.3:96
+#: build/C/man3/recno.3:98
 #, no-wrap
 msgid "B<R_FIXEDLEN>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/recno.3:107
+#: build/C/man3/recno.3:109
 msgid ""
 "The records are fixed-length, not byte delimited.  The structure element "
 "I<reclen> specifies the length of the record, and the structure element "
@@ -1531,13 +1531,13 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/recno.3:107
+#: build/C/man3/recno.3:109
 #, no-wrap
 msgid "B<R_NOKEY>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/recno.3:120
+#: build/C/man3/recno.3:122
 msgid ""
 "In the interface specified by B<dbopen>(3), the sequential record retrieval "
 "fills in both the caller's key and data structures.  If the B<R_NOKEY> flag "
@@ -1547,13 +1547,13 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/recno.3:120
+#: build/C/man3/recno.3:122
 #, no-wrap
 msgid "B<R_SNAPSHOT>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/recno.3:126
+#: build/C/man3/recno.3:128
 msgid ""
 "This flag requires that a snapshot of the file be taken when B<dbopen>(3)  "
 "is called, instead of permitting any unmodified records to be read from the "
@@ -1561,7 +1561,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/recno.3:136
+#: build/C/man3/recno.3:138
 msgid ""
 "A suggested maximum size, in bytes, of the memory cache.  This value is "
 "B<only> advisory, and the access method will allocate more memory rather "
@@ -1570,7 +1570,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/recno.3:148
+#: build/C/man3/recno.3:150
 msgid ""
 "The recno access method stores the in-memory copies of its records in a "
 "btree.  This value is the size (in bytes) of the pages used for nodes in "
@@ -1580,24 +1580,24 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/recno.3:156
+#: build/C/man3/recno.3:158
 #, no-wrap
 msgid "I<reclen>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/recno.3:159
+#: build/C/man3/recno.3:161
 msgid "The length of a fixed-length record."
 msgstr ""
 
 #. type: TP
-#: build/C/man3/recno.3:159
+#: build/C/man3/recno.3:161
 #, no-wrap
 msgid "I<bval>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/recno.3:167
+#: build/C/man3/recno.3:169
 msgid ""
 "The delimiting byte to be used to mark the end of a record for "
 "variable-length records, and the pad character for fixed-length records.  If "
@@ -1606,13 +1606,13 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man3/recno.3:167
+#: build/C/man3/recno.3:169
 #, no-wrap
 msgid "I<bfname>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/recno.3:177
+#: build/C/man3/recno.3:179
 msgid ""
 "The recno access method stores the in-memory copies of its records in a "
 "btree.  If I<bfname> is non-NULL, it specifies the name of the btree file, "
@@ -1620,7 +1620,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/recno.3:195
+#: build/C/man3/recno.3:197
 msgid ""
 "The data part of the key/data pair used by the I<recno> access method is the "
 "same as other access methods.  The key is different.  The I<data> field of "
@@ -1631,7 +1631,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/recno.3:200
+#: build/C/man3/recno.3:202
 msgid ""
 "Because there can be no metadata associated with the underlying recno access "
 "method files, any changes made to the default values (e.g., fixed record "
@@ -1640,7 +1640,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/recno.3:208
+#: build/C/man3/recno.3:210
 msgid ""
 "In the interface specified by B<dbopen>(3), using the I<put> interface to "
 "create a new record will cause the creation of multiple, empty records if "
@@ -1649,26 +1649,26 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/recno.3:216
+#: build/C/man3/recno.3:218
 msgid ""
 "The I<recno> access method routines may fail and set I<errno> for any of the "
 "errors specified for the library routine B<dbopen>(3)  or the following:"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/recno.3:220
+#: build/C/man3/recno.3:222
 msgid ""
 "An attempt was made to add a record to a fixed-length database that was too "
 "large to fit."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/recno.3:227
+#: build/C/man3/recno.3:229
 msgid "B<btree>(3), B<dbopen>(3), B<hash>(3), B<mpool>(3)"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/recno.3:231
+#: build/C/man3/recno.3:233
 msgid ""
 "I<Document Processing in a Relational Database System>, Michael Stonebraker, "
 "Heidi Stettner, Joseph Kalash, Antonin Guttman, Nadene Lynn, Memorandum "