diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-04-26 23:06:42 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-04-26 23:06:42 +0000 |
commit | d84636903463cc2c7c724401d8214e94bb80a34c (patch) | |
tree | d0e9155a59c813571c286b2f6e00606b60c43967 /vms | |
parent | ba81b13cc37a74dbe945214bdfe29146d7aedf62 (diff) | |
parent | 75b44862ccfe91d9314cf0481cf385d225bfe78b (diff) | |
download | perl-d84636903463cc2c7c724401d8214e94bb80a34c.tar.gz |
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5953
Diffstat (limited to 'vms')
-rw-r--r-- | vms/perlvms.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vms/perlvms.pod b/vms/perlvms.pod index 0bef835f7f..e6d13f3081 100644 --- a/vms/perlvms.pod +++ b/vms/perlvms.pod @@ -569,7 +569,7 @@ invoked using C<MCR> or a text file which should be passed to DCL as a command procedure. If LIST consists of the empty string, C<system> spawns an -interactive DCL subprocess, in the same fashion as typiing +interactive DCL subprocess, in the same fashion as typing B<SPAWN> at the DCL prompt. Perl waits for the subprocess to complete before continuing @@ -597,7 +597,7 @@ not appear separately in the "child time" field, depending on whether L<times> keeps track of subprocesses separately. Note especially that the VAXCRTL (at least) keeps track only of subprocesses spawned using L<fork> and L<exec>; it will not -accumulate the times of suprocesses spawned via pipes, L<system>, +accumulate the times of subprocesses spawned via pipes, L<system>, or backticks. =item unlink LIST @@ -661,7 +661,7 @@ The FLAGS argument is ignored in all cases. The following VMS-specific information applies to the indicated "special" Perl variables, in addition to the general information -in L<perlvar>. Where there is a conflict, this infrmation +in L<perlvar>. Where there is a conflict, this information takes precedence. =over 4 |