Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jun 2026 18:17:29 +0000
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 631cd25b3cb2 - stable/14 - security(7): fix `mandoc -T lint` complaints
Message-ID:  <6a2c4d39.427f1.73bb90cb@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by ngie:

URL: https://cgit.FreeBSD.org/src/commit/?id=631cd25b3cb2f82269c0cd019c44a1cb12e442cd

commit 631cd25b3cb2f82269c0cd019c44a1cb12e442cd
Author:     Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2026-04-24 04:12:00 +0000
Commit:     Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-06-12 18:16:59 +0000

    security(7): fix `mandoc -T lint` complaints
    
    - Add `.Nm` section for securelevel(7) to match corresponding MLINKS entry.
    - Fix the spelling for mac(4) (the actual subsystem manpage is spelled out in
      lowercase.
    
    MFC after:      1 week
    
    (cherry picked from commit 573a9e5764df04d2dbfb0cf174458936b0a97095)
---
 share/man/man7/security.7 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/share/man/man7/security.7 b/share/man/man7/security.7
index 594595dae8da..af6d3ee9ba8f 100644
--- a/share/man/man7/security.7
+++ b/share/man/man7/security.7
@@ -30,7 +30,8 @@
 .Dt SECURITY 7
 .Os
 .Sh NAME
-.Nm security
+.Nm security ,
+.Nm securelevel
 .Nd introduction to security under FreeBSD
 .Sh DESCRIPTION
 See
@@ -544,7 +545,7 @@ may not be loaded or unloaded.
 The kernel debugger may not be entered using the
 .Va debug.kdb.enter
 sysctl unless a
-.Xr MAC 9
+.Xr mac 9
 policy grants access, for example using
 .Xr mac_ddb 4 .
 A panic or trap cannot be forced using the


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2c4d39.427f1.73bb90cb>