reference/zlib/functions/gztell.xml
02ba67b51f2bde571b6ce07026e935f4e81019af
...
...
@@ -8,8 +8,8 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>int</type><methodname>gztell</methodname>
12
-
<methodparam><type>resource</type><parameter>zp</parameter></methodparam>
11
+
<type class="union"><type>int</type><type>false</type></type><methodname>gztell</methodname>
12
+
<methodparam><type>resource</type><parameter>stream</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Gets the position of the given file pointer; i.e., its offset into the
...
...
@@ -21,7 +21,7 @@
21
21
<para>
22
22
<variablelist>
23
23
<varlistentry>
24
-
<term><parameter>zp</parameter></term>
24
+
<term><parameter>stream</parameter></term>
25
25
<listitem>
26
26
<para>
27
27
The gz-file pointer. It must be valid, and must point to a file
...
...
@@ -49,7 +49,6 @@
49
49
</para>
50
50
</refsect1>
51
51
</refentry>
52
-

53
52
<!-- Keep this comment at the end of the file
54
53
Local variables:
55
54
mode: sgml
56
55