aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/malloc.34
1 files changed, 3 insertions, 1 deletions
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;