git: 4233882f4ed3 - main - security.7: fix typo in sysctl name
Piotr Pawel Stefaniak
pstef at FreeBSD.org
Fri Mar 26 21:29:30 UTC 2021
The branch main has been updated by pstef:
URL: https://cgit.FreeBSD.org/src/commit/?id=4233882f4ed36bde0ad03918d3f9a54a0cd7697a
commit 4233882f4ed36bde0ad03918d3f9a54a0cd7697a
Author: Piotr Pawel Stefaniak <pstef at FreeBSD.org>
AuthorDate: 2021-03-26 21:24:06 +0000
Commit: Piotr Pawel Stefaniak <pstef at FreeBSD.org>
CommitDate: 2021-03-26 21:24:31 +0000
security.7: fix typo in sysctl name
It is machdep.syscall_ret_flush_l1d.
---
share/man/man7/security.7 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/man/man7/security.7 b/share/man/man7/security.7
index b4aeb5728313..bb7e120a1d46 100644
--- a/share/man/man7/security.7
+++ b/share/man/man7/security.7
@@ -1011,7 +1011,7 @@ Controls Speculative Store Bypass hardware information leak mitigation.
amd64 and i386.
Controls Indirect Branch Restricted Speculation hardware information leak
mitigation.
-.It Dv machdep.syscall_ret_l1d_flush
+.It Dv machdep.syscall_ret_flush_l1d
amd64.
Controls force-flush of L1D cache on return from syscalls which report
errors other than
More information about the dev-commits-src-all
mailing list