All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sfdisk (out_partition_header): improve F_MEGABYTE header [WAS: [PATCH 5/8] sfdisk: fix silly mbyte typo]
@ 2012-04-17  8:42 Bernhard Voelker
  2012-04-17 13:56 ` [PATCH 5/8] sfdisk: fix silly mbyte typo Pádraig Brady
  0 siblings, 1 reply; 14+ messages in thread
From: Bernhard Voelker @ 2012-04-17  8:42 UTC (permalink / raw)
  To: util-linux, Karel Zak, Davidlohr Bueso

Karel Zak wrote:

> On Mon, Apr 16, 2012 at 12:22:12PM +0200, Voelker, Bernhard wrote:
> > Maybe this is better?
> > 
> > -	printf(_("Units = mebibytes of 1048576 bytes, blocks of 1024 bytes"
> > +	printf(_("Units = 1MiB, blocks of 1024*1024 bytes"
> 
>  +1


>From d54cd212b7ac410669ed61e75717acdb67de2fa3 Mon Sep 17 00:00:00 2001
From: Bernhard Voelker <mail@bernhard-voelker.de>
Date: Tue, 17 Apr 2012 10:37:21 +0200
Subject: [PATCH] sfdisk (out_partition_header): improve F_MEGABYTE header

Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
---
 fdisk/sfdisk.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fdisk/sfdisk.c b/fdisk/sfdisk.c
index 95e5828..a2684fb 100644
--- a/fdisk/sfdisk.c
+++ b/fdisk/sfdisk.c
@@ -929,7 +929,7 @@ out_partition_header(char *dev, int format, struct geometry G) {
 	printf(_("   Device Boot   Start       End    #blocks   Id  System\n"));
 	break;
     case F_MEGABYTE:
-	printf(_("Units = mebibytes of 1048576 bytes, blocks of 1024 bytes"
+	printf(_("Units = 1MiB, blocks of 1024*1024 bytes"
 		 ", counting from %d\n\n"), increment);
 	printf(_("   Device Boot Start   End    MiB    #blocks   Id  System\n"));
 	break;
-- 
1.7.7


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [PATCH 5/8] sfdisk: fix silly mbyte typo
@ 2012-04-16  9:44 Davidlohr Bueso
  2012-04-16  9:53 ` Voelker, Bernhard
  0 siblings, 1 reply; 14+ messages in thread
From: Davidlohr Bueso @ 2012-04-16  9:44 UTC (permalink / raw)
  To: Karel Zak; +Cc: util-linux

From: Davidlohr Bueso <dave@gnu.org>

Signed-off-by: Davidlohr Bueso <dave@gnu.org>

---
 fdisk/sfdisk.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fdisk/sfdisk.c b/fdisk/sfdisk.c
index 8bd27da..f81a7fa 100644
--- a/fdisk/sfdisk.c
+++ b/fdisk/sfdisk.c
@@ -930,7 +930,7 @@ out_partition_header(char *dev, int format, struct geometry G) {
 	printf(_("   Device Boot   Start       End    #blocks   Id  System\n"));
 	break;
     case F_MEGABYTE:
-	printf(_("Units = mebibytes of 1048576 bytes, blocks of 1024 bytes"
+	printf(_("Units = megabytes of 1048576 bytes, blocks of 1024 bytes"
 		 ", counting from %d\n\n"), increment);
 	printf(_("   Device Boot Start   End    MiB    #blocks   Id  System\n"));
 	break;
-- 
1.7.4.1





^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-04-23 10:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-17  8:42 [PATCH] sfdisk (out_partition_header): improve F_MEGABYTE header [WAS: [PATCH 5/8] sfdisk: fix silly mbyte typo] Bernhard Voelker
2012-04-17 13:56 ` [PATCH 5/8] sfdisk: fix silly mbyte typo Pádraig Brady
2012-04-17 14:14   ` Bernhard Voelker
2012-04-17 14:32     ` Pádraig Brady
2012-04-17 14:48       ` Karel Zak
2012-04-17 14:59         ` Bernhard Voelker
2012-04-18  6:50           ` Bernhard Voelker
2012-04-18 10:46             ` Pádraig Brady
2012-04-23 10:48             ` Karel Zak
  -- strict thread matches above, loose matches on Subject: below --
2012-04-16  9:44 Davidlohr Bueso
2012-04-16  9:53 ` Voelker, Bernhard
2012-04-16 10:13   ` Davidlohr Bueso
2012-04-16 10:22     ` Voelker, Bernhard
2012-04-16 10:27       ` Karel Zak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.