[Swift-commit] r4399 - branches/release-0.92/docs
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Fri Apr 22 01:51:03 CDT 2011
Author: davidk
Date: 2011-04-22 01:50:52 -0500 (Fri, 22 Apr 2011)
New Revision: 4399
Modified:
branches/release-0.92/docs/tutorial.xml
Log:
Made a few corrections in the tutorial
Modified: branches/release-0.92/docs/tutorial.xml
===================================================================
--- branches/release-0.92/docs/tutorial.xml 2011-04-21 18:12:17 UTC (rev 4398)
+++ branches/release-0.92/docs/tutorial.xml 2011-04-22 06:50:52 UTC (rev 4399)
@@ -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