summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-28 16:13:57 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-28 16:13:57 (GMT)
commit2b28072dd391c88f488e67a345e7eb92ddcb1afe (patch)
tree2935ad0264d9946d8b8d652ca83d34162bcc1b12 /doc
parent0015fdd61a457d1292bd92f62ccdfad6bebb8e8a (diff)
downloadtcl-2b28072dd391c88f488e67a345e7eb92ddcb1afe.zip
tcl-2b28072dd391c88f488e67a345e7eb92ddcb1afe.tar.gz
tcl-2b28072dd391c88f488e67a345e7eb92ddcb1afe.tar.bz2
Fix "chan isbinary" documentation for 8.7
Diffstat (limited to 'doc')
-rw-r--r--doc/chan.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/chan.n b/doc/chan.n
index d6cde99..ef965e5 100644
--- a/doc/chan.n
+++ b/doc/chan.n
@@ -546,8 +546,8 @@ changing the encoding in use. See \fBENCODING ERROR EXAMPLES\fR later.
.
Test whether the channel called \fIchannel\fR is a binary channel,
returning 1 if it is and, and 0 otherwise. A binary channel is
-a channel with iso8859-1 encoding, -eofchar set to {} and
--translation set to cr.
+a channel with iso8859-1 or binary encoding, -eofchar set to {} and
+-translation set to lf.
.\" METHOD: names
.TP
\fBchan names\fR ?\fIpattern\fR?