https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279202
Bug ID: 279202
Summary: mandoc: displays wrong date for GNU Radius manual
pages: "0, 1900"
Product: Base System
Version: 15.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
mandoc(1) displays a wrong date for the GNU Radius manual pages:
$ mandoc FreeBSD-ports-14.0-RELEASE/misc/man1/radgrep.1.gz | tail -n1
GNU Radius 0, 1900 radgrep(1)
GNU troff (groff) version 1.23.0 works fine:
$ zcat FreeBSD-ports-14.0-RELEASE/misc/man1/radgrep.1.gz |nroff -man | tail -n1
GNU Radius May 21, 2024 radgrep(1)
--
You are receiving this mail because:
You are the assignee for the bug.