vrana           Fri Aug 17 11:17:12 2007 UTC

  Modified files:              
    /phpdoc/en/reference/zlib/functions gztell.xml 
  Log:
  Works with uncompressed stream (bug #39874)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/zlib/functions/gztell.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/zlib/functions/gztell.xml
diff -u phpdoc/en/reference/zlib/functions/gztell.xml:1.5 
phpdoc/en/reference/zlib/functions/gztell.xml:1.6
--- phpdoc/en/reference/zlib/functions/gztell.xml:1.5   Wed Jun 20 22:25:41 2007
+++ phpdoc/en/reference/zlib/functions/gztell.xml       Fri Aug 17 11:17:12 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry xml:id="function.gztell" xmlns="http://docbook.org/ns/docbook";>
  <refnamediv>
   <refname>gztell</refname>
@@ -13,7 +13,7 @@
   </methodsynopsis>
   <para>
    Gets the position of the given file pointer; i.e., its offset into the
-   file stream.
+   uncompressed file stream.
   </para>
  </refsect1>
  <refsect1 role="parameters">

Reply via email to