diff options
author | Jim Meyering <meyering@redhat.com> | 2008-11-26 07:12:50 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-11-26 15:36:55 +0100 |
commit | b0312caf6fc31f3f9826da46d7e8fce56cc94261 (patch) | |
tree | 4095431289258f4a5da0971999a76aed869bd319 /doc | |
parent | 1c318d52de2ae0edd8584bdc53562c10f8bd984b (diff) | |
download | coreutils-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.texi | 2 |
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, |