diff options
| -rw-r--r-- | man3/mpool.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/mpool.3 b/man3/mpool.3 index 56e105a1b3..5045377925 100644 --- a/man3/mpool.3 +++ b/man3/mpool.3 @@ -139,7 +139,7 @@ The function .IR mpool_put () unpins the page referenced by .IR pgaddr . -.I Pgaddr +.I pgaddr must be an address previously returned by .IR mpool_get () or @@ -151,14 +151,14 @@ any of the following values: MPOOL_DIRTY The page has been modified and needs to be written to the backing file. .PP -.IR Mpool_put () +.IR mpool_put () returns 0 on success and \-1 if an error occurs. .PP The function .IR mpool_sync () writes all modified pages associated with the MPOOL pointer to the backing file. -.IR Mpool_sync () +.IR mpool_sync () returns 0 on success and \-1 if an error occurs. .PP The @@ -168,7 +168,7 @@ cookie. Modified pages are .B not written to the backing file. -.IR Mpool_close () +.IR mpool_close () returns 0 on success and \-1 if an error occurs. .SH ERRORS The |
