Date: Tue, 23 Jan 2024 06:44:10 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 7c44565e23a8 - stable/14 - pkru.3: Fix a typo in the manual page Message-ID: <202401230644.40N6iA8G056996@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=7c44565e23a8315cc8be0218b4f7d632411cf688 commit 7c44565e23a8315cc8be0218b4f7d632411cf688 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-01-20 18:55:08 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-01-23 06:43:42 +0000 pkru.3: Fix a typo in the manual page - s/successfull/successful/ (cherry picked from commit 8593b5b2addf91987f81ebac0d8b2e51207e4793) --- lib/libc/x86/sys/pkru.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/x86/sys/pkru.3 b/lib/libc/x86/sys/pkru.3 index 1785f93cf4b6..2bcb6a64baaa 100644 --- a/lib/libc/x86/sys/pkru.3 +++ b/lib/libc/x86/sys/pkru.3 @@ -106,7 +106,7 @@ and having length .Fa len . Starting address is truncated to the page start, and the end is rounded up to the end of the page. -After a successfull call, the range has the specified key assigned, +After a successful call, the range has the specified key assigned, even if the key is zero and it did not change the page table entries. .Pp The
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401230644.40N6iA8G056996>