typos in perl5100delta.pod
YAMASHINA Hio [Tue, 18 Dec 2007 16:30:50 +0000 (01:30 +0900)]
Message-Id: <20071218163050.b0c36fa5.hio@hio.jp>

p4raw-id: //depot/perl@32633

pod/perl5100delta.pod

index a1afa50..bd0c1b3 100644 (file)
@@ -1282,7 +1282,7 @@ D. Hedden)
 
 chr() on a negative value now gives C<\x{FFFD}>, the Unicode replacement
 character, unless when the C<bytes> pragma is in effect, where the low
-eight bytes of the value are used.
+eight bits of the value are used.
 
 =item PERL5SHELL and tainting
 
@@ -1538,7 +1538,7 @@ inherits from C<B::SV> (it used to inherit from C<B::IV>).
 
 The anonymous hash and array constructors now take 1 op in the optree
 instead of 3, now that pp_anonhash and pp_anonlist return a reference to
-an hash/array when the op is flagged with OPf_SPECIAL (Nicholas Clark).
+an hash/array when the op is flagged with OPf_SPECIAL. (Nicholas Clark)
 
 =head1 Known Problems