From 26563a7e759b5f9c2515d06b1efe7d1ccc2ca0ca Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= Date: Wed, 26 Nov 2008 16:00:57 +0100 Subject: [PATCH] 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 --- TODO | 2 -- doc/coreutils.texi | 8 ++++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/TODO b/TODO index 7eaa157..f38c0b6 100644 --- 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 . document the following in coreutils.texi: - runcon - chcon mktemp [ pinky diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 16acd7e..cf56cad 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) address@hidden => 1000*1000*1000 (GibiBytes) address@hidden => 1024*1024*1024 (GigaBytes) address@hidden => 1000*1000*1000 (GigaBytes) address@hidden => 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) address@hidden => 1000*1000*1000 (GibiBytes) address@hidden => 1024*1024*1024 (GigaBytes) address@hidden => 1000*1000*1000 (GigaBytes) address@hidden => 1024*1024*1024 (GibiBytes) @end example and so on for @samp{T}, @samp{P}, @samp{E}, @samp{Z}, and @samp{Y}. @end macro -- 1.5.6.1.156.ge903b