summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-11-03 07:42:46 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1998-11-03 07:42:46 +0000
commit7c5ffed331e27cfa0bc5b3c2be27e3e684e078bd (patch)
tree6fa630f169f43ff615f3361e0c0b9fed7963bd09 /pod/perlfunc.pod
parent98cfb1fc658753e059210fe506e20d36cb9a3a4a (diff)
downloadperl-7c5ffed331e27cfa0bc5b3c2be27e3e684e078bd.tar.gz
VM/ESA updates.
p4raw-id: //depot/cfgperl@2184
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r--pod/perlfunc.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index e72624faa0..e5b0e85a8b 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -3915,8 +3915,8 @@ system-dependent; they are available via the standard module C<Fcntl>.
For historical reasons, some values work on almost every system
supported by perl: zero means read-only, one means write-only, and two
means read/write. We know that these values do I<not> work under
-OS/390 Unix and on the Macintosh; you probably don't want to use them
-in new code.
+OS/390 & VM/ESA Unix and on the Macintosh; you probably don't want to
+use them in new code.
If the file named by FILENAME does not exist and the C<open()> call creates
it (typically because MODE includes the C<O_CREAT> flag), then the value of