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 /pod | |
parent | 4b75f5a1204fc501172a9743173878da4918e4de (diff) | |
download | perl-5f0135ebccd6cdb2441aabb64baa39aea87199d3.tar.gz |
Fixes to Pod errors found by podchecker.
p4raw-id: //depot/perl@25691
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlfunc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
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<$_>. |