summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-11-16 21:10:29 +0000
committerwlemb <wlemb>2000-11-16 21:10:29 +0000
commit65ece94caf644bcb3cf7d483002605c80ab64f63 (patch)
tree7273b29ff03bb37fd989a85415c2524378d4607c /NEWS
parenta097d2a35efc38236f237aa20824479c59b7dc84 (diff)
downloadgroff-65ece94caf644bcb3cf7d483002605c80ab64f63.tar.gz
* src/devices/grodvi/dvi.cc (main),
src/devices/grohtml2/post-html.cc (main), src/devices/grolbp/lbp.cc (main), src/devices/grolj4/lj4.cc (main), src/devices/grops/ps.cc (main), src/devices/grotty/tty.cc (main), src/preproc/eqn/main.cc (main), src/preproc/grn/main.cc (main), src/preproc/html2/pre-html.cc (main), src/preproc/pic/main.cc (main), src/preproc/refer/refer.cc (main), src/preproc/soelim/soelim.cc (main), src/preproc/tbl/main.cc (main), src/roff/groff/groff.cc (main), src/roff/troff/input.cc (main), src/utils/hpftodit/hpftodit.cc (main), src/utils/indxbib/indxbib.cc (main), src/utils/lkbib/lkbib.cc (main), src/utils/lookbib/lookbib.cc (main), src/utils/pfbtops/pfbtops.c (main), src/utils/tfmtodit/tfmtodit.cc (main): Use stdout for -v. * src/roff/groff/groff.cc (run_commands), src/roff/groff/pipeline.c (run_pipeline): New parameter `no_pipe' to make direct printing to stdout possible. * src/roff/groff/pipeline.h: Updated. * src/utils/afmtodit/afmtodit.pl: Add -v switch. * src/utils/afmtodit/Makefile.sub (afmtodit): Use @VERSION@. * src/utils/afmtodit/afmtodit.man: Updated. * src/utils/addftinfo/addftinfo.cc (main): Add -v switch. (version): New function. (usage): Updated. * src/utils/addftinfo/addftinfo.man: Updated. * src/devices/*/*, src/preproc/*/*, src/roff/*/*, src/utils/*/*: Fixing copyright dates. * src/preproc/eqn/neqn.sh: Adding GROFF_BIN_PATH to path instead of replacing it. * src/devices/grolbp/lbp.cc (main): Use Version_string instead of version_string. * src/roff/nroff/Makefile.sub (nroff): Fix use of @VERSION@.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4a0a7d31..8add84d0 100644
--- a/NEWS
+++ b/NEWS
@@ -93,8 +93,8 @@ before the standard tmac directory. Wrapper files for system-specific macro
packages (if necessary) are put into /usr/local/lib/groff/site-tmac; this
directory will be searched after the local tmac directory.
-All programs which have option `-v' implemented will now exit immediately
-after showing the version number.
+All programs now have option `-v' to show the version number; they will exit
+immediately afterwards, following the GNU standards.
VERSION 1.16.1
==============