Date: Sat, 2 Jul 2011 00:34:02 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r223716 - stable/8/lib/libc/db/man Message-ID: <201107020034.p620Y2t9012654@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: delphij Date: Sat Jul 2 00:34:02 2011 New Revision: 223716 URL: http://svn.freebsd.org/changeset/base/223716 Log: MFC r223214: The flags argument of mpool_get() is meaningful, document it. Modified: stable/8/lib/libc/db/man/mpool.3 Directory Properties: stable/8/lib/libc/ (props changed) stable/8/lib/libc/stdtime/ (props changed) Modified: stable/8/lib/libc/db/man/mpool.3 ============================================================================== --- stable/8/lib/libc/db/man/mpool.3 Fri Jul 1 20:45:55 2011 (r223715) +++ stable/8/lib/libc/db/man/mpool.3 Sat Jul 2 00:34:02 2011 (r223716) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107020034.p620Y2t9012654>