]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Fix capitalisations
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 19 Oct 2005 14:57:33 +0000 (14:57 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 19 Oct 2005 14:57:33 +0000 (14:57 +0000)
man3/mpool.3

index 56e105a1b3ea33d3c1aff1d5c2a787a7442bce46..5045377925724369fab2c2f2673760f494c5b2db 100644 (file)
@@ -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