diff options
author | Steve Peters <steve@fisharerojo.org> | 2005-10-04 16:24:28 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2005-10-04 16:24:28 +0000 |
commit | 5f0135ebccd6cdb2441aabb64baa39aea87199d3 (patch) | |
tree | de940991ae4fb86c13407a14188be3a93a77ad9f | |
parent | 4b75f5a1204fc501172a9743173878da4918e4de (diff) | |
download | perl-5f0135ebccd6cdb2441aabb64baa39aea87199d3.tar.gz |
Fixes to Pod errors found by podchecker.
p4raw-id: //depot/perl@25691
-rw-r--r-- | README.os2 | 2 | ||||
-rw-r--r-- | pod/perlfunc.pod | 2 |
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<$_>. |