hholzgra                Mon Jan 16 23:29:12 2006 UTC

  Modified files:              
    /phpdoc/en/internals/tsrm/functions virtual_access.xml 
    /phpdoc/en/internals/tsrm/macros    VCWD_ACCESS.xml 
  Log:
  removed role attributs, these are now filled in by default
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_access.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_access.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_access.xml:1.4 
phpdoc/en/internals/tsrm/functions/virtual_access.xml:1.5
--- phpdoc/en/internals/tsrm/functions/virtual_access.xml:1.4   Sun Jan 15 
14:02:22 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_access.xml       Mon Jan 16 
23:29:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry id="zend-api.virtual-access">
  <refnamediv>
   <refname>virtual_access</refname>
@@ -16,11 +16,12 @@
     
<methodparam><type>magic</type><parameter>TSRMLS_DC</parameter></methodparam>
   </methodsynopsis>
   <para>
-   A thread safe wrapper around the <function role='libc'>access</function> 
function
+   <function>virtual_access</function>  thread safe wrapper around the 
+   <function role='libc'>access</function> function
    that takes per-thread virtual working directories into account.
   </para>
   <para>
-   See also <function role="zend-macro">VCWD_ACCESS</function>.
+   See also <function>VCWD_ACCESS</function>.
   </para>
  </refsect1>
 
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/macros/VCWD_ACCESS.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/internals/tsrm/macros/VCWD_ACCESS.xml
diff -u phpdoc/en/internals/tsrm/macros/VCWD_ACCESS.xml:1.4 
phpdoc/en/internals/tsrm/macros/VCWD_ACCESS.xml:1.5
--- phpdoc/en/internals/tsrm/macros/VCWD_ACCESS.xml:1.4 Sun Jan 15 13:32:29 2006
+++ phpdoc/en/internals/tsrm/macros/VCWD_ACCESS.xml     Mon Jan 16 23:29:12 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry id="zend-macro.vcwd-access">
  <refnamediv>
   <refname>VCWD_ACCESS</refname>
@@ -15,7 +15,7 @@
     <methodparam><type>mode_t</type><parameter>mode</parameter></methodparam>
   </methodsynopsis>
   <para>
-   This is a convenience wrapper for <function 
role='zend-api'>virtual_access</function>.
+   This is a convenience wrapper for <function>virtual_access</function>.
   </para>
  </refsect1>
 

Reply via email to