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 | 939d1f213ac097140aa5796b6c06ccbeb1009e5f (patch) | |
tree | 52003065fdcc6fa4bf0d927c4273dc659da04516 /txr.1 | |
parent | f08bce6b4c1b15e894d6458ca3c9fc41fdaf07ee (diff) | |
download | txr-939d1f213ac097140aa5796b6c06ccbeb1009e5f.tar.gz txr-939d1f213ac097140aa5796b6c06ccbeb1009e5f.tar.bz2 txr-939d1f213ac097140aa5796b6c06ccbeb1009e5f.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.
Diffstat (limited to 'txr.1')
-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 |