aboutsummaryrefslogtreecommitdiffstats
path: root/man/man2/mremap.2
diff options
Diffstat (limited to 'man/man2/mremap.2')
-rw-r--r--man/man2/mremap.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man2/mremap.2 b/man/man2/mremap.2
index 2c80978821..2168ca728b 100644
--- a/man/man2/mremap.2
+++ b/man/man2/mremap.2
@@ -13,7 +13,7 @@ Standard C library
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.B #include <sys/mman.h>
.P
-.BI "void *mremap(size_t " old_size ;
+.BR "void *mremap(" "size_t old_size;"
.BI " void " old_address [ old_size "], size_t " old_size ,
.BI " size_t " new_size ", int " flags ", ... /* void *" new_address " */);"
.fi