summaryrefslogtreecommitdiff
path: root/man/groff_diff.man
diff options
context:
space:
mode:
authorwlemb <wlemb>2004-07-03 07:18:58 +0000
committerwlemb <wlemb>2004-07-03 07:18:58 +0000
commit3b9aa46bb67602a46cb2c73c722fe63c9bae0384 (patch)
treea5ba69568a004c1ae4c96fdbc45276b3d5f18227 /man/groff_diff.man
parentde8f08d275148f55e2c36927239779b8281613b7 (diff)
downloadgroff-3b9aa46bb67602a46cb2c73c722fe63c9bae0384.tar.gz
* src/roff/troff/input.h: s/COMPATIBLE_SAVE/PUSH_GROFF_MODE/.
s/COMPATIBLE_RESTORE/POP_GROFFCOMP_MODE/. Update all users. (PUSH_COMP_MODE): New internal character constant. Update all users. * src/roff/troff/input.cpp (get_copy): Handle PUSH_GROFF_MODE, PUSH_COMP_MODE, and POP_GROFFCOMP_MODE. (token::next, macro::append): Handle PUSH_COMP_MODE. (decode_args): Add PUSH_GROFF_MODE or PUSH_COMP_MODE before and POP_GROFFCOMP after each of the decoded arguments to make them independent from the compatibility mode status. (comp_mode): Add `COMP_ENABLE'. (do_define_string, do_define_macro): Handle COMP_ENABLE. (define_string, append_string, define_macro, define_indirect_macro, append_macro, append_indirect_macro): Handle `compatible_flag'. (chop_macro, substring_request, asciify): Handle PUSH_COMP_MODE. * man/groff_diff.man, doc/groff.texinfo: Updated.
Diffstat (limited to 'man/groff_diff.man')
-rw-r--r--man/groff_diff.man20
1 files changed, 19 insertions, 1 deletions
diff --git a/man/groff_diff.man b/man/groff_diff.man
index 19e9a600..45f34774 100644
--- a/man/groff_diff.man
+++ b/man/groff_diff.man
@@ -3,7 +3,7 @@
.ig
groff_diff.man
-Last update : 29 Jun 2004
+Last update : 02 Jul 2004
This file is part of groff, the GNU roff type-setting system.
It is the source of the man-page groff_diff(7).
@@ -2471,6 +2471,24 @@ there is a current diversion; this behaviour is so anomalous that it
must be considered a bug.
.
.TP
+.BI .de\ xx\ yy
+.TQ
+.BI .am\ xx\ yy
+.TQ
+.BI .ds\ xx\ yy
+.TQ
+.BI .as\ xx\ yy
+In compatibility mode, these requests behaves similar to
+.BR .de1 ,
+.BR .am1 ,
+.BR .ds1 ,
+and
+.BR .as1 ,
+respectively: A `compatibility save' token is inserted at the
+beginning, and a `compatibility restore' token at the end, with
+compatibility mode switched on during execution.
+.
+.TP
.BI .ev\ xx
If
.I xx