geoff       2004/04/15 06:26:55

  Modified:    src/docs/2.0/api/APR Finfo.pod
  Log:
  added platform specific caveats
  
  Revision  Changes    Path
  1.2       +17 -0     modperl-docs/src/docs/2.0/api/APR/Finfo.pod
  
  Index: Finfo.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/APR/Finfo.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Finfo.pod 13 Jan 2004 02:51:49 -0000      1.1
  +++ Finfo.pod 15 Apr 2004 13:26:55 -0000      1.2
  @@ -157,6 +157,9 @@
   
     $ret = $obj->user($newval);
   
  +Note that this method may not be meaningful on all platforms,
  +most notably Win32.
  +
   =over 4
   
   =item arg1: C<$obj> (C<L<APR::Finfo|docs::2.0::api::APR::Finfo>>)
  @@ -177,6 +180,10 @@
   
     $ret = $obj->group($newval);
   
  +Note that this method may not be meaningful on all platforms,
  +most notably Win32.  Incorrect results have also been reported
  +on some versions of OSX.
  +
   =over 4
   
   =item arg1: C<$obj> (C<L<APR::Finfo|docs::2.0::api::APR::Finfo>>)
  @@ -197,6 +204,9 @@
   
     $ret = $obj->inode($newval);
   
  +Note that this method may not be meaningful on all platforms,
  +most notably Win32.
  +
   =over 4
   
   =item arg1: C<$obj> (C<L<APR::Finfo|docs::2.0::api::APR::Finfo>>)
  @@ -217,6 +227,9 @@
   
     $ret = $obj->device($newval);
   
  +Note that this method may not be meaningful on all platforms,
  +most notably Win32.
  +
   =over 4
   
   =item arg1: C<$obj> (C<L<APR::Finfo|docs::2.0::api::APR::Finfo>>)
  @@ -296,6 +309,10 @@
   The time the file was last accessed
   
     $ret = $obj->atime($newval);
  +
  +Note that this method may not be reliable on all platforms,
  +most notably Win32 - FAT32 filesystems appear to work properly
  +but NTFS filesystems do not.
   
   =over 4
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to