summaryrefslogtreecommitdiffstats
path: root/doc/coroutine.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-01-13 09:10:10 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-01-13 09:10:10 (GMT)
commit5c34a55eb603244a562250dcd9a840f44ed7933a (patch)
tree4703f53195fff3094a3979b66e2d68a3d4232fab /doc/coroutine.n
parent4823387a0b6e54dc2e2c9718e2b729224fb7260a (diff)
downloadtcl-5c34a55eb603244a562250dcd9a840f44ed7933a.zip
tcl-5c34a55eb603244a562250dcd9a840f44ed7933a.tar.gz
tcl-5c34a55eb603244a562250dcd9a840f44ed7933a.tar.bz2
Don't break a command reference over a line
Diffstat (limited to 'doc/coroutine.n')
-rw-r--r--doc/coroutine.n7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/coroutine.n b/doc/coroutine.n
index 4985e52..4a7d799 100644
--- a/doc/coroutine.n
+++ b/doc/coroutine.n
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: coroutine.n,v 1.4 2009/11/01 00:27:29 dkf Exp $
+'\" RCS: @(#) $Id: coroutine.n,v 1.5 2010/01/13 09:10:10 dkf Exp $
'\"
.so man.macros
.TH coroutine n 8.6 Tcl "Tcl Built-In Commands"
@@ -38,8 +38,9 @@ returns conventionally, the result of the \fBcoroutine\fR command will be the
result of the evaluation of the context.
.PP
The coroutine can also be deleted by destroying the command \fIname\fR, and
-the name of the current coroutine can be retrieved by using \fBinfo
-coroutine\fR. If there are deletion traces on variables in the coroutine's
+the name of the current coroutine can be retrieved by using
+\fBinfo coroutine\fR.
+If there are deletion traces on variables in the coroutine's
implementation, they will fire at the point when the coroutine is explicitly
deleted (or, naturally, if the command returns conventionally).
.PP