hholzgra Mon Nov 12 11:22:47 2001 EDT
Modified files:
/phpdoc/en/functions bc.xml
Log:
swapping order of <link> and <option>, new version will work for both
docbook 3 and 4
Index: phpdoc/en/functions/bc.xml
diff -u phpdoc/en/functions/bc.xml:1.16 phpdoc/en/functions/bc.xml:1.17
--- phpdoc/en/functions/bc.xml:1.16 Sat Nov 10 16:49:32 2001
+++ phpdoc/en/functions/bc.xml Mon Nov 12 11:22:47 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
<reference id="ref.bc">
<title>BCMath Arbitrary Precision Mathematics Functions</title>
<titleabbrev>BC math</titleabbrev>
@@ -7,9 +7,9 @@
<partintro>
<para>
In PHP 4, these functions are only available if PHP was configured with
- <option role="configure"><link
linkend="install.configure.enable-bcmath">--enable-bcmath</link></option>.
+ <link linkend="install.configure.enable-bcmath"><option
+role="configure">--enable-bcmath</option></link>.
In PHP 3, these functions are only available if PHP was not configured with
- <option role="configure"><link
linkend="install.configure.disable-bcmath">--disable-bcmath</link></option>.
+ <link linkend="install.configure.disable-bcmath"><option
+role="configure">--disable-bcmath</option></link>.
</para>
<note>
<para>