summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cat.c b/src/cat.c
index b81f3c673..d216c33d9 100644
--- a/src/cat.c
+++ b/src/cat.c
@@ -17,8 +17,8 @@
/* 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. */