perldiag: Rewrap an entry for better splain output
authorFather Chrysostomos <sprout@cpan.org>
Thu, 12 Sep 2013 00:53:03 +0000 (17:53 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 12 Sep 2013 19:49:23 +0000 (12:49 -0700)
pod/perldiag.pod

index bd2b331..5838a79 100644 (file)
@@ -6343,9 +6343,9 @@ before now.  Check your control flow.
 
 =item %s "\x%X" does not map to Unicode
 
-(S utf8) When reading in different encodings, Perl tries to map
-everything into Unicode characters.  The bytes you read in
-are not legal in this encoding.  For example
+(S utf8) When reading in different encodings, Perl tries to
+map everything into Unicode characters.  The bytes you read
+in are not legal in this encoding.  For example
 
     utf8 "\xE4" does not map to Unicode