diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2006-11-20 10:14:17 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2006-11-20 10:14:17 (GMT) |
| commit | 84780947ea5827b0de17e782d007f28d14a5188e (patch) | |
| tree | 378ebdffd00c17dbc966d3b6685971055b542454 /doc/fcopy.n | |
| parent | 0c098409e4524ad69f1263e857cb9d4144f47de7 (diff) | |
| download | tcl-84780947ea5827b0de17e782d007f28d14a5188e.zip tcl-84780947ea5827b0de17e782d007f28d14a5188e.tar.gz tcl-84780947ea5827b0de17e782d007f28d14a5188e.tar.bz2 | |
Added a missing bold highlight
Diffstat (limited to 'doc/fcopy.n')
| -rw-r--r-- | doc/fcopy.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fcopy.n b/doc/fcopy.n index 5cda3e3..8a0b28b 100644 --- a/doc/fcopy.n +++ b/doc/fcopy.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. '\" -'\" RCS: @(#) $Id: fcopy.n,v 1.7 2006/11/15 09:23:01 dkf Exp $ +'\" RCS: @(#) $Id: fcopy.n,v 1.8 2006/11/20 10:14:17 dkf Exp $ '\" .so man.macros .TH fcopy n 8.0 Tcl "Tcl Built-In Commands" @@ -49,7 +49,7 @@ However, it is necessary to enter the event loop by using the \fBvwait\fR command or by using Tk. .PP You are not allowed to do other I/O operations with -\fIinchan\fR or \fIoutchan\fR during a background fcopy. +\fIinchan\fR or \fIoutchan\fR during a background \fBfcopy\fR. If either \fIinchan\fR or \fIoutchan\fR get closed while the copy is in progress, the current copy is stopped and the command callback is \fInot\fR made. |
