Date: Sat, 20 Jan 2024 18:55:19 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 8593b5b2addf - main - pkru.3: Fix a typo in the manual page Message-ID: <202401201855.40KItJq4089484@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=8593b5b2addf91987f81ebac0d8b2e51207e4793 commit 8593b5b2addf91987f81ebac0d8b2e51207e4793 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-01-20 18:55:08 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-01-20 18:55:08 +0000 pkru.3: Fix a typo in the manual page - s/successfull/successful/ MFC after: 3 days --- 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?202401201855.40KItJq4089484>