diff options
author | Karl Williamson <khw@cpan.org> | 2020-08-15 19:59:43 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-08-31 18:15:43 -0600 |
commit | eb992c6fe3eb695f0f4836b9844ec01616381441 (patch) | |
tree | 9bc6fd08e285f91eac42e8b7bdc66ae5640ffb65 /README.os2 | |
parent | 2de859ce01e2f9e2245611a869f4d041bb48d2ca (diff) | |
download | perl-eb992c6fe3eb695f0f4836b9844ec01616381441.tar.gz |
Change some link pod for better rendering
C<L</foo>> renders better in places than L</C<foo>>
Diffstat (limited to 'README.os2')
-rw-r--r-- | README.os2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.os2 b/README.os2 index 0b1ad92802..8389bd7a9d 100644 --- a/README.os2 +++ b/README.os2 @@ -300,7 +300,7 @@ with perl ../../blah/foo.cmd arg1 arg2 arg3 (note that the argument C<-my_opts> is taken care of by the C<extproc> line -in your script, see L</C<extproc> on the first line>). +in your script, see C<L</extproc> on the first line>). To understand what the above I<magic> does, read perl docs about C<-S> switch - see L<perlrun>, and cmdref about C<extproc>: @@ -558,7 +558,7 @@ of this file. B<NOTE>. Because of a typo the binary installer of 5.00305 would install a variable C<PERL_SHPATH> into F<Config.sys>. Please -remove this variable and put L</C<PERL_SH_DIR>> instead. +remove this variable and put C<L</PERL_SH_DIR>> instead. =head2 Manual binary installation |