summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-02-09 00:09:03 +0000
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1996-02-09 00:09:03 +0000
commita77489aad1511753fbfe951d1291deb8ecb1aa54 (patch)
tree1e506942135a4697a0930cdec0a04e66cfa3f7b3
parente932a6dbe1ec55ad4debcaca8cb567e23b50271a (diff)
downloadperl-a77489aad1511753fbfe951d1291deb8ecb1aa54.tar.gz
pod2man-inspired cleanups.
-rw-r--r--pod/perlrun.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index d684bf908e..fe8a154c39 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -137,7 +137,7 @@ runs the script under the Perl debugger. See L<perldebug>.
=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<perldebug>.
=item B<-D>I<number>
@@ -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>