diff doc/manual.docbook.sgml @ 407:b2e007c28b8f

Changed ENDS to be ENDSTRUCT instead of ENDSECTION since ENDSTRUCT is required but ENDSECTION is not; updated docs to reflect change
author lost@l-w.ca
date Fri, 23 Jul 2010 19:53:43 -0600
parents 0324fd09c7ac
children 637f46c5b2b7
line wrap: on
line diff
--- a/doc/manual.docbook.sgml	Fri Jul 23 19:23:17 2010 -0600
+++ b/doc/manual.docbook.sgml	Fri Jul 23 19:53:43 2010 -0600
@@ -1136,9 +1136,12 @@
 </varlistentry>
 <varlistentry>
 <term>ENDSTRUCT</term>
+<term>ENDS</term>
 <listitem>
 <para>
-This directive ends the definition of the structure.
+This directive ends the definition of the structure. ENDSTRUCT is the
+preferred form. Prior to version 3.0 of LWASM, ENDS was used to end a
+section instead of a structure.
 </para>
 </listitem>
 </varlistentry>
@@ -1315,11 +1318,12 @@
 <varlistentry>
 <term>ENDSECTION</term>
 <term>ENDSECT</term>
-<term>ENDS</term>
 <listitem>
 <para>
 This directive ends the current section. This puts assembly outside of any
-sections until the next SECTION directive.
+sections until the next SECTION directive. ENDSECTION is the preferred form.
+Prior to version 3.0 of LWASM, ENDS could also be used to end a section but
+as of version 3.0, it is now an alias for ENDSTRUCT instead.
 </listitem>
 </varlistentry>