Hi Alex, On 5/10/21 9:39 AM, Alejandro Colomar wrote: > Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> Applied. Thanks, Michael > --- > 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 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/