summaryrefslogtreecommitdiff
path: root/src/cat.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-09-19 12:59:49 +0000
committerJim Meyering <jim@meyering.net>1995-09-19 12:59:49 +0000
commit0e15d57a89324fb7f68ec8c5b41656b09ff0a8fd (patch)
treec495710d3af9aeb6e6a54c22da2bffa2c30039b2 /src/cat.c
parentc253d247ca063dac96ad00ed3bfc1d095522ede1 (diff)
downloadcoreutils-0e15d57a89324fb7f68ec8c5b41656b09ff0a8fd.tar.xz
Rewrite confusing comment.
Diffstat (limited to 'src/cat.c')
-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. */