summaryrefslogtreecommitdiffstats
path: root/lib/libc/db
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2011-06-18 00:10:21 +0000
committerdelphij <delphij@FreeBSD.org>2011-06-18 00:10:21 +0000
commit1a3b8a613a52afafa67cbade9fb113b879fdfdbe (patch)
treed00534ebcb1b2615a34d7f1cfc62138ac2516208 /lib/libc/db
parentd17521adb2543f02ad59e97921e87c7ad0201bb7 (diff)
downloadFreeBSD-src-1a3b8a613a52afafa67cbade9fb113b879fdfdbe.zip
FreeBSD-src-1a3b8a613a52afafa67cbade9fb113b879fdfdbe.tar.gz
The flags argument of mpool_get() is meaningful, document it.
MFC after: 2 weeks
Diffstat (limited to 'lib/libc/db')
-rw-r--r--lib/libc/db/man/mpool.311
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/libc/db/man/mpool.3 b/lib/libc/db/man/mpool.3
index 3de51c3..5af7d27 100644
--- a/lib/libc/db/man/mpool.3
+++ b/lib/libc/db/man/mpool.3
@@ -28,7 +28,7 @@
.\" @(#)mpool.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd February 25, 1999
+.Dd June 17, 2011
.Dt MPOOL 3
.Os
.Sh NAME
@@ -147,7 +147,14 @@ is returned and
is set.
The
.Fa flags
-argument is not currently used.
+argument is specified by
+.Em or Ns 'ing
+any of the following values:
+.Bl -tag -width indent
+.It Dv MPOOL_IGNOREPIN
+The page returned is not pinned;
+page will otherwise be pinned on return.
+.El
.Pp
The
.Fn mpool_put
OpenPOWER on IntegriCloud