Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2023 11:12:02 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: ad481562ab09 - stable/13 - pkru.3: fix markup
Message-ID:  <202304161112.33GBC2Ak054535@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=ad481562ab09d61613b6e86c1352c3397f9d6b19

commit ad481562ab09d61613b6e86c1352c3397f9d6b19
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-04-14 23:29:45 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-04-16 11:11:35 +0000

    pkru.3: fix markup
    
    (cherry picked from commit dcc19c6701ea789ac109a132df032c61feacf9ea)
---
 lib/libc/x86/sys/pkru.3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/libc/x86/sys/pkru.3 b/lib/libc/x86/sys/pkru.3
index fc9a7ba8ca86..47e324f21f4c 100644
--- a/lib/libc/x86/sys/pkru.3
+++ b/lib/libc/x86/sys/pkru.3
@@ -150,13 +150,13 @@ flag.
 The
 .Fn x86_pkru_get_perm
 function returns access rights for the key specified by the
-.Fn keyidx
+.Fa keyidx
 argument.
 If the value pointed to by
 .Fa access
 is zero after the call, no read or write permissions is granted for
 mappings which are assigned the key
-.Fn keyidx .
+.Fa keyidx .
 If
 .Fa access
 is not zero, read access is permitted.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304161112.33GBC2Ak054535>