[PATCH] malloc_usable_size.3: ffix
From: Alejandro Colomar <hidden>
Date: 2021-05-09 21:44:06
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Alejandro Colomar <hidden>
Date: 2021-05-09 21:44:06
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: Alejandro Colomar <redacted> --- 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