[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] cvs: phpdoc /en language-snippets.ent  /en/reference/filesystem/functions fileatime.xml fi
From:       "Kalle Sommer Nielsen" <kalle () php ! net>
Date:       2008-08-24 7:36:06
Message-ID: cvskalle1219563366 () cvsserver
[Download RAW message or body]

kalle		Sun Aug 24 07:36:06 2008 UTC

  Modified files:              
    /phpdoc/en	language-snippets.ent 
    /phpdoc/en/reference/filesystem/functions	fileatime.xml 
                                             	filectime.xml 
                                             	filemtime.xml stat.xml 
                                             	touch.xml 
  Log:
  Move note regrading time resolution into an entity (note.filesystem-time-res)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/language-snippets.ent?r1=1.229&r2=1.230&diff_format=u
                
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.229 phpdoc/en/language-snippets.ent:1.230
--- phpdoc/en/language-snippets.ent:1.229	Sat Aug 23 17:08:59 2008
+++ phpdoc/en/language-snippets.ent	Sun Aug 24 07:36:05 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.229 $ -->
+<!-- $Revision: 1.230 $ -->
 <!-- Keep 'em sorted -->
 
 
@@ -81,6 +81,9 @@
 with this parameter so it can not be used inside an
 <function>ob_start</function> callback function.</para></note>'>
 
+<!ENTITY note.filesystem-time-res '<note><para>Note that the time resolution may 
+be different from the file system to another.</para></note>'>
+
 <!-- Tips -->
 
 <!ENTITY tip.fopen-wrapper '<tip><simpara>A URL can be used as a
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/fileatime.xml?r1=1.11&r2=1.12&diff_format=u
                
Index: phpdoc/en/reference/filesystem/functions/fileatime.xml
diff -u phpdoc/en/reference/filesystem/functions/fileatime.xml:1.11 \
                phpdoc/en/reference/filesystem/functions/fileatime.xml:1.12
--- phpdoc/en/reference/filesystem/functions/fileatime.xml:1.11	Thu Aug 21 23:50:27 \
                2008
+++ phpdoc/en/reference/filesystem/functions/fileatime.xml	Sun Aug 24 07:36:06 2008
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fileatime">
  <refnamediv>
   <refname>fileatime</refname>
@@ -79,11 +79,7 @@
     common example. On such filesystems this function will be useless.
    </para>
   </note>
-  <note>
-   <para>
-    Note that the time resolution may be different from the file system to another.
-   </para>
-  </note>
+  &note.filesytem-time-res;
   &note.clearstatcache;
   &tip.fopen-wrapper.stat;
  </refsect1>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/filectime.xml?r1=1.12&r2=1.13&diff_format=u
                
Index: phpdoc/en/reference/filesystem/functions/filectime.xml
diff -u phpdoc/en/reference/filesystem/functions/filectime.xml:1.12 \
                phpdoc/en/reference/filesystem/functions/filectime.xml:1.13
--- phpdoc/en/reference/filesystem/functions/filectime.xml:1.12	Thu Aug 21 23:50:27 \
                2008
+++ phpdoc/en/reference/filesystem/functions/filectime.xml	Sun Aug 24 07:36:06 2008
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.filectime">
  <refnamediv>
   <refname>filectime</refname>
@@ -83,11 +83,7 @@
     time for Unix files in most Unix filesystems.
    </para>
   </note>
-  <note>
-   <para>
-    Note that the time resolution may be different from the file system to another.
-   </para>
-  </note>
+  &note.filesytem-time-res;
   &note.clearstatcache;
   &tip.fopen-wrapper.stat;
  </refsect1>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/filemtime.xml?r1=1.9&r2=1.10&diff_format=u
                
Index: phpdoc/en/reference/filesystem/functions/filemtime.xml
diff -u phpdoc/en/reference/filesystem/functions/filemtime.xml:1.9 \
                phpdoc/en/reference/filesystem/functions/filemtime.xml:1.10
--- phpdoc/en/reference/filesystem/functions/filemtime.xml:1.9	Thu Aug 21 23:50:27 \
                2008
+++ phpdoc/en/reference/filesystem/functions/filemtime.xml	Sun Aug 24 07:36:06 2008
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.filemtime">
  <refnamediv>
   <refname>filemtime</refname>
@@ -66,11 +66,7 @@
 
  <refsect1 role="notes">
   &reftitle.notes;
-  <note>
-   <para>
-    Note that the time resolution may be different from the file system to another.
-   </para>
-  </note>
+  &note.filesytem-time-res;
   &note.clearstatcache;
   &tip.fopen-wrapper.stat;
  </refsect1>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/stat.xml?r1=1.20&r2=1.21&diff_format=u
                
Index: phpdoc/en/reference/filesystem/functions/stat.xml
diff -u phpdoc/en/reference/filesystem/functions/stat.xml:1.20 \
                phpdoc/en/reference/filesystem/functions/stat.xml:1.21
--- phpdoc/en/reference/filesystem/functions/stat.xml:1.20	Thu Aug 21 23:50:27 2008
+++ phpdoc/en/reference/filesystem/functions/stat.xml	Sun Aug 24 07:36:06 2008
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.stat">
  <refnamediv>
   <refname>stat</refname>
@@ -168,11 +168,7 @@
 
  <refsect1 role="notes">
   &reftitle.notes;
-  <note>
-   <para>
-    Note that the time resolution may be different from the file system to another.
-   </para>
-  </note>
+  &note.filesytem-time-res;
   &note.clearstatcache;
   &tip.fopen-wrapper.stat;
  </refsect1>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/touch.xml?r1=1.16&r2=1.17&diff_format=u
                
Index: phpdoc/en/reference/filesystem/functions/touch.xml
diff -u phpdoc/en/reference/filesystem/functions/touch.xml:1.16 \
                phpdoc/en/reference/filesystem/functions/touch.xml:1.17
--- phpdoc/en/reference/filesystem/functions/touch.xml:1.16	Thu Aug 21 23:50:27 2008
+++ phpdoc/en/reference/filesystem/functions/touch.xml	Sun Aug 24 07:36:06 2008
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.touch">
  <refnamediv>
   <refname>touch</refname>
@@ -114,11 +114,7 @@
 
  <refsect1 role="notes">
   &reftitle.notes;
-  <note>
-   <para>
-    Note that the time resolution may be different from the file system to another.
-   </para>
-  </note>
+  &note.filesytem-time-res;
   <warning>
    <para>
     Prior to PHP 5.3.0 it was not possible to change the modification time 



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic