summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-08-31 03:25:29 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-08-31 04:02:29 +0200
commit1949f76560ac7e09b65564b45ce6c4f4d96724a5 (patch)
tree80073cd50a24854c9a8c81b88ec924149559e0dd
parent5d46c7a934abff0fc54a24ba8c50d20c6e162975 (diff)
malloc.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/malloc.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/malloc.3 b/man3/malloc.3
index 98d7cca0e..b558c18ae 100644
--- a/man3/malloc.3
+++ b/man3/malloc.3
@@ -172,7 +172,9 @@ bytes.
It is equivalent to the call
.PP
.in +4n
- realloc(ptr, nmemb * size);
+.EX
+realloc(ptr, nmemb * size);
+.EE
.in
.PP
However, unlike that