diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-12-14 18:22:05 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-12-14 18:22:05 -0800 |
commit | 669506e8824860176cb8a4c25502cb75c742fd06 (patch) | |
tree | 45ce742d7268e3ba173d68b43a1daefeae17d274 /txr.1 | |
parent | 077c2101af57261d3f9d019ad384fe4b0ea7a5a5 (diff) | |
download | txr-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.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |