]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
remove incorrect FIXME comment.
authorJim Meyering <jim@meyering.net>
Mon, 14 Aug 2000 21:40:30 +0000 (21:40 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 14 Aug 2000 21:40:30 +0000 (21:40 +0000)
src/tee.c

index 43fec1e61eca81fc291eae2ce2f59869ace7f04c..48c42d1735477f2d9c087100c413aa86d5e49525 100644 (file)
--- a/src/tee.c
+++ b/src/tee.c
@@ -145,8 +145,8 @@ main (int argc, char **argv)
   signal (SIGPIPE, SIG_IGN);
 #endif
 
-  /* FIXME: warn if tee is given no file arguments.
-     In that case it's just a slow imitation of `cat.'  */
+  /* Do *not* warn if tee is given no file arguments.
+     POSIX requires that it work when given no arguments.  */
 
   errs = tee (argc - optind, (const char **) &argv[optind]);
   if (close (0) != 0)