mprotect.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-07 03:12:09 -07:00
parent 09481df399
commit 9871c08c1f
1 changed files with 1 additions and 1 deletions

View File

@ -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.