changeset 404:0324fd09c7ac

Added documentation for the --symbol option for lwasm
author lost@l-w.ca
date Fri, 23 Jul 2010 18:31:33 -0600
parents 048f2fb5d561
children 7bcc50e828ff
files doc/manual.docbook.sgml
diffstat 1 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/manual.docbook.sgml	Fri Jul 23 18:28:05 2010 -0600
+++ b/doc/manual.docbook.sgml	Fri Jul 23 18:31:33 2010 -0600
@@ -242,7 +242,19 @@
 <para>
 Cause LWASM to generate a listing. If <option>file</option> is specified,
 the listing will go to that file. Otherwise it will go to the standard output
-stream. By default, no listing is generated.
+stream. By default, no listing is generated. Unless <option>--symbols</option>
+is specified, the list will not include the symbol table.
+</para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term><option>--symbols</option></term>
+<term><option>-s</option></term>
+<listitem>
+<para>
+Causes LWASM to generate a list of symbols when generating a listing.
+It has no effect unless a listing is being generated.
 </para>
 </listitem>
 </varlistentry>