tony2001 Wed Apr 13 07:59:04 2005 EDT
Modified files:
/phpdoc/en/reference/stream/functions stream-select.xml
/phpdoc/en/reference/filesystem/functions copy.xml
Log:
make it consistent and prevent appearing of 2 colons
http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-select.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/stream/functions/stream-select.xml
diff -u phpdoc/en/reference/stream/functions/stream-select.xml:1.11
phpdoc/en/reference/stream/functions/stream-select.xml:1.12
--- phpdoc/en/reference/stream/functions/stream-select.xml:1.11 Wed Nov 10
03:30:44 2004
+++ phpdoc/en/reference/stream/functions/stream-select.xml Wed Apr 13
07:59:00 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<refentry id="function.stream-select">
<refnamediv>
<refname>stream_select</refname>
@@ -154,11 +154,10 @@
</para>
</note>
<note>
- <title>Windows compatibility:</title>
<para>
- <function>stream_select</function> used on a pipe returned from
- <function>proc_open</function> may cause data loss under
- Windows 98.
+ Windows compatibility: <function>stream_select</function> used on a
+ pipe returned from <function>proc_open</function> may cause data loss
+ under Windows 98.
</para>
<para>
Use of <function>stream_select</function> on
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/copy.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/filesystem/functions/copy.xml
diff -u phpdoc/en/reference/filesystem/functions/copy.xml:1.12
phpdoc/en/reference/filesystem/functions/copy.xml:1.13
--- phpdoc/en/reference/filesystem/functions/copy.xml:1.12 Mon Aug 30
05:49:35 2004
+++ phpdoc/en/reference/filesystem/functions/copy.xml Wed Apr 13 07:59:02 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.copy">
<refnamediv>
@@ -51,7 +51,7 @@
</warning>
<note>
<para>
- Windows compatibility note: If you copy a file with no size,
+ Windows compatibility: If you copy a file with no size,
<function>copy</function> will return &false;, but the file will be
correctly
copied.
</para>