diff options
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r-- | pod/perlfunc.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 211bdc8199..c67560fb5b 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -5464,9 +5464,9 @@ meanings of the fields: (The epoch was at 00:00 January 1, 1970 GMT.) -(*) The ctime field is non-portable. In particular, you cannot expect -it to be a "creation time", see L<perlport/"Files and Filesystems"> -for details. +(*) Not all fields are supported on all filesystem types. Notably, the +ctime field is non-portable. In particular, you cannot expect it to be a +"creation time", see L<perlport/"Files and Filesystems"> for details. If C<stat> is passed the special filehandle consisting of an underline, no stat is done, but the current contents of the stat structure from the |