summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/man/mpool.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/db/man/mpool.3')
-rw-r--r--lib/libc/db/man/mpool.312
1 files changed, 9 insertions, 3 deletions
diff --git a/lib/libc/db/man/mpool.3 b/lib/libc/db/man/mpool.3
index 38787167..26333b8 100644
--- a/lib/libc/db/man/mpool.3
+++ b/lib/libc/db/man/mpool.3
@@ -167,7 +167,9 @@ any of the following values:
The page has been modified and needs to be written to the backing file.
.El
.Pp
-.Fn Mpool_put
+The
+.Fn mpool_put
+function
returns 0 on success and -1 if an error occurs.
.Pp
The function
@@ -176,7 +178,9 @@ writes all modified pages associated with the
.Ft MPOOL
pointer to the
backing file.
-.Fn Mpool_sync
+The
+.Fn mpool_sync
+function
returns 0 on success and -1 if an error occurs.
.Pp
The
@@ -186,7 +190,9 @@ cookie.
Modified pages are
.Em not
written to the backing file.
-.Fn Mpool_close
+The
+.Fn mpool_close
+function
returns 0 on success and -1 if an error occurs.
.Sh ERRORS
The
OpenPOWER on IntegriCloud