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)
commite97e7b99cb2327b0b9df699973ff30a032f329a9 (patch)
treec93d620134df7fa63324d729358334e9474da436
parentb0e0ce0e9bd013dd4a06111df0e0bb769dd21996 (diff)
parent3826721b7149f530f0916f91a7c0e5e73b1d6084 (diff)
downloadtcl-e97e7b99cb2327b0b9df699973ff30a032f329a9.zip
tcl-e97e7b99cb2327b0b9df699973ff30a032f329a9.tar.gz
tcl-e97e7b99cb2327b0b9df699973ff30a032f329a9.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