aboutsummaryrefslogtreecommitdiffstats
path: root/man3/malloc_hook.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/malloc_hook.3')
-rw-r--r--man3/malloc_hook.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/malloc_hook.3 b/man3/malloc_hook.3
index 6ecfac60a5..08668aa720 100644
--- a/man3/malloc_hook.3
+++ b/man3/malloc_hook.3
@@ -19,8 +19,8 @@ Standard C library
.PP
.BI "void *(*volatile __malloc_hook)(size_t " size ", const void *" caller );
.PP
-.BI "void *(*volatile __realloc_hook)(void *" ptr ", size_t " size \
-", const void *" caller );
+.BI "void *(*volatile __realloc_hook)(void *" ptr ", size_t " size ,
+.BI " const void *" caller );
.PP
.BI "void *(*volatile __memalign_hook)(size_t " alignment ", size_t " size ,
.BI " const void *" caller );