Module Name:    src
Committed By:   rmind
Date:           Mon Aug  3 19:30:32 UTC 2009

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

Log Message:
kmem_alloc(9): make notes under NOTES section.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/share/man/man9/kmem_alloc.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/kmem_alloc.9
diff -u src/share/man/man9/kmem_alloc.9:1.10 src/share/man/man9/kmem_alloc.9:1.11
--- src/share/man/man9/kmem_alloc.9:1.10	Sun Mar 29 11:26:05 2009
+++ src/share/man/man9/kmem_alloc.9	Mon Aug  3 19:30:32 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: kmem_alloc.9,v 1.10 2009/03/29 11:26:05 wiz Exp $
+.\"	$NetBSD: kmem_alloc.9,v 1.11 2009/08/03 19:30:32 rmind Exp $
 .\"
 .\" Copyright (c)2006 YAMAMOTO Takashi,
 .\" All rights reserved.
@@ -79,7 +79,7 @@
 The contents of allocated memory are uninitialized.
 .Pp
 Unlike Solaris, kmem_alloc(0, flags) is illegal.
-.Pp
+.Sh NOTES
 Making
 .Dv KM_SLEEP
 allocations while holding mutexes or reader/writer locks is discouraged, as the

Reply via email to