Module Name:    src
Committed By:   dyoung
Date:           Fri Feb 12 01:04:05 UTC 2010

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

Log Message:
Start a new paragraph before describing kmem_asprintf().


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/kmem.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.9
diff -u src/share/man/man9/kmem.9:1.5 src/share/man/man9/kmem.9:1.6
--- src/share/man/man9/kmem.9:1.5	Thu Feb 11 23:13:46 2010
+++ src/share/man/man9/kmem.9	Fri Feb 12 01:04:05 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: kmem.9,v 1.5 2010/02/11 23:13:46 haad Exp $
+.\"	$NetBSD: kmem.9,v 1.6 2010/02/12 01:04:05 dyoung Exp $
 .\"
 .\" Copyright (c)2006 YAMAMOTO Takashi,
 .\" All rights reserved.
@@ -105,6 +105,7 @@
 The size of the allocated area is the length of the returned character string, plus one (for the NUL terminator).
 This must be taken into consideration when freeing the returned area with
 .Fn kmem_free .
+.Pp
 .\" ------------------------------------------------------------
 .Fn kmem_free
 frees kernel wired memory allocated by

Reply via email to