summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-11-20 10:14:17 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-11-20 10:14:17 (GMT)
commit5ab9c74b4a9874c1861cbd28eb075b4578abedf5 (patch)
tree378ebdffd00c17dbc966d3b6685971055b542454 /doc
parent29582a79b732b0de9a0983adf5b6d1eea8657703 (diff)
downloadtcl-5ab9c74b4a9874c1861cbd28eb075b4578abedf5.zip
tcl-5ab9c74b4a9874c1861cbd28eb075b4578abedf5.tar.gz
tcl-5ab9c74b4a9874c1861cbd28eb075b4578abedf5.tar.bz2
Added a missing bold highlight
Diffstat (limited to 'doc')
-rw-r--r--doc/fcopy.n4
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.