comparison docs/manual/manual.html @ 245:0bc1c88fe776

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.
author William Astle <lost@l-w.ca>
date Wed, 23 Jan 2013 13:32:15 -0700
parents ce1fdc8d6568
children ed1009bce533
comparison
equal deleted inserted replaced
244:5fefceb6756b 245:0bc1c88fe776
32 NAME="AEN4" 32 NAME="AEN4"
33 ></A 33 ></A
34 >William Astle</H3 34 >William Astle</H3
35 ><P 35 ><P
36 CLASS="COPYRIGHT" 36 CLASS="COPYRIGHT"
37 >Copyright &copy; 2009-2012 William Astle</P 37 >Copyright &copy; 2009-2013 William Astle</P
38 ><HR></DIV 38 ><HR></DIV
39 ><DIV 39 ><DIV
40 CLASS="TOC" 40 CLASS="TOC"
41 ><DL 41 ><DL
42 ><DT 42 ><DT
624 ><CODE 624 ><CODE
625 CLASS="OPTION" 625 CLASS="OPTION"
626 >--define=SYM[=VAL]</CODE 626 >--define=SYM[=VAL]</CODE
627 >, <CODE 627 >, <CODE
628 CLASS="OPTION" 628 CLASS="OPTION"
629 >-I SYM[=VAL]</CODE 629 >-D SYM[=VAL]</CODE
630 ></DT 630 ></DT
631 ><DD 631 ><DD
632 ><P 632 ><P
633 >Pre-defines the symbol SYM as either the specified VAL. If VAL is omitted, 633 >Pre-defines the symbol SYM as either the specified VAL. If VAL is omitted,
634 the symbol is defined as 1. The symbol will be defined as though it were 634 the symbol is defined as 1. The symbol will be defined as though it were