aboutsummaryrefslogtreecommitdiffstats
path: root/man/man2/mprotect.2
diff options
Diffstat (limited to 'man/man2/mprotect.2')
-rw-r--r--man/man2/mprotect.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man2/mprotect.2 b/man/man2/mprotect.2
index 2457bdd6bd..773d93dc9c 100644
--- a/man/man2/mprotect.2
+++ b/man/man2/mprotect.2
@@ -12,13 +12,13 @@ Standard C library
.nf
.B #include <sys/mman.h>
.P
-.BI "int mprotect(size_t " size ;
+.BR "int mprotect(" "size_t size;"
.BI " void " addr [ size "], size_t " size ", int " prot );
.P
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.B #include <sys/mman.h>
.P
-.BI "int pkey_mprotect(size_t " size ;
+.BR "int pkey_mprotect(" "size_t size;"
.BI " void " addr [ size "], size_t " size ", int " prot ", int " pkey ");"
.fi
.SH DESCRIPTION