From 5ae0543737b6a4c7dd84c01dddaa9b244fe62107 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 7 Feb 2008 23:05:00 +0100 Subject: Fix a typo in description of size suffixes: s/GB/G/. * doc/coreutils.texi (od invocation, head invocation, tail invocation): Spotted by Bert Wesarg. --- doc/coreutils.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/coreutils.texi b/doc/coreutils.texi index aca5fbd6a..dfab04001 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -1668,7 +1668,7 @@ hexadecimal; otherwise, if it begins with @samp{0}, in octal; otherwise, in decimal. Appending @samp{b} multiplies @var{bytes} 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{GB} by 1024*1024*1024, +@samp{GB} by 1000*1000*1000, @samp{G} by 1024*1024*1024, and so on for @samp{T}, @samp{P}, @samp{E}, @samp{Z}, and @samp{Y}. @item -N @var{bytes} @@ -2501,7 +2501,7 @@ print all but the last @var{n} bytes of each file. 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{GB} by 1024*1024*1024, +@samp{GB} by 1000*1000*1000, @samp{G} by 1024*1024*1024, and so on for @samp{T}, @samp{P}, @samp{E}, @samp{Z}, and @samp{Y}. @itemx -n @var{n} @@ -2590,7 +2590,7 @@ However, if @var{n} starts with a @samp{+}, start printing with the Appending @samp{b} multiplies @var{bytes} 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{GB} by 1024*1024*1024, +@samp{GB} by 1000*1000*1000, @samp{G} by 1024*1024*1024, and so on for @samp{T}, @samp{P}, @samp{E}, @samp{Z}, and @samp{Y}. @item -f -- cgit v1.2.3-54-g00ecf