Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
authorCraig A. Berry <craigberry@mac.com>
Thu, 7 Jun 2001 14:27:20 +0000 (09:27 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 8 Jun 2001 12:20:41 +0000 (12:20 +0000)
Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>

p4raw-id: //depot/perl@10478

vms/perlvms.pod

index 48deedc..4db64d4 100644 (file)
@@ -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.