malloc_usable_size.3: ffix

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-05-09 23:39:02 +02:00 committed by Michael Kerrisk
parent 19063c3c07
commit 27398f1b64
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ malloc_usable_size \- obtain size of block of memory allocated from heap
.nf
.B #include <malloc.h>
.PP
.BI "size_t malloc_usable_size (void *" ptr );
.BI "size_t malloc_usable_size(void *" ptr );
.fi
.SH DESCRIPTION
The