This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Delete suidperl messages from perldiag
[perl5.git] / pod / perl5101delta.pod
index 3ed4a67..c6cdef9 100644 (file)
@@ -191,7 +191,7 @@ in a change of behaviour between 5.8.x and 5.10.0:
 
 The copy of the Unicode Character Database included in Perl 5.10.1 has
 been updated to 5.1.0 from 5.0.0. See
-L<http://www.unicode.org/versions/Unicode5.1.0/#NotableChanges> for the
+L<http://www.unicode.org/versions/Unicode5.1.0/#Notable_Changes> for the
 notable changes.
 
 =head2 A proper interface for pluggable Method Resolution Orders
@@ -1149,7 +1149,7 @@ file. This eliminates a potential race condition [RT #60904].
 
 =item *
 
-On some UNIX systems, the value in C<$?> would not have the top bit set
+On some Unix systems, the value in C<$?> would not have the top bit set
 (C<$? & 128>) even if the child core dumped.
 
 =item *