From 31e0cc4430aef8b09f89e3150a8657e4248e1083 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 13 Oct 2016 17:01:32 +0200 Subject: [PATCH] mprotect.2: tfix Signed-off-by: Michael Kerrisk --- man2/mprotect.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/mprotect.2 b/man2/mprotect.2 index 05efc2728..d2ae20c7e 100644 --- a/man2/mprotect.2 +++ b/man2/mprotect.2 @@ -86,14 +86,14 @@ and The .I pkey argument specifies the protection key (see -.BR pkey (7)) +.BR pkeys (7)) to assign to the memory. The protection key must be allocated with .BR pkey_alloc (2) before it is passed to .BR pkey_mprotect (). For an example of the use of this system call, see -.BR pkey (7). +.BR pkeys (7). .SH RETURN VALUE On success, .BR mprotect () @@ -306,4 +306,4 @@ main(int argc, char *argv[]) .SH SEE ALSO .BR mmap (2), .BR sysconf (3), -.BR pkey (7) +.BR pkeys (7)