]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* coreutils.texi (wc invocation): When giving the order in which
authorJim Meyering <jim@meyering.net>
Sat, 28 Oct 2006 16:19:05 +0000 (18:19 +0200)
committerJim Meyering <jim@meyering.net>
Sat, 28 Oct 2006 16:19:05 +0000 (18:19 +0200)
the various "counts" are listed, also mention "maximum line length".
Prompted by a report from Vincent LeFevre.

doc/ChangeLog
doc/coreutils.texi

index 0e0b5c2a0b6febd5edb9ef6b7c05476ecaf7daac..7b97fc2b0569c80ff4ba92941e5d13d566c56a4e 100644 (file)
@@ -1,3 +1,9 @@
+2006-10-27  Jim Meyering  <jim@meyering.net>
+
+       * coreutils.texi (wc invocation): When giving the order in which
+       the various "counts" are listed, also mention "maximum line length".
+       Prompted by a report from Vincent LeFevre.
+
 2006-10-23  Jim Meyering  <jim@meyering.net>
 
        * coreutils.texi (rm invocation): Describe --one-file-system.
index ee81792462005ed92b0b3d2cfc19df4b32dee6bc..3cf34af9bb7e50034f7cb93245b5bdccdb96dee2 100644 (file)
@@ -2950,7 +2950,8 @@ wc [@var{option}]@dots{} [@var{file}]@dots{}
 given as an argument, it prints the file name following the counts.  If
 more than one @var{file} is given, @command{wc} prints a final line
 containing the cumulative counts, with the file name @file{total}.  The
-counts are printed in this order: newlines, words, characters, bytes.
+counts are printed in this order: newlines, words, characters, bytes,
+maximum line length.
 Each count is printed right-justified in a field with at least one
 space between fields so that the numbers and file names normally line
 up nicely in columns.  The width of the count fields varies depending