diff options
author | Craig A. Berry <craigberry@mac.com> | 2006-04-04 03:12:34 +0000 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2006-04-04 03:12:34 +0000 |
commit | 941b3de131f63aee81c84f0054b50a857b4c4124 (patch) | |
tree | 3e0b56edb3930b6c40f404194875762d16151125 /vms/perlvms.pod | |
parent | f4cc38afb863043fd1f03a9637328ab5e1d16ea3 (diff) | |
download | perl-941b3de131f63aee81c84f0054b50a857b4c4124.tar.gz |
sort out some utime() issues on VMS
p4raw-id: //depot/perl@27706
Diffstat (limited to 'vms/perlvms.pod')
-rw-r--r-- | vms/perlvms.pod | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/vms/perlvms.pod b/vms/perlvms.pod index 8bcb8eb840..53efdade2d 100644 --- a/vms/perlvms.pod +++ b/vms/perlvms.pod @@ -881,9 +881,10 @@ and not traditional VMS behavior. =item utime LIST -Since ODS-2, the VMS file structure for disk files, does not keep -track of access times, this operator changes only the modification -time of the file (VMS revision date). +This operator changes only the modification time of the file (VMS +revision date) on ODS-2 volumes and ODS-5 volumes without access +dates enabled. On ODS-5 volumes with access dates enabled, the +true access time is modified. =item waitpid PID,FLAGS |