]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: fix typo in units factorization, removed TODO items
authorOndřej Vašík <ovasik@redhat.com>
Wed, 26 Nov 2008 15:00:57 +0000 (16:00 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 26 Nov 2008 15:18:50 +0000 (16:18 +0100)
* doc/coreutils: switch typo (switched gibibytes/gigabytes)
* TODO:          removed missing chcon and runcon documentation from list

TODO
doc/coreutils.texi

diff --git a/TODO b/TODO
index 7eaa15789578dd8f24a178ce29fdf5959aafa0ae..f38c0b66c36c33013540e7f3a4772544e7eab233 100644 (file)
--- a/TODO
+++ b/TODO
@@ -12,8 +12,6 @@ Modify chmod so that it does not change an inode's st_ctime
   Discussed more recently on <http://bugs.debian.org/497514>.
 
 document the following in coreutils.texi:
-  runcon
-  chcon
   mktemp
   [
   pinky
index 16acd7e107a76a489cfb0ac2acfe39631ce7fc5c..cf56cadb20f8c6a9eeae13840d22f45ba8ccbc51 100644 (file)
@@ -630,8 +630,8 @@ multiplicative suffixes:
 @samp{K}  =>           1024 (KibiBytes)
 @samp{MB} =>      1000*1000 (MegaBytes)
 @samp{M}  =>      1024*1024 (MebiBytes)
-@samp{GB} => 1000*1000*1000 (GibiBytes)
-@samp{G}  => 1024*1024*1024 (GigaBytes)
+@samp{GB} => 1000*1000*1000 (GigaBytes)
+@samp{G}  => 1024*1024*1024 (GibiBytes)
 @end example
 and so on for @samp{T}, @samp{P}, @samp{E}, @samp{Z}, and @samp{Y}.
 @end macro
@@ -645,8 +645,8 @@ multiplicative suffixes:
 @samp{K}  =>           1024 (KibiBytes)
 @samp{MB} =>      1000*1000 (MegaBytes)
 @samp{M}  =>      1024*1024 (MebiBytes)
-@samp{GB} => 1000*1000*1000 (GibiBytes)
-@samp{G}  => 1024*1024*1024 (GigaBytes)
+@samp{GB} => 1000*1000*1000 (GigaBytes)
+@samp{G}  => 1024*1024*1024 (GibiBytes)
 @end example
 and so on for @samp{T}, @samp{P}, @samp{E}, @samp{Z}, and @samp{Y}.
 @end macro