summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-10-04 16:24:28 +0000
committerSteve Peters <steve@fisharerojo.org>2005-10-04 16:24:28 +0000
commit5f0135ebccd6cdb2441aabb64baa39aea87199d3 (patch)
treede940991ae4fb86c13407a14188be3a93a77ad9f
parent4b75f5a1204fc501172a9743173878da4918e4de (diff)
downloadperl-5f0135ebccd6cdb2441aabb64baa39aea87199d3.tar.gz
Fixes to Pod errors found by podchecker.
p4raw-id: //depot/perl@25691
-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<$_>.