Module Name: src
Committed By: wiz
Date: Sat Dec 27 20:45:08 UTC 2014
Modified Files:
src/share/man/man9: malloc.9
Log Message:
New sentence, new line. Bump date for previous.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 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.50 src/share/man/man9/malloc.9:1.51
--- src/share/man/man9/malloc.9:1.50 Sat Dec 27 19:32:57 2014
+++ src/share/man/man9/malloc.9 Sat Dec 27 20:45:08 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: malloc.9,v 1.50 2014/12/27 19:32:57 maxv Exp $
+.\" $NetBSD: malloc.9,v 1.51 2014/12/27 20:45:08 wiz Exp $
.\"
.\" Copyright (c) 1996, 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd May 27, 2014
+.Dd December 27, 2014
.Dt MALLOC 9
.Os
.Sh NAME
@@ -195,7 +195,8 @@ The
.Fa longdesc
argument, also a constant string, is intended as way to place a
comment in the actual type definition, and is not currently stored
-in the type structure. If kernel memory statistics are being
+in the type structure.
+If kernel memory statistics are being
gathered, the system will choose a reasonable default limit for
the malloc type.
.Pp