Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Nov 2025 03:49:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 290801] date(1) does not render correctly on man.freebsd.org
Message-ID:  <bug-290801-9-jfXJ0CyNN3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-290801-9@https.bugs.freebsd.org/bugzilla/>
References:  <bug-290801-9@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D290801

--- Comment #5 from B.S. <bigsneaky@duck.com> ---
Each "%N" in date.1 should be escaped as "\&%N", as done in
https://github.com/freebsd/freebsd-src/blob/main/contrib/mandoc/mdoc.7

Post-sed, the groff output is much better:

> <p style=3D"margin-left:9%; margin-top: 1em">The
> <b>&minus;I</b> flag was added in FreeBSD&nbsp;12.0.</p>
>=20
> <p style=3D"margin-left:9%; margin-top: 1em">The
> &lsquo;%N&rsquo; conversion specification was added in
> FreeBSD&nbsp;14.1. FreeBSD&nbsp;14.3 September 10, 2024
> DATE(1)</p>

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-290801-9-jfXJ0CyNN3>