summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-11-26 07:12:50 +0100
committerJim Meyering <meyering@redhat.com>2008-11-26 15:36:55 +0100
commitb0312caf6fc31f3f9826da46d7e8fce56cc94261 (patch)
tree4095431289258f4a5da0971999a76aed869bd319 /doc
parent1c318d52de2ae0edd8584bdc53562c10f8bd984b (diff)
downloadcoreutils-b0312caf6fc31f3f9826da46d7e8fce56cc94261.tar.xz
doc: tail: one more s/bytes/n/ change
* doc/coreutils.texi (tail invocation): Make one more @var{bytes} -> @var{n} change.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 092574855..d949973fb 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,