aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-12-11 01:18:07 +0000
committerEric Andersen <andersen@codepoet.org>2003-12-11 01:18:07 +0000
commitde4f07e56e73abb2c3614b978e44fec749ad9e51 (patch)
treea5babf630029f2537f62873e4e32b2a41669ce5d /include
parent9f6c12a42efbd8bc028b1385ae18531170edb12e (diff)
downloadbusybox-de4f07e56e73abb2c3614b978e44fec749ad9e51.tar.gz
remove some spaces that mess up autodocifier.pl
Diffstat (limited to 'include')
-rw-r--r--include/usage.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h
index 7cce34904..21fb2afe6 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1284,20 +1284,20 @@
"SCOPE-ID := [ host | link | global | NUMBER ]\n"
#ifndef CONFIG_FEATURE_IPCALC_FANCY
-# define ipcalc_trivial_usage \
+#define ipcalc_trivial_usage \
"[--broadcast] [--netmask] [--network] ipaddr <netmask>"
-# define ipcalc_full_usage \
+#define ipcalc_full_usage \
"Calculate IP network settings from a IP address\n\n" \
"Options:\n" \
"\t-b\t--broadcast\tDisplay calculated broadcast address.\n" \
"\t-n\t--netmask\tDisplay default netmask for IP.\n" \
"\t-w\t--network\tDisplay calculated network address."
#else
-# define ipcalc_trivial_usage \
+#define ipcalc_trivial_usage \
"[OPTION]... ipaddr <netmask>"
-# define ipcalc_full_usage \
+#define ipcalc_full_usage \
"Calculate IP network settings from a IP address\n\n" \
"Options:\n" \
"\t-b\t--broadcast\tDisplay calculated broadcast address.\n" \