dave            Tue Dec 16 13:19:44 2003 EDT

  Modified files:              
    /phpdoc/en/reference/mime_magic     configure.xml 
  Log:
  - Put the example in a para, and fix a typo.
  
  
Index: phpdoc/en/reference/mime_magic/configure.xml
diff -u phpdoc/en/reference/mime_magic/configure.xml:1.6 
phpdoc/en/reference/mime_magic/configure.xml:1.7
--- phpdoc/en/reference/mime_magic/configure.xml:1.6    Tue Dec 16 13:19:12 2003
+++ phpdoc/en/reference/mime_magic/configure.xml        Tue Dec 16 13:19:43 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <section id="mime-magic.installation">
  &reftitle.install;
  <para>
@@ -27,15 +27,17 @@
   <title>Note to Win32 Users</title>
   <para>
    In order to use this module on a Windows environment, you must set the path
-   to the bundeld <filename>magic.mime</filename> file in your &php.ini;.
-   <example>
-    <title>Setting the path to <filename>magic.mime</filename></title>
-    <programlisting>
+   to the bundled <filename>magic.mime</filename> file in your &php.ini;.
+   <para>
+    <example>
+     <title>Setting the path to <filename>magic.mime</filename></title>
+     <programlisting>
 <![CDATA[
 mime_magic.magicfile = "$PHP_INSTALL_DIR\magic.mime"
 ]]>
-    </programlisting>
-   </example>
+     </programlisting>
+    </example>
+   </para>
    Remember to substitute the <filename>$PHP_INSTALL_DIR</filename> for your actual
    path to <literal>PHP</literal> in the above example. e.g.
   <filename>c:\php</filename>

Reply via email to