Hi Jim,
I spotted typo in your last factorization patch.
Patch to fix that attached, it also removes runcon/chcon item from TODO.

Ondřej
From 26563a7e759b5f9c2515d06b1efe7d1ccc2ca0ca Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= <[EMAIL PROTECTED]>
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 <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 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)
[EMAIL PROTECTED] => 1000*1000*1000 (GibiBytes)
[EMAIL PROTECTED]  => 1024*1024*1024 (GigaBytes)
[EMAIL PROTECTED] => 1000*1000*1000 (GigaBytes)
[EMAIL PROTECTED]  => 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)
[EMAIL PROTECTED] => 1000*1000*1000 (GibiBytes)
[EMAIL PROTECTED]  => 1024*1024*1024 (GigaBytes)
[EMAIL PROTECTED] => 1000*1000*1000 (GigaBytes)
[EMAIL PROTECTED]  => 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

Attachment: signature.asc
Description: Toto je digitálně podepsaná část zprávy

_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to