]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Correct wording: wc prints counts in the order `newline, word, byte'.
authorJim Meyering <jim@meyering.net>
Thu, 12 Jun 2003 06:57:34 +0000 (06:57 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 12 Jun 2003 06:57:34 +0000 (06:57 +0000)
And change `lines' to `newlines'.

man/wc.x

index 01519c305fd6fa5f170dcf92cc1def1665167f32..04cb467ca49c19d56a2203e82a47a354dfd1c09b 100644 (file)
--- 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