malloc.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-08-31 03:25:29 +02:00
parent 5d46c7a934
commit 1949f76560
1 changed files with 3 additions and 1 deletions

View File

@ -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