summaryrefslogtreecommitdiffstats
path: root/doc/binary.n
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2020-03-31 15:44:08 (GMT)
committerdgp <dgp@users.sourceforge.net>2020-03-31 15:44:08 (GMT)
commit7240c45f5734d0b14fe6b80d43c27093eb04d11e (patch)
tree5a55e33913589ab5afe6a5aa78cb48cba08a964e /doc/binary.n
parent67934ac3338b74a78118c5c25ea04897a5a71ca6 (diff)
downloadtcl-7240c45f5734d0b14fe6b80d43c27093eb04d11e.zip
tcl-7240c45f5734d0b14fe6b80d43c27093eb04d11e.tar.gz
tcl-7240c45f5734d0b14fe6b80d43c27093eb04d11e.tar.bz2
Tweaks
Diffstat (limited to 'doc/binary.n')
-rw-r--r--doc/binary.n5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/binary.n b/doc/binary.n
index 8f627b7..92a939a 100644
--- a/doc/binary.n
+++ b/doc/binary.n
@@ -119,10 +119,9 @@ accommodated by the encoding format. The default value is 61.
Indicates the character(s) to use to mark the end of each encoded line.
Acceptable values are a sequence of zero or more characters from the
set { \\x09 (TAB), \\x0B (VT), \\x0C (FF), \\x0D (CR) } followed
-by zero or one newline \\x0A (LF). Any other value is rejected because
-it would mangle the encoded text too much to decode. The default value
+by zero or one newline \\x0A (LF). Any other values are rejected because
+they would generate encoded text that could not be decoded. The default value
is a single newline.
-.QW \en .
.PP
During decoding, the following options are supported:
.TP