summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-02-07 23:05:00 +0100
committerJim Meyering <meyering@redhat.com>2008-02-07 23:06:28 +0100
commit5ae0543737b6a4c7dd84c01dddaa9b244fe62107 (patch)
tree60fb9b38c05b5729d71d4b58dd6157a71c9fe4d0 /ChangeLog
parentdcc6638e460a6bc67814045b14309c0018ada535 (diff)
downloadcoreutils-5ae0543737b6a4c7dd84c01dddaa9b244fe62107.tar.xz
Fix a typo in description of size suffixes: s/GB/G/.
* doc/coreutils.texi (od invocation, head invocation, tail invocation): Spotted by Bert Wesarg.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f37a4ef7c..0cc95ce72 100644
--- 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.