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