summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2020-03-28 16:33:50 (GMT)
committerdgp <dgp@users.sourceforge.net>2020-03-28 16:33:50 (GMT)
commitf5621cf8539eb6b5c64826e06254cbf2121a52bd (patch)
treec25863768baad5a43b4feb82e47ee9c62265040c /doc
parenta30671934a6bd8c3448cb1a57634210fa24edbb0 (diff)
parentc619f65f15cd0877658ae9a0c0e3748b8fc0896b (diff)
downloadtcl-f5621cf8539eb6b5c64826e06254cbf2121a52bd.zip
tcl-f5621cf8539eb6b5c64826e06254cbf2121a52bd.tar.gz
tcl-f5621cf8539eb6b5c64826e06254cbf2121a52bd.tar.bz2
merge 8.6
Diffstat (limited to 'doc')
-rw-r--r--doc/binary.n11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/binary.n b/doc/binary.n
index 00b29d4..00919f3 100644
--- a/doc/binary.n
+++ b/doc/binary.n
@@ -73,7 +73,9 @@ During decoding, the following options are supported:
.TP
\fB\-strict\fR
.
-Instructs the decoder to throw an error if it encounters whitespace characters. Otherwise it ignores them.
+Instructs the decoder to throw an error if it encounters any characters
+that are not strictly part of the encoding itself. Otherwise it ignores them.
+RFC 2045 calls for base64 decoders to be non-strict.
.RE
.TP
\fBhex\fR
@@ -87,7 +89,8 @@ options are supported:
.TP
\fB\-strict\fR
.
-Instructs the decoder to throw an error if it encounters whitespace characters. Otherwise it ignores them.
+Instructs the decoder to throw an error if it encounters whitespace characters.
+Otherwise it ignores them.
.RE
.TP
\fBuuencode\fR
@@ -117,8 +120,8 @@ During decoding, the following options are supported:
.TP
\fB\-strict\fR
.
-Instructs the decoder to throw an error if it encounters unexpected whitespace
-characters. Otherwise it ignores them.
+Instructs the decoder to throw an error if it encounters unexpected
+whitespace characters. Otherwise it ignores them.
.PP
Note that neither the encoder nor the decoder handle the header and footer of
the uuencode format.