perlrun.pod minor fixes :
Rafael Garcia-Suarez [Tue, 18 May 2004 13:05:48 +0000 (13:05 +0000)]
- the parameter to -x is optional
- pod nit

p4raw-id: //depot/perl@22829

pod/perlrun.pod

index b386498..d40abb8 100644 (file)
@@ -892,6 +892,8 @@ See L<perllexwarn>.
 Disables all warnings regardless of C<use warnings> or C<$^W>.
 See L<perllexwarn>.
 
+=item B<-x>
+
 =item B<-x> I<directory>
 
 tells Perl that the program is embedded in a larger chunk of unrelated
@@ -1003,7 +1005,7 @@ Use with the same care as is reserved for nitroglycerin.
 
 =item :raw
 
-A pseudolayer that manipulates other layers.  Applying the <:raw>
+A pseudolayer that manipulates other layers.  Applying the C<:raw>
 layer is equivalent to calling C<binmode($fh)>.  It makes the stream
 pass each byte as-is without any translation.  In particular CRLF
 translation, and/or :utf8 intuited from locale are disabled.