diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2020-11-17 10:19:48 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2020-11-17 10:19:48 (GMT) |
commit | 19b27cbd4aa9a0eae9eb89a1ec34184ad00c1134 (patch) | |
tree | 9a8937c7b535797158f4a0c669749bf461e769d8 /doc/CrtChannel.3 | |
parent | 42fc1a9b4e972451140f22e83aaa07b1c8ea4f38 (diff) | |
parent | 48385f8bba5fca0601d69f21d356e1db56bf0fa9 (diff) | |
download | tcl-19b27cbd4aa9a0eae9eb89a1ec34184ad00c1134.zip tcl-19b27cbd4aa9a0eae9eb89a1ec34184ad00c1134.tar.gz tcl-19b27cbd4aa9a0eae9eb89a1ec34184ad00c1134.tar.bz2 |
Ticket [ac661a684d]: Tcl_NotifyChannel man page: "no writable callback on pending flush" missing
Diffstat (limited to 'doc/CrtChannel.3')
-rw-r--r-- | doc/CrtChannel.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CrtChannel.3 b/doc/CrtChannel.3 index 9edb782..f64a190 100644 --- a/doc/CrtChannel.3 +++ b/doc/CrtChannel.3 @@ -253,7 +253,8 @@ outside this range, \fBTcl_SetChannelBufferSize\fR sets the buffer size to the generic layer that the events specified by \fImask\fR have occurred on the channel. Channel drivers are responsible for invoking this function whenever the channel handlers need to be called for the -channel. See \fBWATCHPROC\fR below for more details. +channel (or other pending tasks like a write flush should be performed). +See \fBWATCHPROC\fR below for more details. .PP \fBTcl_BadChannelOption\fR is called from driver specific \fIsetOptionProc\fR or \fIgetOptionProc\fR to generate a complete |