[patch] (janitorial) include/usage.h

Cristian Ionescu-Idbohrn cristian.ionescu-idbohrn at axis.com
Sat Sep 24 09:19:01 UTC 2005


* include/usage.h contains:
  End-of-line whitespace, char positions 7814 106927
* missing new line in ipcalc usage block

Patch attached, please apply.

Cheers,
Cristian
-------------- next part --------------
--- include/usage.h.orig	2005-09-24 09:21:06.000000000 +0200
+++ include/usage.h	2005-09-24 11:14:47.000000000 +0200
@@ -235,7 +235,7 @@
 	""
 #define bbconfig_full_usage \
 	"Print the config file which built busybox\n"
-       
+
 #define cp_trivial_usage \
 	"[OPTION]... SOURCE DEST"
 #define cp_full_usage \
@@ -1453,7 +1453,7 @@
 	"\t-n\t--network\tDisplay calculated network address\n" \
 	"\t-m\t--netmask\tDisplay default netmask for IP." \
 	XUSAGE_IPCALC_FANCY( \
-	"\n\t-p\t--prefix\tDisplay the prefix for IP/NETMASK." \
+	"\n\t-p\t--prefix\tDisplay the prefix for IP/NETMASK.\n" \
 	"\t-h\t--hostname\tDisplay first resolved host name\n" \
 	"\t-s\t--silent\tDon't ever display error messages.")
 
@@ -3021,7 +3021,7 @@
 	"\t\t(default 0)\n" \
 	"\t-w wait\tSet the time (in seconds) to wait for a response to a probe\n" \
 	"\t\t(default 3 sec.)\n" \
-	"\t-g\tSpecify a loose source route gateway (8 maximum)" 
+	"\t-g\tSpecify a loose source route gateway (8 maximum)"
 
 
 #define true_trivial_usage \


More information about the busybox mailing list