git: 5007a5d682d3 - main - cpuset(9): correct markup
Enji Cooper <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a790b0c.38ec6.4df9883b__43613.0812553287$1786317625$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=5007a5d682d3737fe9b49c4cd69e04d025d209ec commit 5007a5d682d3737fe9b49c4cd69e04d025d209ec Author: Enji Cooper <[email protected]> AuthorDate: 2026-08-09 05:31:20 +0000 Commit: Enji Cooper <[email protected]> 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 ,