summaryrefslogtreecommitdiffstats
path: root/man2/pkey_alloc.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/pkey_alloc.2')
-rw-r--r--man2/pkey_alloc.210
1 files changed, 5 insertions, 5 deletions
diff --git a/man2/pkey_alloc.2 b/man2/pkey_alloc.2
index 0f706e7da..7736b1de5 100644
--- a/man2/pkey_alloc.2
+++ b/man2/pkey_alloc.2
@@ -19,7 +19,7 @@ Standard C library
.SH DESCRIPTION
.BR pkey_alloc ()
allocates a protection key (pkey) and allows it to be passed to
-.BR pkey_mprotect (2).
+.MR pkey_mprotect 2 .
.P
The
.BR pkey_alloc ()
@@ -47,7 +47,7 @@ An application should not call
.BR pkey_free ()
on any protection key which has been assigned to an address
range by
-.BR pkey_mprotect (2)
+.MR pkey_mprotect 2
and which is still in use.
The behavior in this case is undefined and may result in an error.
.SH RETURN VALUE
@@ -109,7 +109,7 @@ the kernel may make arbitrary changes to the parts of the
rights register affecting access to that key.
.SH EXAMPLES
See
-.BR pkeys (7).
+.MR pkeys 7 .
.SH SEE ALSO
-.BR pkey_mprotect (2),
-.BR pkeys (7)
+.MR pkey_mprotect 2 ,
+.MR pkeys 7