mprotect.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-10-13 17:01:32 +02:00
parent a398e76366
commit 31e0cc4430
1 changed files with 3 additions and 3 deletions

View File

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