# HG changeset patch # User lost@l-w.ca # Date 1279931493 21600 # Node ID 0324fd09c7ac4f7b7a214583dfa0c12231cd7635 # Parent 048f2fb5d561131ea769765afb6f46247b4aef1d Added documentation for the --symbol option for lwasm diff -r 048f2fb5d561 -r 0324fd09c7ac doc/manual.docbook.sgml --- 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 @@ Cause LWASM to generate a listing. If 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 +is specified, the list will not include the symbol table. + + + + + + + + + +Causes LWASM to generate a list of symbols when generating a listing. +It has no effect unless a listing is being generated.