]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
malloc.3: ffix
authorAlejandro Colomar <alx@kernel.org>
Sun, 4 Dec 2022 12:23:08 +0000 (13:23 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sun, 4 Dec 2022 12:43:47 +0000 (13:43 +0100)
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Cc: Mario Blättermann <mario.blaettermann@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man3/malloc.3

index 6d698a8492f750de37aec6793372bd708d02db9f..ed1c604f0a1f618713f8b05954daf13513d0293a 100644 (file)
@@ -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;