]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
malloc_get_state.3: ffix
authorAlejandro Colomar <colomar.6.4.3@gmail.com>
Thu, 1 Oct 2020 10:15:45 +0000 (12:15 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 1 Oct 2020 11:16:03 +0000 (13:16 +0200)
Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/malloc_get_state.3

index f94efccf4c383967db42b427533e1d993df4202a..57781fd6b1a51c22748c107f7e3abe861c81e52a 100644 (file)
@@ -29,7 +29,7 @@ malloc_get_state, malloc_set_state \- record and restore state of malloc impleme
 .nf
 .B #include <malloc.h>
 .PP
-.BI "voidmalloc_get_state(void);"
+.BI "void *malloc_get_state(void);"
 .PP
 .BI "int malloc_set_state(void *" state );
 .fi