diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 14:57:33 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 14:57:33 +0000 |
| commit | bee2a27738f43441a40e2f718010820aed1381cb (patch) | |
| tree | a2cf12f8c8cd9fa61939dcfaeb3fb3e6cc6463f6 | |
| parent | 4d52e8f81c1052ac5e09f979c7ef6ddee1947cb9 (diff) | |
| download | man-pages-bee2a27738f43441a40e2f718010820aed1381cb.tar.gz | |
Fix capitalisations
| -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 |
