From: Jim Meyering Date: Wed, 26 Nov 2008 06:12:50 +0000 (+0100) Subject: doc: tail: one more s/bytes/n/ change X-Git-Tag: v7.1~122 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b0312caf6fc31f3f9826da46d7e8fce56cc94261;p=thirdparty%2Fcoreutils.git doc: tail: one more s/bytes/n/ change * doc/coreutils.texi (tail invocation): Make one more @var{bytes} -> @var{n} change. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 092574855c..d949973fbb 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -2703,7 +2703,7 @@ The program accepts the following options. Also see @ref{Common options}. Output the last @var{n} bytes, instead of final lines. However, if @var{n} starts with a @samp{+}, start printing with the @var{n}th byte from the start of each file, instead of from the end. -Appending @samp{b} multiplies @var{bytes} by 512, +Appending @samp{b} multiplies @var{n} by 512, @samp{kB} by 1000, @samp{K} by 1024, @samp{MB} by 1000*1000, @samp{M} by 1024*1024, @samp{GB} by 1000*1000*1000, @samp{G} by 1024*1024*1024,