diff 10/ecl.xml @ 5:b3644dff344c

Way too much changes. :/
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Mon, 22 Aug 2011 20:30:51 +0200
parents f82309a9465e
children 2925b0e246c6
line wrap: on
line diff
--- a/10/ecl.xml
+++ b/10/ecl.xml
@@ -12,13 +12,13 @@
 	<op>
 		<num>1</num>
 		<name>return</name>
-		<desc>A <i>return</i> instruction.</desc>
+		<desc>A return instruction.</desc>
 	</op>
 
 	<op>
 		<num>10</num>
 		<name>return</name>
-		<desc>A <i>return</i> instruction.</desc>
+		<desc>A return instruction.</desc>
 	</op>
 
 	<op>
@@ -35,7 +35,7 @@
 				<li>That the data is of integer type, but is used as a float type. (0x6669)</li>
 				<li>That the data is of integer type. (0x6969)</li>
 			</ol>
-			<p>In the current syntax this is represented by prefixing the data with either <strong>(int)</strong> or <strong>(float)</strong>.</p>
+			<p>In the current syntax this is represented by prefixing the data with either (int) or (float).</p>
 			<p>The parameters seem to end up on the stack of the called subroutine.</p>
 		</desc>
 	</op>
@@ -258,7 +258,6 @@
 
 	<op>
 		<num>79</num>
-<p><i>Takes no parameters.</i> </p>
 	</op>
 
 	<op>