From: Bruno Haible Date: Sat, 23 Aug 2008 13:50:17 +0000 (+0200) Subject: doc: clarify wc -L documentation X-Git-Tag: v7.0~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f325d180cf444f399f4e31aab5cbe615f4b73e65;p=thirdparty%2Fcoreutils.git doc: clarify wc -L documentation * doc/coreutils.texi (wc invocation): Explain what the -L option measures. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 229154281d..3a04176c73 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -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}.