diff options
| author | наб <nabijaczleweli@nabijaczleweli.xyz> | 2022-01-11 19:27:42 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-01-11 19:31:56 +0100 |
| commit | 16fab02f46d23c92b3661a603577757db3bff0dd (patch) | |
| tree | 811cb2ba22e972a22cbd18b6131a82449236cd7d /man7 | |
| parent | ad6913ad3a1e98864c5cb1342b29f46636935450 (diff) | |
| download | man-pages-16fab02f46d23c92b3661a603577757db3bff0dd.tar.gz | |
pkeys.7: wfix
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/pkeys.7 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man7/pkeys.7 b/man7/pkeys.7 index 055e57ce32..df8d75a14e 100644 --- a/man7/pkeys.7 +++ b/man7/pkeys.7 @@ -42,8 +42,9 @@ to change the contents of a register in order to remove write access, or all access to a tagged page. .PP Protection keys work in conjunction with the existing -.BR PROT_READ / -.BR PROT_WRITE / +.BR PROT_READ , +.BR PROT_WRITE , +and .BR PROT_EXEC permissions passed to system calls such as .BR mprotect (2) |
