diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-01 00:27:29 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-01 00:27:29 (GMT) |
commit | 61be21c8b6c66bc992de68777ad798b24cd55df2 (patch) | |
tree | f2e97f8a8b12cab76232d75e37bd79756b1f4b14 /doc | |
parent | e19206dbbcf18caa8799630e9e9fcc73f7b5c32a (diff) | |
download | tcl-61be21c8b6c66bc992de68777ad798b24cd55df2.zip tcl-61be21c8b6c66bc992de68777ad798b24cd55df2.tar.gz tcl-61be21c8b6c66bc992de68777ad798b24cd55df2.tar.bz2 |
Minor formatting fix.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coroutine.n | 4 |
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 } |