Fix capitalisations

This commit is contained in:
Michael Kerrisk 2005-10-19 14:57:33 +00:00
parent 4d52e8f81c
commit bee2a27738
1 changed files with 4 additions and 4 deletions

View 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