diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2008-12-15 17:11:33 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2008-12-15 17:11:33 (GMT) |
commit | dde8810e8f2c4a89922d0d36deea83b18e1f93dc (patch) | |
tree | 0351578b5f8df10219d98254002cbf6fe3648304 /doc/binary.n | |
parent | f846544ae625a6ea36e4a75e8f5f6caf47d6242c (diff) | |
download | tcl-dde8810e8f2c4a89922d0d36deea83b18e1f93dc.zip tcl-dde8810e8f2c4a89922d0d36deea83b18e1f93dc.tar.gz tcl-dde8810e8f2c4a89922d0d36deea83b18e1f93dc.tar.bz2 |
Fix [Bug 2380293]. Redefine non-strict decoding to ignore only whitespace.
Diffstat (limited to 'doc/binary.n')
-rw-r--r-- | doc/binary.n | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/binary.n b/doc/binary.n index c5e8a4e..e038fb5 100644 --- a/doc/binary.n +++ b/doc/binary.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: binary.n,v 1.43 2008/10/14 22:30:59 dkf Exp $ +'\" RCS: @(#) $Id: binary.n,v 1.44 2008/12/15 17:11:33 ferrieux Exp $ '\" .so man.macros .TH binary n 8.0 Tcl "Tcl Built-In Commands" @@ -73,8 +73,7 @@ During decoding, the following options are supported: .TP \fB\-strict\fR . -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. +Instructs the decoder to throw an error if it encounters whitespace characters. Otherwise it ignores them. .RE .TP \fBhex\fR @@ -88,8 +87,7 @@ options are supported: .TP \fB\-strict\fR . -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. +Instructs the decoder to throw an error if it encounters whitespace characters. Otherwise it ignores them. .RE .TP \fBuuencode\fR @@ -118,8 +116,7 @@ During decoding, the following options are supported: .TP \fB\-strict\fR . -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. +Instructs the decoder to throw an error if it encounters whitespace characters. Otherwise it ignores them. .RE .VE 8.6 .SH "BINARY FORMAT" |