From: Perl 5 Porters Date: Fri, 9 Feb 1996 00:09:03 +0000 (+0000) Subject: pod2man-inspired cleanups. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a77489aad1511753fbfe951d1291deb8ecb1aa54;p=p5sagit%2Fp5-mst-13.2.git pod2man-inspired cleanups. --- diff --git a/pod/perlrun.pod b/pod/perlrun.pod index d684bf9..fe8a154 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -137,7 +137,7 @@ runs the script under the Perl debugger. See L. =item B<-d:foo> runs the script under the control of a debugging or tracing module -installed as Devel::foo. E.g., -d:DProf executes the script using the +installed as Devel::foo. E.g., B<-d:DProf> executes the script using the Devel::DProf profiler. See L. =item B<-D>I @@ -263,7 +263,7 @@ e.g., C<-M'module qw(foo bar)'>. A little built-in syntactic sugar means you can also say C<-mmodule=foo> or C<-Mmodule=foo> as a shortcut for C<-M'module qw(foo)'>. Note that using the C<=> form -removes the distinction between -m and -M. +removes the distinction between C<-m> and C<-M>. =item B<-n>