From 61be21c8b6c66bc992de68777ad798b24cd55df2 Mon Sep 17 00:00:00 2001
From: dkf <donal.k.fellows@manchester.ac.uk>
Date: Sun, 1 Nov 2009 00:27:29 +0000
Subject: Minor formatting fix.

---
 doc/coroutine.n | 4 ++--
 1 file 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
 }
-- 
cgit v0.12