diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2001-12-17 16:23:01 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-17 18:38:33 +0000 |
commit | 1c4db469cd1e8fb8078f63d9771e14df964cc680 (patch) | |
tree | 77ffc105327ed21c5767507956765036a630f6d1 /pod/perldiag.pod | |
parent | 1689481e5512794ca867be78f00013097fdd63c0 (diff) | |
download | perl-1c4db469cd1e8fb8078f63d9771e14df964cc680.tar.gz |
-t and the core tests; -t and PERL5OPT
Message-ID: <20011217152301.A704@rafael>
p4raw-id: //depot/perl@13737
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 7a7661a8c6..83baed2745 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1639,7 +1639,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<-[DIMUdmw]>. +following switches: B<-[DIMUdmtw]>. =item Ill-formed CRTL environ value "%s" |