summaryrefslogtreecommitdiffstats
path: root/doc/chan.n
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-03-16 16:24:04 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-03-16 16:24:04 (GMT)
commit05262be3319aa7027310e8a53e32d0cf63f501d0 (patch)
treeea4dcf31c05b4157836c998aabe70c5c33510a8a /doc/chan.n
parent70cf69246f83c91f78fd4de65ac48fa39aa634d4 (diff)
downloadtcl-05262be3319aa7027310e8a53e32d0cf63f501d0.zip
tcl-05262be3319aa7027310e8a53e32d0cf63f501d0.tar.gz
tcl-05262be3319aa7027310e8a53e32d0cf63f501d0.tar.bz2
Update manpages in anticipation of TIP 656
Diffstat (limited to 'doc/chan.n')
-rw-r--r--doc/chan.n10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/chan.n b/doc/chan.n
index bf6c85c..1ecef4c 100644
--- a/doc/chan.n
+++ b/doc/chan.n
@@ -156,6 +156,16 @@ applied to input only.
The default value is the empty string, except that under Windows the default
value for reading is Control-z (\ex1A). The acceptable range is \ex01 -
\ex7f. A value outside this range results in an error.
+.VS "TCL8.7 TIP656"
+.TP
+\fB\-profile\fR \fIprofile\fR
+.
+Specifies the encoding profile to be used on the channel. The encoding
+transforms in use for the channel's input and output will then be subject to the
+rules of that profile. Any failures will result in a channel error. See
+\fBPROFILES\fR in the \fBencoding(n)\fR documentation for details about encoding
+profiles.
+.VE "TCL8.7 TIP656"
.TP
\fB\-translation\fR \fItranslation\fR
.TP