Fixes to Pod errors found by podchecker.
Steve Peters [Tue, 4 Oct 2005 16:24:28 +0000 (16:24 +0000)]
p4raw-id: //depot/perl@25691

README.os2
pod/perlfunc.pod

index 05c088a..ea9adc0 100644 (file)
@@ -2205,7 +2205,7 @@ in the I<default> behaviour.  One can start I<any> executable in
 I<any> kind of session by using the arguments C</fs>, C</pm> or
 C</win> switches of the command C<start> (of F<CMD.EXE> or a similar
 shell).  Alternatively, one can use the numeric first argument of the
-C<system> Perl function (see L<C<OS2::Process>>).
+C<system> Perl function (see L<OS2::Process>).
 
 =head2 F<perl___.exe>
 
index b5a98b6..44ce1c4 100644 (file)
@@ -767,7 +767,7 @@ to 255 (inclusive) are by default not encoded in UTF-8 Unicode for
 backward compatibility reasons (but see L<encoding>).
 
 Negative values give the Unicode replacement character (chr(0xfffd)),
-except under the L</bytes> pragma, where low eight bits of the value
+except under the L<bytes> pragma, where low eight bits of the value
 (truncated to an integer) are used.
 
 If NUMBER is omitted, uses C<$_>.