summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-07-12 17:38:16 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-07-14 04:24:38 -0500
commitcad644b7a5943ae753d6903414dcac098cd86c3b (patch)
tree9009b8346a208ced894dc11ba36e069dfd5d2468 /NEWS
parent10b82f74e5b94dfe1f209bcbb70a02b3120e4b37 (diff)
downloadgroff-git-cad644b7a5943ae753d6903414dcac098cd86c3b.tar.gz
NEWS: Clarify wording.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS29
1 files changed, 15 insertions, 14 deletions
diff --git a/NEWS b/NEWS
index 64eb415cd..ae23a480e 100644
--- a/NEWS
+++ b/NEWS
@@ -189,19 +189,20 @@ o The an (man) macro package supports a new macro, `MR`, intended for
`MR` and `TH`), permitting configuration by distributions, sites, and
users.
- The `MR` macro was prompted by its introduction to plan9port's troff
- in August 2020. Its purpose is to ameliorate several long-standing
- problems with man page cross references: (1) the package's lack of
- inherent hyperlink support for them; (2) false-positive identification
- of strings resembling man page cross references (as can happen with
- "exit(1)", "while(1)", "sleep(5)", "time(0)" and others) by terminal
- emulators and other programs; (3) the unwanted intrusion of hyphens
- into man page titles, which frustrates copy-and-paste operations (this
- problem has always been avoidable through use of the \% escape
- sequence, but cross references are frequent in man pages and some page
- authors are inexpert *roff users); and (4) deep divisions in man page
- maintenance communities over which typeface should be used to set the
- man page title (italics, roman, or bold).
+ Inclusion of the `MR` macro was prompted by its introduction to
+ plan9port's troff in August 2020. Its purpose is to ameliorate
+ several long-standing problems with man page cross references: (1) the
+ package's lack of inherent hyperlink support for them; (2)
+ false-positive identification of strings resembling man page cross
+ references (as can happen with "exit(1)", "while(1)", "sleep(5)",
+ "time(0)" and others) by terminal emulators and other programs; (3)
+ the unwanted intrusion of hyphens into man page titles, which
+ frustrates copy-and-paste operations (this problem has always been
+ avoidable through use of the \% escape sequence, but cross references
+ are frequent in man pages and some page authors are inexpert *roff
+ users); and (4) deep divisions in man page maintenance communities
+ over which typeface should be used to set the man page title (italics,
+ roman, or bold).
o Part of the an (man) macro package has been renamed from `an-old.tmac`
to `an.tmac`, replacing a file that sourced the `andoc.tmac` wrapper.
@@ -443,7 +444,7 @@ Miscellaneous
o Because all generated forms of groff's Texinfo manual are now included
in the distribution archive, building from that archive no longer
depends on GNU Texinfo or a TeX installation (the latter was only
- required for the "doc" target, which had to be explicitly given).
+ required for the "doc" target, which had to be explicitly named).
o Building groff from its distribution archive no longer requires byacc
(or GNU Bison) to be installed.