From: Rafael Garcia-Suarez Date: Mon, 8 Oct 2007 08:46:30 +0000 (+0000) Subject: Documentation change to go with change #32056. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=646ca9b2c4b7cf8e6d2771a171c1deb0b8a7852c;p=p5sagit%2Fp5-mst-13.2.git Documentation change to go with change #32056. p4raw-link: @32056 on //depot/perl: f0d36289ce76f882218c0a53cd52f716a167e5bb p4raw-id: //depot/perl@32063 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 5286fbe..376c035 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1959,7 +1959,7 @@ Interpretation of the octal number stopped before the 8 or 9. =item Illegal switch in PERL5OPT: %s (X) The PERL5OPT environment variable may only be used to set the -following switches: B<-[CDIMUdmtwA]>. +following switches: B<-[CDIMUdmtw]>. =item Ill-formed CRTL environ value "%s" diff --git a/pod/perlrun.pod b/pod/perlrun.pod index c8bc669..33d4f55 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -1027,7 +1027,7 @@ is used. The program should instead say: X Command-line options (switches). Switches in this variable are taken -as if they were on every Perl command line. Only the B<-[CDIMUdmtwA]> +as if they were on every Perl command line. Only the B<-[CDIMUdmtw]> switches are allowed. When running taint checks (because the program was running setuid or setgid, or the B<-T> switch was used), this variable is ignored. If PERL5OPT begins with B<-T>, tainting will be