From 1949f76560ac7e09b65564b45ce6c4f4d96724a5 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 31 Aug 2021 03:25:29 +0200 Subject: [PATCH] malloc.3: ffix Signed-off-by: Michael Kerrisk --- man3/malloc.3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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