summaryrefslogtreecommitdiff
path: root/vms/perlvms.pod
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2001-06-07 09:27:20 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-08 12:20:41 +0000
commitc6966feaee0c3ed89d8fc30ec44b30cc2c61c5fc (patch)
tree5950ebee79fa75440800f01652a4b2959dc02ae9 /vms/perlvms.pod
parent5371795a221e496d155a1231da29da52eb253eb5 (diff)
downloadperl-c6966feaee0c3ed89d8fc30ec44b30cc2c61c5fc.tar.gz
Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
Message-Id: <a05100e01b7458075db7d@[172.16.52.1]> p4raw-id: //depot/perl@10478
Diffstat (limited to 'vms/perlvms.pod')
-rw-r--r--vms/perlvms.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/perlvms.pod b/vms/perlvms.pod
index 48deedc4d2..4db64d4666 100644
--- a/vms/perlvms.pod
+++ b/vms/perlvms.pod
@@ -575,7 +575,7 @@ B<SPAWN> at the DCL prompt.
Perl waits for the subprocess to complete before continuing
execution in the current process. As described in L<perlfunc>,
the return value of C<system> is a fake "status" which follows
-POSIX semantics unless the pragma C<use vmsish status> is in
+POSIX semantics unless the pragma C<use vmsish 'status'> is in
effect; see the description of C<$?> in this document for more
detail.