From: Jim Meyering Date: Thu, 12 Jun 2003 06:57:34 +0000 (+0000) Subject: Correct wording: wc prints counts in the order `newline, word, byte'. X-Git-Tag: v5.0.1~273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e75cbaa33784447e6f6b4858fe9f4c9711d8b322;p=thirdparty%2Fcoreutils.git Correct wording: wc prints counts in the order `newline, word, byte'. And change `lines' to `newlines'. --- diff --git a/man/wc.x b/man/wc.x index 01519c305f..04cb467ca4 100644 --- a/man/wc.x +++ b/man/wc.x @@ -1,4 +1,4 @@ [NAME] -wc \- print the number of bytes, words, and lines in files +wc \- print the number of newlines, words, and bytes in files [DESCRIPTION] .\" Add any additional description here