slawek Tue Jan 29 17:07:50 2002 EDT
Modified files:
/phpdoc/en/functions math.xml
Log:
little cleanup
Index: phpdoc/en/functions/math.xml
diff -u phpdoc/en/functions/math.xml:1.69 phpdoc/en/functions/math.xml:1.70
--- phpdoc/en/functions/math.xml:1.69 Tue Jan 15 15:30:04 2002
+++ phpdoc/en/functions/math.xml Tue Jan 29 17:07:49 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.69 $ -->
+<!-- $Revision: 1.70 $ -->
<reference id="ref.math">
<title>Mathematical Functions</title>
<titleabbrev>Math</titleabbrev>
@@ -1152,9 +1152,8 @@
</funcsynopsis>
<para>
Returns the decimal equivalent of the octal number
- represented by the octal_string argument.
- OctDec converts an octal string to a decimal number. The largest
- number that can be converted is 17777777777 or 2147483647 in
+ represented by the <parameter>octal_string</parameter> argument.
+ The largest number that can be converted is 17777777777 or 2147483647 in
decimal.
</para>
<para>
@@ -1222,7 +1221,7 @@
</para>
<example>
<title>Some examples of <function>pow</function></title>
- <programlisting role="php">
+ <programlisting role="php">
<![CDATA[
<?php