[Bug 290801] date(1) does not render correctly on man.freebsd.org
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 290801] date(1) does not render correctly on man.freebsd.org"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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>−I</b> flag was added in FreeBSD 12.0.</p> > > <p style="margin-left:9%; margin-top: 1em">The > ‘%N’ conversion specification was added in > FreeBSD 14.1. FreeBSD 14.3 September 10, 2024 > DATE(1)</p> -- You are receiving this mail because: You are on the CC list for the bug.