comparison docs/manual.docbook.sgml @ 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
1 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.5//EN"> 1 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.5//EN">
2 <book> 2 <book>
3 <bookinfo> 3 <bookinfo>
4 <title>LW Tool Chain</title> 4 <title>LW Tool Chain</title>
5 <author><firstname>William</firstname><surname>Astle</surname></author> 5 <author><firstname>William</firstname><surname>Astle</surname></author>
6 <copyright><year>2009-2012</year><holder>William Astle</holder></copyright> 6 <copyright><year>2009-2013</year><holder>William Astle</holder></copyright>
7 </bookinfo> 7 </bookinfo>
8 <chapter> 8 <chapter>
9 9
10 <title>Introduction</title> 10 <title>Introduction</title>
11 11
323 </listitem> 323 </listitem>
324 </varlistentry> 324 </varlistentry>
325 325
326 <varlistentry> 326 <varlistentry>
327 <term><option>--define=SYM[=VAL]</option></term> 327 <term><option>--define=SYM[=VAL]</option></term>
328 <term><option>-I SYM[=VAL]</option></term> 328 <term><option>-D SYM[=VAL]</option></term>
329 <listitem> 329 <listitem>
330 <para> 330 <para>
331 Pre-defines the symbol SYM as either the specified VAL. If VAL is omitted, 331 Pre-defines the symbol SYM as either the specified VAL. If VAL is omitted,
332 the symbol is defined as 1. The symbol will be defined as though it were 332 the symbol is defined as 1. The symbol will be defined as though it were
333 defined using the SET directive in the assembly source. That means it can 333 defined using the SET directive in the assembly source. That means it can