[BusyBox] [PATCH] Missing "\" in usage.h

Jim Treadway jim at stardot-tech.com
Mon Apr 8 18:59:04 UTC 2002


This fixes a small error that causes part of the help for dpkg to always 
be included in the .rodata segment.

It looks like this is also present in the development branch.

I noticed this because the uClinux distribution version always pulls in
the help for modprobe, which is quite large ;) and dpkg.  Note that the 
usage for modprobe in busybox.stable is already "fixed" though.


Jim


--- include/usage.h	6 Apr 2002 23:16:44 -0000	1.86
+++ include/usage.h	9 Apr 2002 00:52:13 -0000
@@ -318,7 +318,7 @@
 	"\t-d\toutput will be in DOS format"
 
 #define dpkg_trivial_usage \
-	"-i package_file\n"
+	"-i package_file\n" \
 	"[-CPru] package_name"
 #define dpkg_full_usage \
 	"\t-i\tInstall the package\n" \





More information about the busybox mailing list