diff options
author | Jim Meyering <jim@meyering.net> | 2003-06-12 06:59:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-06-12 06:59:45 +0000 |
commit | 07cc4078f140b88dc9791020ef02847d30bd1702 (patch) | |
tree | 0802aa2fe6dec4cb5ba1d0a43252055a1c13f10a | |
parent | e75cbaa33784447e6f6b4858fe9f4c9711d8b322 (diff) | |
download | coreutils-07cc4078f140b88dc9791020ef02847d30bd1702.tar.xz |
Also change `lines' to `newlines'.
-rw-r--r-- | doc/coreutils.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index ffc377d33..73b650e84 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -225,7 +225,7 @@ Output of parts of files Summarizing files -* wc invocation:: Print line, word, and byte counts. +* wc invocation:: Print newline, 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 line, word, and byte counts. +* wc invocation:: Print newline, 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 line, word, and byte counts +@section @command{wc}: Print newline, word, and byte counts @pindex wc @cindex byte count |