diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-06-10 00:54:04 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-06-10 00:54:04 -0700 |
commit | 505ffd51098c29e41e9d727fba4693e91adae1e0 (patch) | |
tree | 52003065fdcc6fa4bf0d927c4273dc659da04516 | |
parent | 0a73750f409526c405eb72cd0208ac9b4418e87a (diff) | |
download | txr-505ffd51098c29e41e9d727fba4693e91adae1e0.tar.gz txr-505ffd51098c29e41e9d727fba4693e91adae1e0.tar.bz2 txr-505ffd51098c29e41e9d727fba4693e91adae1e0.zip |
doc: missing backslash in getm macro.
* txr.1: Fix missing backslash on font changing directive in
the troff-oriented implementation of the <> operator.
This makes no difference to the output. The HTML output is
absolutely identical according to diff. Visual inspections of
the groff-generated PDF also reveal no difference.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -218,7 +218,7 @@ . el \{\ . ie "\\$1"<>" \{\ . shift -. as s \\$1\\f5\\$2\f4\\$3 +. as s \\$1\\f5\\$2\\f4\\$3 . shift . shift . shift |