[Swift-commit] r2459 - trunk/docs

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed Jan 28 07:05:35 CST 2009


Author: benc
Date: 2009-01-28 07:05:34 -0600 (Wed, 28 Jan 2009)
New Revision: 2459

Modified:
   trunk/docs/userguide.xml
Log:
swift command return codes in a table, rather than a bulleted list - compactor, prettier

Modified: trunk/docs/userguide.xml
===================================================================
--- trunk/docs/userguide.xml	2009-01-28 11:33:20 UTC (rev 2458)
+++ trunk/docs/userguide.xml	2009-01-28 13:05:34 UTC (rev 2459)
@@ -1876,14 +1876,24 @@
 	</section>
 	<section><title>Return codes</title>
 	<para>
-The swift command may exit with the following return codes:
-<itemizedlist>
-<listitem>0 - success</listitem>
-<listitem>1 - command line syntax error or missing project name</listitem>
-<listitem>2 - error during execution</listitem>
-<listitem>3 - error during compilation of SwiftScript program</listitem>
-<listitem>4 - input file does not exist</listitem>
-</itemizedlist>
+The <command>swift</command> command may exit with the following return codes:
+<table frame="all">
+<tgroup cols='2' align='left' colsep='1' rowsep='1'>
+ <thead>
+  <row>
+   <entry>value</entry>
+   <entry>meaning</entry>
+  </row>
+ </thead>
+ <tbody>
+  <row><entry>0</entry><entry>success</entry></row>
+  <row><entry>1</entry><entry>command line syntax error or missing project name</entry></row>
+  <row><entry>2</entry><entry>error during execution</entry></row>
+  <row><entry>3</entry><entry>error during compilation</entry></row>
+  <row><entry>4</entry><entry>input file does not exist</entry></row>
+ </tbody>
+ </tgroup>
+</table>
 	</para>
 	</section>
 	</section>




More information about the Swift-commit mailing list