From 85874d4c5305d16b24af4ed7bd0329c925f27d69 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 15 May 2014 15:29:48 +0200 Subject: [PATCH] malloc.3: Reword text referring to mallopt(3) Linux libc is no longer "recent"; drop mention of it. Signed-off-by: Michael Kerrisk --- man3/malloc.3 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/man3/malloc.3 b/man3/malloc.3 index bcb68956c..be6324f4a 100644 --- a/man3/malloc.3 +++ b/man3/malloc.3 @@ -253,12 +253,11 @@ or are almost always related to heap corruption, such as overflowing an allocated chunk or freeing the same pointer twice. .PP -Recent versions of Linux libc (later than 5.4.23) and glibc (2.x) -include a +The .BR malloc () -implementation which is tunable via environment variables. -For details, see -.BR mallopt (3). +implementation is tunable via environment variables; see +.BR mallopt (3) +for details. .SH SEE ALSO .\" http://g.oswego.edu/dl/html/malloc.html .\" A Memory Allocator - by Doug Lea