]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
mprotect.2: tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 21 Nov 2016 07:41:41 +0000 (08:41 +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 1bca57e5a50b816ea12ee9931f2314a1a0070f9d..37c2ff5a991b3ef2ccaa508e73c6a07eb75a0a54 100644 (file)
@@ -226,7 +226,7 @@ On Linux, it is always permissible to call
 .BR mprotect ()
 on any address in a process's address space (except for the
 kernel vsyscall area).
-In particular it can be used
+In particular, it can be used
 to change existing code mappings to be writable.
 
 Whether