From: Steve Peters Date: Tue, 4 Oct 2005 16:24:28 +0000 (+0000) Subject: Fixes to Pod errors found by podchecker. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5f0135ebccd6cdb2441aabb64baa39aea87199d3;p=p5sagit%2Fp5-mst-13.2.git Fixes to Pod errors found by podchecker. p4raw-id: //depot/perl@25691 --- diff --git a/README.os2 b/README.os2 index 05c088a..ea9adc0 100644 --- a/README.os2 +++ b/README.os2 @@ -2205,7 +2205,7 @@ in the I behaviour. One can start I executable in I kind of session by using the arguments C, C or C switches of the command C (of F or a similar shell). Alternatively, one can use the numeric first argument of the -C Perl function (see L>). +C Perl function (see L). =head2 F diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index b5a98b6..44ce1c4 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). Negative values give the Unicode replacement character (chr(0xfffd)), -except under the L pragma, where low eight bits of the value +except under the L pragma, where low eight bits of the value (truncated to an integer) are used. If NUMBER is omitted, uses C<$_>.