]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Rewrite confusing comment.
authorJim Meyering <jim@meyering.net>
Tue, 19 Sep 1995 12:59:49 +0000 (12:59 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 19 Sep 1995 12:59:49 +0000 (12:59 +0000)
src/cat.c

index b81f3c673e9b8b5016d153dd9722aa074ebf78ef..d216c33d9a399b09a86e3c56e2720399d25c9515 100644 (file)
--- a/src/cat.c
+++ b/src/cat.c
@@ -17,8 +17,8 @@
 \f
 /* Differences from the Unix cat:
    * Always unbuffered, -u is ignored.
-   * 100 times faster with -v -u.
-   * 20 times faster with -v.
+   * Usually much faster than other versions of cat, the difference
+   is especially apparent when using the -v option.
 
    By tege@sics.se, Torbjorn Granlund, advised by rms, Richard Stallman. */