Just a little typo-fix.

On Thu, 2003-07-03 at 17:12, Hartmut Holzgraefe wrote:
> hholzgra              Thu Jul  3 11:12:28 2003 EDT
> 
>   Modified files:              
>     /phpdoc/en/reference/filesystem/functions glob.xml 
>   Log:
>   it should be more clear this way?
>   
>   
> Index: phpdoc/en/reference/filesystem/functions/glob.xml
> diff -u phpdoc/en/reference/filesystem/functions/glob.xml:1.9 
> phpdoc/en/reference/filesystem/functions/glob.xml:1.10
> --- phpdoc/en/reference/filesystem/functions/glob.xml:1.9     Thu Jul  3 10:39:45 
> 2003
> +++ phpdoc/en/reference/filesystem/functions/glob.xml Thu Jul  3 11:12:27 2003
> @@ -1,5 +1,5 @@
>  <?xml version="1.0" encoding="iso-8859-1"?>
> -<!-- $Revision: 1.9 $ -->
> +<!-- $Revision: 1.10 $ -->
>    <refentry id="function.glob">
>     <refnamediv>
>      <refname>glob</refname> 
> @@ -63,8 +63,10 @@
>      </para>
>      <note>
>       <simpara>
> -      Before PHP 4.3.3 <constant>GLOB_ONLYDIR</constant> was only available 
> -      on systems with GNU C libraries
> +      Before PHP 4.3.3 <constant>GLOB_ONLYDIR</constant> was 
> +      <emphasis role="strong">not</emhasis>
> +      available on Windows and other systems not using the GNU
> +      C library.
>       </simpara>
>      </note>
>      <para>
> 
> 
> 
> -- 
> PHP Documentation Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

Index: glob.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/filesystem/functions/glob.xml,v
retrieving revision 1.10
diff -u -u -r1.10 glob.xml
--- glob.xml	3 Jul 2003 15:12:27 -0000	1.10
+++ glob.xml	3 Jul 2003 15:19:16 -0000
@@ -64,7 +64,7 @@
     <note>
      <simpara>
       Before PHP 4.3.3 <constant>GLOB_ONLYDIR</constant> was 
-      <emphasis role="strong">not</emhasis>
+      <emphasis role="strong">not</emphasis>
       available on Windows and other systems not using the GNU
       C library.
      </simpara>

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to