diff options
author | Dan Book <grinnz@grinnz.com> | 2020-01-13 16:22:49 -0500 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2020-01-28 14:23:34 +1100 |
commit | 028611faa42c95e8e0d93cda0301349939476d04 (patch) | |
tree | 003a16ea286ce16e21315626cb5e067206650afc /pod/perldiag.pod | |
parent | bb84ab0e628823dd987990df941b347d0aa7875c (diff) | |
download | perl-028611faa42c95e8e0d93cda0301349939476d04.tar.gz |
Update links to perlrun to link to specific items
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 287d170051..9a3fd1eeec 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3270,7 +3270,7 @@ given. This is usually a mistake, since editing STDIN in place doesn't make sense, and can be confusing because it can make perl look like it is hanging when it is really just trying to read from STDIN. You should either pass a filename to edit, or remove C<-i> from the command -line. See L<perlrun> for more details. +line. See L<perlrun|perlrun/-i[extension]> for more details. =item Junk on end of regexp in regex m/%s/ @@ -3839,8 +3839,8 @@ couldn't be created for some peculiar reason. =item Module name required with -%c option (F) The C<-M> or C<-m> options say that Perl should load some module, but -you omitted the name of the module. Consult L<perlrun> for full details -about C<-M> and C<-m>. +you omitted the name of the module. Consult +L<perlrun|perlrun/-m[-]module> for full details about C<-M> and C<-m>. =item More than one argument to '%s' open @@ -6846,13 +6846,15 @@ discovered. See L<perlre>. =item Unknown Unicode option letter '%c' -(F) You specified an unknown Unicode option. See L<perlrun> documentation -of the C<-C> switch for the list of known options. +(F) You specified an unknown Unicode option. See +L<perlrun|perlrun/-C [numberE<sol>list]> documentation of the C<-C> switch +for the list of known options. =item Unknown Unicode option value %d -(F) You specified an unknown Unicode option. See L<perlrun> documentation -of the C<-C> switch for the list of known options. +(F) You specified an unknown Unicode option. See +L<perlrun|perlrun/-C [numberE<sol>list]> documentation of the C<-C> switch +for the list of known options. =item Unknown verb pattern '%s' in regex; marked by S<<-- HERE> in m/%s/ |