Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Aug 2026 23:19:40 +0000
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5007a5d682d3 - main - cpuset(9): correct markup
Message-ID:  <6a790b0c.38ec6.4df9883b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ngie:

URL: https://cgit.FreeBSD.org/src/commit/?id=5007a5d682d3737fe9b49c4cd69e04d025d209ec

commit 5007a5d682d3737fe9b49c4cd69e04d025d209ec
Author:     Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2026-08-09 05:31:20 +0000
Commit:     Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-08-09 23:17:56 +0000

    cpuset(9): correct markup
    
    - Remove `\(em` from .Nm section as it's not valid mandoc markup.
    - Remove the section from the .Nm directive (it's handled under the .Dt
      directive).
    
    MFC after:      1 week
    Reported by:    make manlint
---
 share/man/man9/cpuset.9 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/share/man/man9/cpuset.9 b/share/man/man9/cpuset.9
index 0ca04f921f82..f96226890d90 100644
--- a/share/man/man9/cpuset.9
+++ b/share/man/man9/cpuset.9
@@ -26,8 +26,7 @@
 .Dt CPUSET 9
 .Os
 .Sh NAME
-.Nm cpuset(9)
-\(em
+.Nm cpuset ,
 .Nm CPUSET_T_INITIALIZER ,
 .Nm CPUSET_FSET ,
 .Nm CPU_CLR ,


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a790b0c.38ec6.4df9883b>