Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Add missing word



details:   https://anonhg.NetBSD.org/src/rev/2916e0f269e7
branches:  trunk
changeset: 329512:2916e0f269e7
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue May 27 17:12:22 2014 +0000

description:
Add missing word

diffstat:

 share/man/man9/malloc.9 |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 572aae5a6b6d -r 2916e0f269e7 share/man/man9/malloc.9
--- a/share/man/man9/malloc.9   Tue May 27 17:05:44 2014 +0000
+++ b/share/man/man9/malloc.9   Tue May 27 17:12:22 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: malloc.9,v 1.48 2014/05/27 17:05:44 christos Exp $
+.\"    $NetBSD: malloc.9,v 1.49 2014/05/27 17:12:22 wiz Exp $
 .\"
 .\" Copyright (c) 1996, 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -72,10 +72,9 @@
 These interfaces are being obsoleted and their new use is discouraged.
 For new code, use
 .Xr kmem 9
-for variable-sized or one-time allocations
+for variable-sized or one-time allocations and
 .Xr pool_cache 9
-for frequent fixed-size allocations
-instead.
+for frequent fixed-size allocations instead.
 .Ef
 .Pp
 The



Home | Main Index | Thread Index | Old Index