diff options
author | Jim Meyering <jim@meyering.net> | 2003-06-12 06:57:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-06-12 06:57:34 +0000 |
commit | e75cbaa33784447e6f6b4858fe9f4c9711d8b322 (patch) | |
tree | f4c7ecc664ec4597010e8a25da3305ca15fcf860 | |
parent | 65fccc23402e054b18cb80323e6264106ba1ba99 (diff) | |
download | coreutils-e75cbaa33784447e6f6b4858fe9f4c9711d8b322.tar.xz |
Correct wording: wc prints counts in the order `newline, word, byte'.
And change `lines' to `newlines'.
-rw-r--r-- | man/wc.x | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |