aboutsummaryrefslogtreecommitdiffstats
path: root/man3/malloc.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/malloc.3')
-rw-r--r--man3/malloc.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/malloc.3 b/man3/malloc.3
index fa3348911b..3b8ff03bc2 100644
--- a/man3/malloc.3
+++ b/man3/malloc.3
@@ -122,7 +122,7 @@ or
if the request fails. If
.I size
was equal to 0, either NULL or a pointer suitable to be passed to
-.IR free ()
+.BR free ()
is returned. If
.BR realloc ()
fails the original block is left untouched; it is not freed or moved.