Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2024 11:55:35 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 166ec3e86aa4 - main - mitigations.7: uncomment reference to recently added section
Message-ID:  <202406011155.451BtZJN024715@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

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

commit 166ec3e86aa4a48bdf2a56ee065f0173bbb8f745
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-06-01 11:52:31 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-06-01 11:55:09 +0000

    mitigations.7: uncomment reference to recently added section
    
    A brief description of supervisor mode memory access protection was
    added in 72ece341b427.  Uncomment the existing reference to this section
    in the table of contents.
    
    Fixes: 72ece341b427 ("mitigations.7: mention supervisor mode memory...")
    Sponsored by:   The FreeBSD Foundation
---
 share/man/man7/mitigations.7 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/man/man7/mitigations.7 b/share/man/man7/mitigations.7
index afb88de56e86..a322c9a917da 100644
--- a/share/man/man7/mitigations.7
+++ b/share/man/man7/mitigations.7
@@ -56,8 +56,8 @@ Relocation Read-Only (RELRO)
 Bind Now
 .\".It
 .\"Stack Smashing Protection (SSP)
-.\".It
-.\"Supervisor Mode Memory Protection
+.It
+Supervisor Mode Memory Protection
 .It
 Hardware Vulnerability Mitigation Controls
 .It



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