From 939d1f213ac097140aa5796b6c06ccbeb1009e5f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 10 Jun 2020 00:54:04 -0700 Subject: 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. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index 49a1d95a..fd46ac8f 100644 --- a/txr.1 +++ b/txr.1 @@ -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 -- cgit v1.2.3