aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/lio_listio.34
-rw-r--r--man3/malloc_hook.34
2 files changed, 4 insertions, 4 deletions
diff --git a/man3/lio_listio.3 b/man3/lio_listio.3
index 42d3369c70..a5f2f492e9 100644
--- a/man3/lio_listio.3
+++ b/man3/lio_listio.3
@@ -12,8 +12,8 @@ Real-time library
.nf
.B "#include <aio.h>"
.PP
-.BI "int lio_listio(int " mode \
-", struct aiocb *restrict const " aiocb_list [restrict],
+.BI "int lio_listio(int " mode ,
+.BI " struct aiocb *restrict const " aiocb_list [restrict],
.BI " int " nitems ", struct sigevent *restrict " sevp );
.fi
.SH DESCRIPTION
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 );