summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-11-14 07:16:51 +0000
committerwlemb <wlemb>2000-11-14 07:16:51 +0000
commitbdbddbfb7ac3bcdeaaf312137463837dcad3ce62 (patch)
treee0ca53842f49f7eca94b27b52fdd14a76f2ad5b3 /NEWS
parent6f7d1c85ccaab1506b453f3f671b26334977dfa3 (diff)
downloadgroff-bdbddbfb7ac3bcdeaaf312137463837dcad3ce62.tar.gz
* src/roff/groff/groff.cc (main): Add BIN_PATH to PATH instead of
replacing it -- we don't find gxditview otherwise. * NEWS, src/roff/groff/groff.man, doc/groff.texinfo: Updated.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 343843f5..3139bc2b 100644
--- a/NEWS
+++ b/NEWS
@@ -11,9 +11,11 @@ troff installed also. Additionally, all macro files have been renamed
using the latter scheme to avoid 8+3 name clashes.
The new environment variable GROFF_BIN_PATH will be checked for programs
-groff is calling (preprocessors, troff, and output devices). If not set,
-it defaults to the directory where the groff binary is located. Previously,
-it was PATH. This is also true for the nroff script.
+groff is calling (preprocessors, troff, and output devices) before PATH. If
+not set, it defaults to the directory where the groff binary is located.
+Previously, it was PATH only. The nroff script will only use GROFF_BIN_PATH
+to find the groff binary but passes both the GROFF_BIN_PATH and PATH
+environment variable to groff.
Troff
-----