Davidlohr Bueso wrote: > Subject: [PATCH 5/8] sfdisk: fix silly mbyte typo > > From: Davidlohr Bueso <dave@xxxxxxx> > > Signed-off-by: Davidlohr Bueso <dave@xxxxxxx> > > --- > 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 not silly: http://en.wikipedia.org/wiki/Mebibyte Have a nice day, Berny -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html