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
@ -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 New Issue
Block a user