diff options
author | Craig A. Berry <craigberry@mac.com> | 2002-06-25 16:46:59 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-06-26 14:38:10 +0000 |
commit | 41cbbefae8dc68445cf3cea5b9db7b7f4a1385db (patch) | |
tree | afa62d3b4c44d83f0e510ba6a6a519f07bbe073f /pod/perlport.pod | |
parent | 8514a05ad77d06390899752b405c952ef7bae9d5 (diff) | |
download | perl-41cbbefae8dc68445cf3cea5b9db7b7f4a1385db.tar.gz |
VMS nits, add getppid(), admit absence of fork()
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <a05111b00b93ec39cdf8f@[172.16.52.1]>
p4raw-id: //depot/perl@17359
Diffstat (limited to 'pod/perlport.pod')
-rw-r--r-- | pod/perlport.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlport.pod b/pod/perlport.pod index 44c79de6f8..8fb3561981 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -1567,7 +1567,7 @@ Available only on Windows NT (not on Windows 95). (Win32) =item fork -Not implemented. (S<Mac OS>, AmigaOS, S<RISC OS>, VOS, VM/ESA) +Not implemented. (S<Mac OS>, AmigaOS, S<RISC OS>, VOS, VM/ESA, VMS) Emulated using multiple interpreters. See L<perlfork>. (Win32) @@ -1584,7 +1584,7 @@ Not implemented. (S<Mac OS>, Win32, VMS, S<RISC OS>, VOS) =item getppid -Not implemented. (S<Mac OS>, Win32, VMS, S<RISC OS>) +Not implemented. (S<Mac OS>, Win32, S<RISC OS>) =item getpriority WHICH,WHO |