From: Jim Meyering Date: Tue, 19 Sep 1995 12:59:49 +0000 (+0000) Subject: Rewrite confusing comment. X-Git-Tag: TEXTUTILS-1_12_2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e15d57a89324fb7f68ec8c5b41656b09ff0a8fd;p=thirdparty%2Fcoreutils.git Rewrite confusing comment. --- diff --git a/src/cat.c b/src/cat.c index b81f3c673e..d216c33d9a 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. */