summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.120
1 files changed, 10 insertions, 10 deletions
diff --git a/txr.1 b/txr.1
index 62ffe92c..75b1a309 100644
--- a/txr.1
+++ b/txr.1
@@ -32717,9 +32717,9 @@ variable determines the conversion format which is applied when
a floating-point value is converted to decimal text by the
functions
.codn print ,
-.cond pprint ,
-.cond prinl ,
-.cond pprinl ,
+.codn pprint ,
+.codn prinl ,
+.codn pprinl ,
.code tostring
and
.codn tostringp .
@@ -32758,9 +32758,9 @@ the
variable, by default, also determines the precision which applies when
floating-point values are converted to decimal text by the functions
.codn print ,
-.cond pprint ,
-.cond prinl ,
-.cond pprinl ,
+.codn pprint ,
+.codn prinl ,
+.codn pprinl ,
.code tostring
and
.codn tostringp .
@@ -32803,9 +32803,9 @@ The
variable controls the base (radix) used for printing integer values.
It applies when the functions
.codn print ,
-.cond pprint ,
-.cond prinl ,
-.cond pprinl ,
+.codn pprint ,
+.codn prinl ,
+.codn pprinl ,
.code tostring
and
.codn tostringp
@@ -39825,7 +39825,7 @@ functions do not recognize UTF-8 multi-byte characters.
The screen updating logic in the listener is based on the assumption that
the display terminal uses DEC VT100 emulation. No other terminal emulation
is supported. The
-.cod TERM
+.code TERM
environment variable is ignored.
.SS* Ways to Quit