diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-04-04 08:39:48 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-04-04 08:39:48 -0700 |
commit | ee8db0d54a50db8e86645cade7caf38547b41171 (patch) | |
tree | caaf5c0d9c1c31020bc8fd461564d0a7d42cf3b8 | |
parent | 20b3a5848657fe2f6e44de26827072dc7a5e51eb (diff) | |
download | txr-ee8db0d54a50db8e86645cade7caf38547b41171.tar.gz txr-ee8db0d54a50db8e86645cade7caf38547b41171.tar.bz2 txr-ee8db0d54a50db8e86645cade7caf38547b41171.zip |
doc: vice versa formatting.
* txr.1: Under "Treatment of Literals", fix lack of
close double quote in italicization of vice versa.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |