From 9871c08c1fb60531002846986c34a954fa866175 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 7 Nov 2016 03:12:09 -0700 Subject: [PATCH] mprotect.2: tfix Signed-off-by: Michael Kerrisk --- man2/mprotect.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/mprotect.2 b/man2/mprotect.2 index d2ae20c7e..440fa6502 100644 --- a/man2/mprotect.2 +++ b/man2/mprotect.2 @@ -227,7 +227,7 @@ is equivalent to .\" sigaction.2 refers to this example .PP The program below demonstrates the use of -.BR mprotect () +.BR mprotect (). The program allocates four pages of memory, makes the third of these pages read-only, and then executes a loop that walks upward through the allocated region modifying bytes.