keithmarshall pushed a commit to branch dev-gropdf-boxes in repository groff.
commit fae62043e63ebb17d7d705d9232e80e2e0e32c02 Author: Dave Kemper <[email protected]> AuthorDate: Sun Apr 11 10:48:45 2021 +0000 groff(7): Drop discussion of Y2K issues. Fixes <https://savannah.gnu.org/bugs/?60372>. --- ChangeLog | 7 +++++++ man/groff.7.man | 8 ++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index fc1d744..6ccc633 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2021-04-12 Dave Kemper <[email protected]> + + * man/groff.7.man (Registers/Writable registers) <year, yr>: + Drop discussion of Y2K issues. + + Fixes <https://savannah.gnu.org/bugs/?60372>. + 2021-04-11 G. Branden Robinson <[email protected]> * doc/groff.texi (Setting Registers) <rnn>: Fix error; the diff --git a/man/groff.7.man b/man/groff.7.man index 27a1c98..0a826c4 100644 --- a/man/groff.7.man +++ b/man/groff.7.man @@ -4883,15 +4883,11 @@ image (set by . .TPx .REG year -The current year (year 2000 compliant). +The current year. . .TPx .REG yr -Current year minus 1900. -. -For Y2K compliance use -.register year -instead. +The current year minus 1900. . .PD . _______________________________________________ Groff-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/groff-commit
