# HG changeset patch # User William Astle # Date 1358973135 25200 # Node ID 0bc1c88fe7766a3ed6281ca8b052eda7256b7c96 # Parent 5fefceb6756b7d86c1f9a2ef36a3fdda239e76ac Fix typo in documentation of lwasm --define switch. Fixed typo listed -I as the short option variant for --define. -D is the correct short option. diff -r 5fefceb6756b -r 0bc1c88fe776 docs/manual.docbook.sgml --- a/docs/manual.docbook.sgml Wed Jan 23 13:21:57 2013 -0700 +++ b/docs/manual.docbook.sgml Wed Jan 23 13:32:15 2013 -0700 @@ -3,7 +3,7 @@ LW Tool Chain WilliamAstle -2009-2012William Astle +2009-2013William Astle @@ -325,7 +325,7 @@ - + Pre-defines the symbol SYM as either the specified VAL. If VAL is omitted, diff -r 5fefceb6756b -r 0bc1c88fe776 docs/manual/c45.html --- a/docs/manual/c45.html Wed Jan 23 13:21:57 2013 -0700 +++ b/docs/manual/c45.html Wed Jan 23 13:32:15 2013 -0700 @@ -272,7 +272,7 @@ >--define=SYM[=VAL], -I SYM[=VAL]-D SYM[=VAL]

William Astle

Copyright © 2009-2013 William Astle


William AstleCopyright © 2009-2013 William Astle


--define=SYM[=VAL], -I SYM[=VAL]-D SYM[=VAL]