svn commit: trunk/busybox/util-linux

Bernhard Fischer rep.nop at aon.at
Tue Jan 2 11:26:55 PST 2007


On Tue, Jan 02, 2007 at 08:45:06AM -0800, vda at busybox.net wrote:
>Author: vda
>Date: 2007-01-02 08:45:05 -0800 (Tue, 02 Jan 2007)
>New Revision: 17132
>
>Log:
>silly style fixes
>
>
>Modified:
>   trunk/busybox/util-linux/fdisk_osf.c
>
>
>Changeset:
>Modified: trunk/busybox/util-linux/fdisk_osf.c
>===================================================================
>--- trunk/busybox/util-linux/fdisk_osf.c	2007-01-02 16:32:16 UTC (rev 17131)
>+++ trunk/busybox/util-linux/fdisk_osf.c	2007-01-02 16:45:05 UTC (rev 17132)

>+	puts(_("Command action"));

Some misguided folk apparently removed the
/* NLS crap. Wipe me! */
#define _(a) (a)
from platform.h and put those silly defines back into individual .c
files.

Let's do away with these superfluous _("hohoho") stuff when you touch
them, please..

>+	puts(_("\td\tdelete a BSD partition"));
>+	puts(_("\te\tedit drive data"));
>+	puts(_("\ti\tinstall bootstrap"));
>+	puts(_("\tl\tlist known filesystem types"));
>+	puts(_("\tm\tprint this menu"));
>+	puts(_("\tn\tadd a new BSD partition"));
>+	puts(_("\tp\tprint BSD partition table"));
>+	puts(_("\tq\tquit without saving changes"));
>+	puts(_("\tr\treturn to main menu"));
>+	puts(_("\ts\tshow complete disklabel"));
>+	puts(_("\tt\tchange a partition's filesystem id"));
>+	puts(_("\tu\tchange units (cylinders/sectors)"));
>+	puts(_("\tw\twrite disklabel to disk"));
>+#if !defined(__alpha__)
>+	puts(_("\tx\tlink BSD partition to non-BSD partition"));
> #endif
> }
>@@ -475,8 +478,8 @@
> 
> 	snprintf(mesg, sizeof(mesg), _("Last %s or +size or +sizeM or +sizeK"),
> 		str_units(SINGULAR));



More information about the busybox mailing list