]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Fix a typo in description of size suffixes: s/GB/G/.
authorJim Meyering <meyering@redhat.com>
Thu, 7 Feb 2008 22:05:00 +0000 (23:05 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 7 Feb 2008 22:06:28 +0000 (23:06 +0100)
* doc/coreutils.texi (od invocation, head invocation, tail invocation):
Spotted by Bert Wesarg.

ChangeLog
THANKS
doc/coreutils.texi

index f37a4ef7c48ad071467f21a60e12f22a54cffaa8..0cc95ce72f5583576e8b323ed7da835361857cde 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-02-07  Jim Meyering  <meyering@redhat.com>
 
+       Fix a typo in description of size suffixes: s/GB/G/.
+       * doc/coreutils.texi (od invocation, head invocation, tail invocation):
+       Spotted by Bert Wesarg.
+
        * NEWS [6.9.90]: Mention the added feature that head, od, split and
        tail now accept the standard size suffixes (kB, M, MB, G, GB, and
        so on for T, P, Y, Z, and Y) on arguments to selected options.
diff --git a/THANKS b/THANKS
index bb536b3ec84a2e63e8198cf681fcaccc4948d639..2a47910c8baca61c25ba8b82742a39bbe2faa253 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -69,6 +69,7 @@ Bernhard Baehr                      bernhard.baehr@gmx.de
 Bernhard Gabler                     bernhard@uni-koblenz.de
 Bernhard Rosenkraenzer              bero@redhat.de
 Bert Deknuydt                       Bert.Deknuydt@esat.kuleuven.ac.be
+Bert Wesarg                         bert.wesarg@googlemail.com
 Bill Peters                         peters@gaffel.as.arizona.edu
 Bjorn Helgaas                       helgaas@rsn.hp.com
 Bob McCracken                       kerouac@ravenet.com
index aca5fbd6acd6115be467356a08cf3a855f6d0b6d..dfab04001ba28daeaea68c6ba04f742b2febab93 100644 (file)
@@ -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