summaryrefslogtreecommitdiff
path: root/pod/perlport.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-01-17 11:23:37 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-01-17 11:23:37 +0000
commitbda4119bc5ac877809e21a4c89ea66d3512e38b8 (patch)
tree43c3c136d8855a8366f15040e6ff678c47f10d7e /pod/perlport.pod
parenteb1ab10a22402f281618389d37c3ca06ba5f71b2 (diff)
downloadperl-bda4119bc5ac877809e21a4c89ea66d3512e38b8.tar.gz
PERL_OBJECTness for change#2595
p4raw-link: @2595 on //depot/cfgperl: 9c007264caa0e1aed57010dc2950fe35f9d8347e p4raw-id: //depot/perl@2627
Diffstat (limited to 'pod/perlport.pod')
-rw-r--r--pod/perlport.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlport.pod b/pod/perlport.pod
index d6eb10b2d2..008795c253 100644
--- a/pod/perlport.pod
+++ b/pod/perlport.pod
@@ -197,7 +197,7 @@ S<Mac OS> uses C<:> as a path separator instead of C</>.
The filesystem may support neither hard links (C<link()>) nor
symbolic links (C<symlink()>, C<readlink()>, C<lstat()>).
-The filesystem may not support neither access timestamp nor change
+The filesystem may support neither access timestamp nor change
timestamp (meaning that about the only portable timestamp is the
modification timestamp), or one second granularity of any timestamps
(e.g. the FAT filesystem limits the time granularity to two seconds).