summaryrefslogtreecommitdiffstats
path: root/doc/fileevent.n
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-04 14:19:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-04 14:19:52 (GMT)
commitb5273bc1fa5f55149f34824435b65ea807794abc (patch)
tree5df08d95415ee2546150f3fcfe45ce1ddcb4e499 /doc/fileevent.n
parentcdba31b9d5e939cc2f78069f835b086c5aa85a70 (diff)
parentce501f14c53a6a094e48453148d08a3e82cfde9a (diff)
downloadtcl-b5273bc1fa5f55149f34824435b65ea807794abc.zip
tcl-b5273bc1fa5f55149f34824435b65ea807794abc.tar.gz
tcl-b5273bc1fa5f55149f34824435b65ea807794abc.tar.bz2
merge trunk
Diffstat (limited to 'doc/fileevent.n')
-rw-r--r--doc/fileevent.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fileevent.n b/doc/fileevent.n
index 8f6b880..2751040 100644
--- a/doc/fileevent.n
+++ b/doc/fileevent.n
@@ -5,7 +5,7 @@
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-'\"
+'\"
.TH fileevent n 7.5 Tcl "Tcl Built-In Commands"
.so man.macros
.BS
@@ -112,7 +112,7 @@ buggy handlers.
In this setup \fBGetData\fR will be called with the channel as an
argument whenever $chan becomes readable. The \fBread\fR call will
read whatever binary data is currently available without blocking.
-Here the channel has the fileevent removed when an end of file
+Here the channel has the fileevent removed when an end of file
occurs to avoid being continually called (see above). Alternatively
the channel may be closed on this condition.
.PP