From: Alejandro Colomar Date: Sun, 4 Dec 2022 12:23:08 +0000 (+0100) Subject: malloc.3: ffix X-Git-Tag: man-pages-6.02~72 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07dba2a1e4f6fa3f562c68fc1b3ac9d3762b3c35;p=thirdparty%2Fman-pages.git malloc.3: ffix Reported-by: Helge Kreutzmann Cc: Mario Blättermann Signed-off-by: Alejandro Colomar --- diff --git a/man3/malloc.3 b/man3/malloc.3 index 6d698a8492..ed1c604f0a 100644 --- a/man3/malloc.3 +++ b/man3/malloc.3 @@ -339,7 +339,9 @@ handling, size-zero allocations, and overflow checking; otherwise, other library routines may crash or operate incorrectly. For example, if the replacement .IR free () -does not preserve errno, then seemingly unrelated library routines may +does not preserve +.IR errno , +then seemingly unrelated library routines may fail without having a valid reason in .IR errno . Private memory allocators may also need to replace other glibc functions;