diff options
author | Ondřej Vašík <ovasik@redhat.com> | 2008-11-26 16:00:57 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-11-26 16:18:50 +0100 |
commit | fc3b301d4faf666195e5913e319a553a9066ef2c (patch) | |
tree | 6ef6b824c38262f124b9bf30dc0052fc544e3949 | |
parent | c7e971bee0aa606eef67c0f77711e3feeb5025f3 (diff) | |
download | coreutils-fc3b301d4faf666195e5913e319a553a9066ef2c.tar.xz |
doc: fix typo in units factorization, removed TODO items
* doc/coreutils: switch typo (switched gibibytes/gigabytes)
* TODO: removed missing chcon and runcon documentation from list
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | doc/coreutils.texi | 8 |
2 files changed, 4 insertions, 6 deletions
@@ -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 diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 16acd7e10..cf56cadb2 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -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 |