diff options
| -rw-r--r-- | man2/mprotect.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/mprotect.2 b/man2/mprotect.2 index 721b0f8287..203aad72ac 100644 --- a/man2/mprotect.2 +++ b/man2/mprotect.2 @@ -130,7 +130,8 @@ Whether .B PROT_EXEC has any effect different from .B PROT_READ -depends on processor architecture, kernel version, and process state. If +depends on processor architecture, kernel version, and process state. +If .B READ_IMPLIES_EXEC is set in the process's personality flags (see .BR personality (2)), |
