summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.os22
-rw-r--r--pod/perlfunc.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.os2 b/README.os2
index 05c088ad0e..ea9adc0078 100644
--- a/README.os2
+++ b/README.os2
@@ -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>
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index b5a98b640a..44ce1c4f89 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -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<$_>.