The branch main has been updated by pstef:

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

commit 4233882f4ed36bde0ad03918d3f9a54a0cd7697a
Author:     Piotr Pawel Stefaniak <ps...@freebsd.org>
AuthorDate: 2021-03-26 21:24:06 +0000
Commit:     Piotr Pawel Stefaniak <ps...@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
_______________________________________________
dev-commits-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"

Reply via email to