diff options
author | Jim Meyering <jim@meyering.net> | 1995-09-19 12:59:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-09-19 12:59:49 +0000 |
commit | 0e15d57a89324fb7f68ec8c5b41656b09ff0a8fd (patch) | |
tree | c495710d3af9aeb6e6a54c22da2bffa2c30039b2 | |
parent | c253d247ca063dac96ad00ed3bfc1d095522ede1 (diff) | |
download | coreutils-0e15d57a89324fb7f68ec8c5b41656b09ff0a8fd.tar.xz |
Rewrite confusing comment.
-rw-r--r-- | src/cat.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. */ |