Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man3/malloc_usable_size.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/malloc_usable_size.3 b/man3/malloc_usable_size.3 index 4b4ba3dca..5f892ef6c 100644 --- a/man3/malloc_usable_size.3 +++ b/man3/malloc_usable_size.3 @@ -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 -- 2.31.1