summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-12-03 19:55:15 +0000
committerwlemb <wlemb>2000-12-03 19:55:15 +0000
commit47b607f0b4b18f5ac3e54c761e0af5cba19ee548 (patch)
treeb840ee936e9d3d67cc59f41c2cfeefe7dd8bbccb /NEWS
parentd5127ad34c7e3bd7d920cbd76f6e988a72f4f8d2 (diff)
downloadgroff-47b607f0b4b18f5ac3e54c761e0af5cba19ee548.tar.gz
* tmac/an-old.tmac: Implementing the -rcR switch (similar to mdoc);
if -rcR1 (which is now the default in nroff mode), a single, very long page is created instead of multiple pages: All `.ne' and `.wh' requests are put into conditionals; a new macro `an-end' is added to be called with `.em'. Some other minor cleanups. * NEWS, tmac/groff_man.man, doc/groff.texinfo: Updated.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 34b4e783..a3be3478 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,11 @@ o The new environment variable GROFF_BIN_PATH will be checked for programs
Troff
-----
+o A new command line option for the `man' macros (similar to the `mdoc'
+ package has been implemented: `-rcR1' (now the default in nroff mode) will
+ produce one single, very long page instead of multiple pages. `-rcR0'
+ will deactivate it.
+
o A new request `nop' (no operation) has been added which is similar to
`if 1'. For example,