Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2025 03:19:01 GMT
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 96fe895d1b0a - stable/14 - style.mdoc.5: Improve description compatability
Message-ID:  <202504220319.53M3J1c9011987@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=96fe895d1b0a6590384e6197f1fe8b62ffc0d652

commit 96fe895d1b0a6590384e6197f1fe8b62ffc0d652
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-03-29 06:07:01 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-04-22 03:15:09 +0000

    style.mdoc.5: Improve description compatability
    
    Use one line without child macros for document description, for optimal
    compatability with manual tooling.
    
    MFC after:      3 days
    Reviewed by:    carlavilla, imp
    Approved by:    carlavilla (mentor)
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/1629
    
    (cherry picked from commit bfe9be2253ef85674b37ae7cf3d2689f96678151)
---
 share/man/man5/style.mdoc.5 | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/share/man/man5/style.mdoc.5 b/share/man/man5/style.mdoc.5
index d96c9ff08bbb..1c3ec2012118 100644
--- a/share/man/man5/style.mdoc.5
+++ b/share/man/man5/style.mdoc.5
@@ -29,10 +29,7 @@
 .Os
 .Sh NAME
 .Nm style.mdoc
-.Nd
-.Fx
-.Xr mdoc 7
-manual page style guide
+.Nd FreeBSD manual page style guide
 .Sh DESCRIPTION
 This file specifies the preferred style for manual pages in the
 .Fx



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