From ee8db0d54a50db8e86645cade7caf38547b41171 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 4 Apr 2021 08:39:48 -0700 Subject: doc: vice versa formatting. * txr.1: Under "Treatment of Literals", fix lack of close double quote in italicization of vice versa. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index 7e7dcd7e..40bdf2ed 100644 --- a/txr.1 +++ b/txr.1 @@ -75199,7 +75199,7 @@ No such de-duplication is performed for interpreted code. Consequently, code which depends on multiple occurrences of these objects to be distinct objects may behave correctly when interpreted, but misbehave when compiled. Or -.IR "vice versa . +.IR "vice versa" . One example is code which modifies a string literal. Under compilation, the change will affect all occurrences of that literal that have been merged into one object. Another example is an -- cgit v1.2.3