|
From: Carlo W. <li...@us...> - 2002-02-21 22:53:13
|
CVSROOT : /cvsroot/libcw
Module : src
Commit time: 2002-01-21 22:53:10 UTC
Modified files:
libcwd/documentation/tutorial/tut1.m4
Log message:
Typo.
---------------------- diff included ----------------------
Index: src/libcwd/documentation/tutorial/tut1.m4
diff -u src/libcwd/documentation/tutorial/tut1.m4:1.9 src/libcwd/documentation/tutorial/tut1.m4:1.10
--- src/libcwd/documentation/tutorial/tut1.m4:1.9 Sun Feb 17 16:44:06 2002
+++ src/libcwd/documentation/tutorial/tut1.m4 Thu Feb 21 14:53:00 2002
@@ -76,7 +76,7 @@
</UL></DIV>
<A NAME="turn_on_channel"></A>
-<H3></CODE>Debug( dc::notice.on() );</CODE></H3>
+<H3><CODE>Debug( dc::notice.on() );</CODE></H3>
<P>This turns on the <I><U>D</U>ebug <U>C</U>hannel</I> <CODE><U>dc</U>::notice</CODE>.
Without this line, the code <CODE>Dout(dc::notice, "Hello World")</CODE> would output
----------------------- End of diff -----------------------
|