Module Name:    src
Committed By:   christos
Date:           Sun Feb 10 17:15:45 UTC 2019

Modified Files:
        src/share/man/man9: pool.9

Log Message:
document PR_ZERO


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/share/man/man9/pool.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/pool.9
diff -u src/share/man/man9/pool.9:1.46 src/share/man/man9/pool.9:1.47
--- src/share/man/man9/pool.9:1.46	Sat Dec 24 09:04:10 2016
+++ src/share/man/man9/pool.9	Sun Feb 10 12:15:45 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pool.9,v 1.46 2016/12/24 14:04:10 abhinav Exp $
+.\"	$NetBSD: pool.9,v 1.47 2019/02/10 17:15:45 christos Exp $
 .\"
 .\" Copyright (c) 1997, 1998, 2007 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd August 15, 2015
+.Dd February 10, 2019
 .Dt POOL 9
 .Os
 .Sh NAME
@@ -167,6 +167,10 @@ will return
 .Dv NULL
 without waiting, allowing the caller to do its own garbage collection;
 however, it will still wait if the pool is not yet at its hard limit.
+If the
+.Dv PR_ZERO
+flag is specified, then the memory returned will be zeroed first using
+.Xr memset 3 .
 .El
 .Ss RETURNING ITEMS TO A POOL
 .Fn pool_put

Reply via email to