From 5c34a55eb603244a562250dcd9a840f44ed7933a Mon Sep 17 00:00:00 2001 From: dkf Date: Wed, 13 Jan 2010 09:10:10 +0000 Subject: Don't break a command reference over a line --- doc/coroutine.n | 7 ++++--- 1 file 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 -- cgit v0.12