[Bug 279202] mandoc: displays wrong date for GNU Radius manual pages: "0, 1900"

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 25 Jun 2025 12:50:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279202

Alexander Ziaee <ziaee@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ziaee@FreeBSD.org
             Status|New                         |Open

--- Comment #2 from Alexander Ziaee <ziaee@FreeBSD.org> ---
radgrep.1 says:

.if \n(mo=1 .ds mo January
.if \n(mo=2 .ds mo February
.if \n(mo=3 .ds mo March
.if \n(mo=4 .ds mo April
.if \n(mo=5 .ds mo May
.if \n(mo=6 .ds mo June
.if \n(mo=7 .ds mo July
.if \n(mo=8 .ds mo August
.if \n(mo=9 .ds mo September
.if \n(mo=10 .ds mo October
.if \n(mo=11 .ds mo November
.if \n(mo=12 .ds mo December
.nr y4 \n(yr+1900
.ds DA \*(mo \n(d

-- 
You are receiving this mail because:
You are the assignee for the bug.