Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Start a new paragraph before describing kmem_...



details:   https://anonhg.NetBSD.org/src/rev/ad85b66165c5
branches:  trunk
changeset: 752047:ad85b66165c5
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Fri Feb 12 01:04:05 2010 +0000

description:
Start a new paragraph before describing kmem_asprintf().

diffstat:

 share/man/man9/kmem.9 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c9ba224391c8 -r ad85b66165c5 share/man/man9/kmem.9
--- a/share/man/man9/kmem.9     Fri Feb 12 01:00:22 2010 +0000
+++ b/share/man/man9/kmem.9     Fri Feb 12 01:04:05 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index