]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
mprotect.2: wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 21 Nov 2016 07:27:10 +0000 (08:27 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 21 Nov 2016 10:01:46 +0000 (11:01 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/mprotect.2

index f4896814ef1abefb4ca8b560dbac7255ba6ce69f..1bca57e5a50b816ea12ee9931f2314a1a0070f9d 100644 (file)
@@ -42,14 +42,14 @@ mprotect, pkey_mprotect \- set protection on a region of memory
 .fi
 .SH DESCRIPTION
 .BR mprotect ()
-changes protection for the calling process's memory page(s)
+changes the access protections for the calling process's memory pages
 containing any part of the address range in the
 interval [\fIaddr\fP,\ \fIaddr\fP+\fIlen\fP\-1].
 .I addr
 must be aligned to a page boundary.
 
 If the calling process tries to access memory in a manner
-that violates the protection, then the kernel generates a
+that violates the protections, then the kernel generates a
 .B SIGSEGV
 signal for the process.
 .PP