summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2015-02-20 20:22:17 (GMT)
committerdgp <dgp@users.sourceforge.net>2015-02-20 20:22:17 (GMT)
commit434f351abcd771aaf6b2b60b1438419f5c9a3f9d (patch)
treec93d620134df7fa63324d729358334e9474da436
parentb1ad5d16a72d63b4f418a17ad07c2aa1f12d29c8 (diff)
parent28fe834bc3ec4966f987250b14d1dfb1cb41bd58 (diff)
downloadtcl-434f351abcd771aaf6b2b60b1438419f5c9a3f9d.zip
tcl-434f351abcd771aaf6b2b60b1438419f5c9a3f9d.tar.gz
tcl-434f351abcd771aaf6b2b60b1438419f5c9a3f9d.tar.bz2
merge 8.5
-rw-r--r--doc/CrtChannel.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CrtChannel.3 b/doc/CrtChannel.3
index 21b5c37..969267d 100644
--- a/doc/CrtChannel.3
+++ b/doc/CrtChannel.3
@@ -343,7 +343,7 @@ typedef struct Tcl_ChannelType {
It is not necessary to provide implementations for all channel
operations. Those which are not necessary may be set to NULL in the
struct: \fIblockModeProc\fR, \fIseekProc\fR, \fIsetOptionProc\fR,
-\fIgetOptionProc\fR, and \fIclose2Proc\fR, in addition to
+\fIgetOptionProc\fR, \fIgetHandleProc\fR, and \fIclose2Proc\fR, in addition to
\fIflushProc\fR, \fIhandlerProc\fR, \fIthreadActionProc\fR, and
\fItruncateProc\fR. Other functions that cannot be implemented in a
meaningful way should return \fBEINVAL\fR when called, to indicate