[Bug 290801] date(1) does not render correctly on man.freebsd.org

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 05 Nov 2025 03:49:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290801

--- 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="margin-left:9%; margin-top: 1em">The
> <b>&minus;I</b> flag was added in FreeBSD&nbsp;12.0.</p>
> 
> <p style="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>

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