derick Sun Dec 7 10:24:29 2003 EDT
Modified files:
/phpdoc/en/reference/filesystem reference.xml
Log:
- Tabs -> spaces
Index: phpdoc/en/reference/filesystem/reference.xml
diff -u phpdoc/en/reference/filesystem/reference.xml:1.9
phpdoc/en/reference/filesystem/reference.xml:1.10
--- phpdoc/en/reference/filesystem/reference.xml:1.9 Sun Dec 7 10:21:32 2003
+++ phpdoc/en/reference/filesystem/reference.xml Sun Dec 7 10:24:29 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<reference id="ref.filesystem">
<title>Filesystem functions</title>
<titleabbrev>Filesystem</titleabbrev>
@@ -13,12 +13,12 @@
<section id="filesystem.requirements">
&reftitle.required;
- <para>
- No external libraries are needed to build this extension, but if you want
- PHP to support LFS (large files) on Linux, then you need to have a recent
- glibc and you need compile PHP with the following compiler flags:
- <literal>-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64</literal>.
- </para>
+ <para>
+ No external libraries are needed to build this extension, but if you want
+ PHP to support LFS (large files) on Linux, then you need to have a recent
+ glibc and you need compile PHP with the following compiler flags:
+ <literal>-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64</literal>.
+ </para>
</section>
<section id="filesystem.installation">