]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: tail: one more s/bytes/n/ change
authorJim Meyering <meyering@redhat.com>
Wed, 26 Nov 2008 06:12:50 +0000 (07:12 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 26 Nov 2008 14:36:55 +0000 (15:36 +0100)
* doc/coreutils.texi (tail invocation): Make one more
@var{bytes} -> @var{n} change.

doc/coreutils.texi

index 092574855c11908fe2573a9e36a13a1750f5b00a..d949973fbb2ec0ff678917fb150cd6d30ee8ef9f 100644 (file)
@@ -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,