From 8b445476b19a32e1357d9f66ff3b21b5effb4e57 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Tue, 20 Jun 2006 23:42:29 +0000 Subject: The malloc(3) manual page claim the options 'J' and 'Z' imply 'R' option, but this is not true for RELENG_6. PR: docs/99231 Submitted by: Dan Lukes --- lib/libc/stdlib/malloc.3 | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 8974f7c00b59..29519957f749 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -36,7 +36,7 @@ .\" @(#)malloc.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd August 19, 2004 +.Dd June 21, 2006 .Dt MALLOC 3 .Os .Sh NAME @@ -192,9 +192,6 @@ as well as all memory returned by or .Fn reallocf will be initialized to 0xd0. -This options also sets the -.Dq R -option. This is intended for debugging and will impact performance negatively. .It H Pass a hint to the kernel about pages unused by the allocation functions. @@ -241,9 +238,7 @@ _malloc_options = "X"; .It Z This option implicitly sets the .Dq J -and -.Dq R -options, and then zeros out the bytes that were requested. +option, and then zeros out the bytes that were requested. This is intended for debugging and will impact performance negatively. .It < Reduce the size of the cache by a factor of two. -- cgit v1.3