doc: clarify wc -L documentation
authorBruno Haible <bruno@clisp.org>
Sat, 23 Aug 2008 13:50:17 +0000 (15:50 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 23 Aug 2008 13:52:02 +0000 (15:52 +0200)
* doc/coreutils.texi (wc invocation): Explain what the -L option
measures.

doc/coreutils.texi

index 2291542..3a04176 100644 (file)
@@ -3137,7 +3137,9 @@ prints both the byte counts and the word counts.
 
 With the @option{--max-line-length} option, @command{wc} prints the length
 of the longest line per file, and if there is more than one file it
-prints the maximum (not the sum) of those lengths.
+prints the maximum (not the sum) of those lengths.  The line lengths here
+are measured in screen columns, according to the current locale and
+assuming tab positions in every 8th column.
 
 The program accepts the following options.  Also see @ref{Common options}.