remove some spaces that mess up autodocifier.pl
authorEric Andersen <andersen@codepoet.org>
Thu, 11 Dec 2003 01:18:07 +0000 (01:18 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 11 Dec 2003 01:18:07 +0000 (01:18 -0000)
include/usage.h

index 7cce349040bccd6a452727e4d24bce843adb6d0c..21fb2afe605346fefaba1b8df9811e0542f7e920 100644 (file)
        "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" \