[Swift-commit] r4401 - trunk/docs
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Fri Apr 22 02:05:03 CDT 2011
Author: davidk
Date: 2011-04-22 02:05:03 -0500 (Fri, 22 Apr 2011)
New Revision: 4401
Modified:
trunk/docs/tutorial.xml
Log:
Tutorial corrections
Modified: trunk/docs/tutorial.xml
===================================================================
--- trunk/docs/tutorial.xml 2011-04-22 07:00:31 UTC (rev 4400)
+++ trunk/docs/tutorial.xml 2011-04-22 07:05:03 UTC (rev 4401)
@@ -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