]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fix comment
authorJim Meyering <jim@meyering.net>
Wed, 19 Feb 2003 14:03:44 +0000 (14:03 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 19 Feb 2003 14:03:44 +0000 (14:03 +0000)
tests/misc/tty-eof

index 075a127171fee430e926d447c8ad152980ff595c..75a86be06c6639daef942414d3c577881f44e33a 100755 (executable)
@@ -13,6 +13,8 @@ esac
 exec $PERL -w -- - <<\EOF
 
 # Ensure that cat exits upon a single EOF (^D) from a tty.
+# Do the same for all programs that can read stdin,
+# requiring no arguments and that write to standard output.
 use strict;
 
 (my $ME = $0) =~ s|.*/||;