summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-12-14 18:22:05 -0800
committerKaz Kylheku <kaz@kylheku.com>2017-12-14 18:22:05 -0800
commit669506e8824860176cb8a4c25502cb75c742fd06 (patch)
tree45ce742d7268e3ba173d68b43a1daefeae17d274 /txr.1
parent077c2101af57261d3f9d019ad384fe4b0ea7a5a5 (diff)
downloadtxr-669506e8824860176cb8a4c25502cb75c742fd06.tar.gz
txr-669506e8824860176cb8a4c25502cb75c742fd06.tar.bz2
txr-669506e8824860176cb8a4c25502cb75c742fd06.zip
doc: severe formatting problem under int-str.
* txr.1: Fix lack of escaping of backslash in #\c causing the c to be interpreted as a troff code.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index 3ec5b377..98a21ec1 100644
--- a/txr.1
+++ b/txr.1
@@ -34817,7 +34817,7 @@ to an integer value. If
.meta radix
isn't specified, it defaults to 10.
Otherwise it must be an integer in the range 2 to 36, or else the character
-.codn #\c .
+.codn #\ec .
For radices above 10, letters of the alphabet
are used for digits:
@@ -34834,7 +34834,7 @@ as the start of trailing junk at which the extraction of the digits stops.
When
.meta radix
is specified as the character object
-.codn #\c ,
+.codn #\ec ,
this indicates that a C-language-style integer constant should be
recognized. If, after any optional sign, the remainder of
.meta string