From 28d01ac409ed683beb589d01bdf778e12e27bc0e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 22 Apr 2015 11:56:04 +0200 Subject: [PATCH] mprotect.2: srcfix Signed-off-by: Michael Kerrisk --- man2/mprotect.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/mprotect.2 b/man2/mprotect.2 index 721b0f828..203aad72a 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)),