summaryrefslogtreecommitdiff
path: root/man/wc.x
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-12 06:57:34 +0000
committerJim Meyering <jim@meyering.net>2003-06-12 06:57:34 +0000
commite75cbaa33784447e6f6b4858fe9f4c9711d8b322 (patch)
treef4c7ecc664ec4597010e8a25da3305ca15fcf860 /man/wc.x
parent65fccc23402e054b18cb80323e6264106ba1ba99 (diff)
downloadcoreutils-e75cbaa33784447e6f6b4858fe9f4c9711d8b322.tar.gz
Correct wording: wc prints counts in the order `newline, word, byte'.
And change `lines' to `newlines'.
Diffstat (limited to 'man/wc.x')
-rw-r--r--man/wc.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/wc.x b/man/wc.x
index 01519c305..04cb467ca 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