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 b81f3c6..d216c33 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. */