reference/zlib/functions/gzrewind.xml
02ba67b51f2bde571b6ce07026e935f4e81019af
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>gzrewind</methodname>
12
-
<methodparam><type>resource</type><parameter>zp</parameter></methodparam>
12
+
<methodparam><type>resource</type><parameter>stream</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Sets the file position indicator of the given gz-file pointer to 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
...
...
@@ -48,7 +48,6 @@
48
48
</para>
49
49
</refsect1>
50
50
</refentry>
51
-

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