diff options
-rw-r--r-- | txr.1 | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -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 |