Module Name: src
Committed By: wiz
Date: Tue May 27 17:12:23 UTC 2014
Modified Files:
src/share/man/man9: malloc.9
Log Message:
Add missing word
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/share/man/man9/malloc.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/malloc.9
diff -u src/share/man/man9/malloc.9:1.48 src/share/man/man9/malloc.9:1.49
--- src/share/man/man9/malloc.9:1.48 Tue May 27 17:05:44 2014
+++ src/share/man/man9/malloc.9 Tue May 27 17:12:22 2014
@@ -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