All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/8] cfdisk: remove the mistaken B from the explanation of size suffixes
@ 2015-02-01 14:00 Benno Schulenberg
  2015-02-01 14:00 ` [PATCH 2/8] cfdisk: improve wording and consistency of the size warnings Benno Schulenberg
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Benno Schulenberg @ 2015-02-01 14:00 UTC (permalink / raw)
  To: util-linux

Also reword the explanation to be clearer.  It is not necessary to
be complete -- that is what the man page is for.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
---
 disk-utils/cfdisk.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c
index 9455910..f1d4745 100644
--- a/disk-utils/cfdisk.c
+++ b/disk-utils/cfdisk.c
@@ -1507,8 +1507,8 @@ static int ui_get_size(struct cfdisk *cf, const char *prompt, uintmax_t *res,
 
 		snprintf(buf, sizeof(buf), "%s", dflt);
 		rc = ui_get_string(cf, prompt,
-				_("May be followed by {M,B,G,T}iB "
-				  "(the \"iB\" is optional) or S for sectors."),
+				_("May be followed by M for MiB, G for GiB, "
+				  "T for TiB, or S for sectors."),
 				buf, sizeof(buf));
 		if (rc == 0) {
 			ui_warnx(_("Please, specify size."));
-- 
1.7.0.4


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

end of thread, other threads:[~2015-02-02 10:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-01 14:00 [PATCH 1/8] cfdisk: remove the mistaken B from the explanation of size suffixes Benno Schulenberg
2015-02-01 14:00 ` [PATCH 2/8] cfdisk: improve wording and consistency of the size warnings Benno Schulenberg
2015-02-01 14:00 ` [PATCH 3/8] cfdisk: punctuate the bottombar messages consistently Benno Schulenberg
2015-02-01 14:00 ` [PATCH 4/8] cfdisk: make '?' an alias of 'h', to also show the help screen Benno Schulenberg
2015-02-01 14:00 ` [PATCH 5/8] lib/strutils: accept not just 'B' but also lowercase 'b' in a size suffix Benno Schulenberg
2015-02-01 14:00 ` [PATCH 6/8] libfdisk: actually translate the human-readable name of the partition type Benno Schulenberg
2015-02-01 14:00 ` [PATCH 7/8] build-sys: improve wording and punctuation of several messages Benno Schulenberg
2015-02-01 14:00 ` [PATCH 8/8] docs: add the Sort command to the man page of cfdisk Benno Schulenberg
2015-02-01 19:38   ` J William Piggott
2015-02-01 21:21     ` Peter Cordes
2015-02-02  0:21       ` J William Piggott
2015-02-02  1:12         ` Peter Cordes
2015-02-02 10:03     ` Karel Zak
2015-02-02  9:59 ` [PATCH 1/8] cfdisk: remove the mistaken B from the explanation of size suffixes 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.