From 0e15d57a89324fb7f68ec8c5b41656b09ff0a8fd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 19 Sep 1995 12:59:49 +0000 Subject: Rewrite confusing comment. --- src/cat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cat.c') 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. */ -- cgit v1.2.3-54-g00ecf