young Mon Nov 8 05:28:14 2004 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions fseek.xml
Log:
Fixes very small whitespace typo by George Miroshnikov
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fseek.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/filesystem/functions/fseek.xml
diff -u phpdoc/en/reference/filesystem/functions/fseek.xml:1.8
phpdoc/en/reference/filesystem/functions/fseek.xml:1.9
--- phpdoc/en/reference/filesystem/functions/fseek.xml:1.8 Sat Aug 7
09:56:06 2004
+++ phpdoc/en/reference/filesystem/functions/fseek.xml Mon Nov 8 05:28:10 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.fseek">
<refnamediv>
@@ -16,7 +16,7 @@
</methodsynopsis>
<para>
Sets the file position indicator for the file referenced by
- <parameter>handle</parameter>.The new position, measured in bytes
+ <parameter>handle</parameter>. The new position, measured in bytes
from the beginning of the file, is obtained by adding
<parameter>offset</parameter> to the position specified by
<parameter>whence</parameter>, whose values are defined as