reword comment
Gurusamy Sarathy [Sat, 11 Mar 2000 17:06:03 +0000 (17:06 +0000)]
p4raw-id: //depot/perl@5655

t/pragma/warn/pp_hot

index 0cbbc43..dc99694 100644 (file)
@@ -62,12 +62,12 @@ print <STDERR>;
 open(FOO, ">&STDOUT") and print <FOO>;
 print getc(STDERR);
 print getc(FOO);
-####################################################################
-# The next test is known to fail on some systems (Linux/BSD+glibc, #
-# NeXT among others.  glibc should be fixed in the next version,   #
-# but it appears other platforms have little hope.  We skip it for #
-# now (on the grounds that it is "just" a warning).                #
-####################################################################
+#####################################################################
+# The next test is known to fail on some systems (Linux+glibc, *BSD #
+# NeXT among others.  glibc and FreeBSD have been fixed, but it     #
+# appears other platforms have little hope.  We skip it for now (on #
+# the grounds that it is "just" a warning).                         #
+#####################################################################
 #read(FOO,$_,1);
 no warnings 'io' ;
 print STDIN "anc";