From: Jim Meyering Date: Thu, 12 Jun 2003 06:52:49 +0000 (+0000) Subject: (wc invocation): Tweak wording: wc prints them in X-Git-Tag: v5.0.1~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7c3673528868432f402726177eac6549cc4432b;p=thirdparty%2Fcoreutils.git (wc invocation): Tweak wording: wc prints them in the order `line, word, byte'. Suggestion from Keith M. Briggs. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 8a8fdc4c6f..ffc377d33b 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -112,7 +112,7 @@ * unlink: (coreutils)unlink invocation. Removal via unlink(2). * users: (coreutils)users invocation. Print current user names. * vdir: (coreutils)vdir invocation. List directories verbosely. -* wc: (coreutils)wc invocation. Byte, word, and line counts. +* wc: (coreutils)wc invocation. Line, word, and byte counts. * who: (coreutils)who invocation. Print who is logged in. * whoami: (coreutils)whoami invocation. Print effective user id. * yes: (coreutils)yes invocation. Print a string indefinitely. @@ -225,7 +225,7 @@ Output of parts of files Summarizing files -* wc invocation:: Print byte, word, and line counts. +* wc invocation:: Print line, word, and byte counts. * sum invocation:: Print checksum and block counts. * cksum invocation:: Print CRC checksum and byte counts. * md5sum invocation:: Print or check message-digests. @@ -2506,7 +2506,7 @@ These commands generate just a few numbers representing entire contents of files. @menu -* wc invocation:: Print byte, word, and line counts. +* wc invocation:: Print line, word, and byte counts. * sum invocation:: Print checksum and block counts. * cksum invocation:: Print CRC checksum and byte counts. * md5sum invocation:: Print or check message-digests. @@ -2514,7 +2514,7 @@ contents of files. @node wc invocation -@section @command{wc}: Print byte, word, and line counts +@section @command{wc}: Print line, word, and byte counts @pindex wc @cindex byte count