malloc.3: Reword text referring to mallopt(3)

Linux libc is no longer "recent"; drop mention of it.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-15 15:29:48 +02:00
parent 68fc27f79a
commit 85874d4c53
1 changed files with 4 additions and 5 deletions

View File

@ -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