diff options
Diffstat (limited to 'lib/libc/db/man/mpool.3')
-rw-r--r-- | lib/libc/db/man/mpool.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/db/man/mpool.3 b/lib/libc/db/man/mpool.3 index 7f426b66b0c..b91475a1ca2 100644 --- a/lib/libc/db/man/mpool.3 +++ b/lib/libc/db/man/mpool.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mpool.3,v 1.3 1999/02/26 06:54:50 millert Exp $ +.\" $OpenBSD: mpool.3,v 1.4 1999/02/27 21:54:57 deraadt Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -151,7 +151,7 @@ The function .Fn mpool_put unpins the page referenced by .Fa pgaddr . -.Fa Pgaddr +.Fa pgaddr must be an address previously returned by .Fn mpool_get or @@ -164,14 +164,14 @@ the following values: The page has been modified and needs to be written to the backing file. .El .Pp -.Fn Mpool_put +.Fn mpool_put returns 0 on success and -1 if an error occurs. .Pp The function .Fn mpool_sync writes all modified pages associated with the MPOOL pointer to the backing file. -.Fn Mpool_sync +.Fn mpool_sync returns 0 on success and -1 if an error occurs. .Pp The @@ -181,7 +181,7 @@ cookie. Modified pages are .Em not written to the backing file. -.Fn Mpool_close +.Fn mpool_close returns 0 on success and -1 if an error occurs. .Sh ERRORS The |