mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Correct the previous Y2K "fix". It caused man page dates to come
out like "January 19, 99+1900".
This commit is contained in:
parent
dcddc353f7
commit
e9dd419a1b
1 changed files with 2 additions and 1 deletions
|
|
@ -266,7 +266,8 @@
|
|||
. if "\\n(mo"10" .ds dD October
|
||||
. if "\\n(mo"11" .ds dD November
|
||||
. if "\\n(mo"12" .ds dD December
|
||||
. as dD \&\ \\n(dy, \\n(yr+1900
|
||||
. nr _y \\n(yr+1900
|
||||
. as dD \&\ \\n(dy, \\n(_y
|
||||
. \}
|
||||
.\}
|
||||
.el \{\
|
||||
|
|
|
|||
Loading…
Reference in a new issue