summaryrefslogtreecommitdiffstats
path: root/doc/coroutine.n
diff options
context:
space:
mode:
Diffstat (limited to 'doc/coroutine.n')
-rw-r--r--doc/coroutine.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coroutine.n b/doc/coroutine.n
index f310e13..4985e52 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.3 2009/11/01 00:26:02 dkf Exp $
+'\" RCS: @(#) $Id: coroutine.n,v 1.4 2009/11/01 00:27:29 dkf Exp $
'\"
.so man.macros
.TH coroutine n 8.6 Tcl "Tcl Built-In Commands"
@@ -129,7 +129,7 @@ namespace eval demo {
}
proc makeExample {} {
puts "making from [info level]"
- puts [coroutine coroEg example]
+ puts [\fBcoroutine\fR coroEg example]
}
makeExample
}