note strict/lax version requirements in documentation
[p5sagit/p5-mst-13.2.git] / pod / perl5101delta.pod
index f7b9ec1..c6cdef9 100644 (file)
@@ -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 *