[Swift-commit] r4400 - tags/release-0.92.1/docs

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Fri Apr 22 02:00:32 CDT 2011


Author: davidk
Date: 2011-04-22 02:00:31 -0500 (Fri, 22 Apr 2011)
New Revision: 4400

Modified:
   tags/release-0.92.1/docs/tutorial.xml
Log:
Made some corrections to the tutorial


Modified: tags/release-0.92.1/docs/tutorial.xml
===================================================================
--- tags/release-0.92.1/docs/tutorial.xml	2011-04-22 06:50:52 UTC (rev 4399)
+++ tags/release-0.92.1/docs/tutorial.xml	2011-04-22 07:00:31 UTC (rev 4400)
@@ -708,6 +708,7 @@
 $ <userinput>dot -ograph.png -Tpng graph.dot</userinput>
 </screen>
 graph.png can then be viewed using your favourite image viewer.
+Dot is a utility for drawing directed graphs. It is a part of the graphViz package and must be installed separately. More information about graphViz can be found at http://www.graphviz.org.
 </para>
 </section>
 
@@ -828,7 +829,7 @@
 <programlisting>
 type file;
 
-file f <my_first_mapper;>;
+file f <my_first_mapper>;
 </programlisting>
 
 <para>
@@ -922,7 +923,7 @@
     }
 }
 
-messagefile outfile <my_first_mapper;>;
+messagefile outfile <my_first_mapper>;
 
 outfile = greeting();
 </programlisting>




More information about the Swift-commit mailing list