Module Name: src
Committed By: wiz
Date: Wed May 13 23:02:11 UTC 2009
Modified Files:
src/lib/libc/stdlib: malloc.3
Log Message:
Revert parts of v1.25 (jemalloc):
Re-add RCS Id, remove superfluous .Pp, join line, comment out limits(1) xref.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/stdlib/malloc.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/stdlib/malloc.3
diff -u src/lib/libc/stdlib/malloc.3:1.27 src/lib/libc/stdlib/malloc.3:1.28
--- src/lib/libc/stdlib/malloc.3:1.27 Thu Mar 12 12:51:29 2009
+++ src/lib/libc/stdlib/malloc.3 Wed May 13 23:02:11 2009
@@ -1,3 +1,5 @@
+.\" $NetBSD: malloc.3,v 1.28 2009/05/13 23:02:11 wiz Exp $
+.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -114,7 +116,6 @@
is
.Dv NULL ,
no action occurs.
-.Pp
.Sh TUNING
Once, when the first call is made to one of these memory allocation
routines, various flags will be set or reset, which affect the
@@ -197,8 +198,7 @@
.It V
Attempting to allocate zero bytes will return a
.Dv NULL
-pointer instead of
-a valid pointer.
+pointer instead of a valid pointer.
(The default behavior is to make a minimal allocation and return a
pointer to it.)
This option is provided for System V compatibility.
@@ -408,7 +408,7 @@
_malloc_options = "X";
.Ed
.Sh SEE ALSO
-.Xr limits 1 ,
+.\" .Xr limits 1 ,
.Xr madvise 2 ,
.Xr mmap 2 ,
.Xr sbrk 2 ,