aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-03-12 22:14:34 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-03-12 22:14:34 +0000
commit4e6d5117b839cef41cd3919966f95bf25d24d8d9 (patch)
tree277c292905fefcdf40530c8c29e87d6b8c5f7864 /include/usage.h
parent4e6c8120a53709c4a352db42e997303844c74584 (diff)
downloadbusybox-w32-4e6d5117b839cef41cd3919966f95bf25d24d8d9.tar.gz
busybox-w32-4e6d5117b839cef41cd3919966f95bf25d24d8d9.tar.bz2
busybox-w32-4e6d5117b839cef41cd3919966f95bf25d24d8d9.zip
inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames
of variable/function names Total: -2474 bytes text data bss dec hex filename 802215 661 7452 810328 c5d58 busybox_old 800120 661 7428 808209 c5511 busybox_unstripped
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/include/usage.h b/include/usage.h
index a6d970de6..76beb176f 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1597,7 +1597,7 @@ USE_FEATURE_BRCTL_FANCY("\n" \
1597 " -a De/configure all interfaces automatically\n" \ 1597 " -a De/configure all interfaces automatically\n" \
1598 " -i FILE Use FILE for interface definitions\n" \ 1598 " -i FILE Use FILE for interface definitions\n" \
1599 " -n Print out what would happen, but don't do it\n" \ 1599 " -n Print out what would happen, but don't do it\n" \
1600 " (note that this option doesn't disable mappings)\n" \ 1600 " (note: doesn't disable mappings)\n" \
1601 " -v Print out what would happen before doing it\n" \ 1601 " -v Print out what would happen before doing it\n" \
1602 " -m Don't run any mappings\n" \ 1602 " -m Don't run any mappings\n" \
1603 " -f Force de/configuration" 1603 " -f Force de/configuration"
@@ -1609,19 +1609,21 @@ USE_FEATURE_BRCTL_FANCY("\n" \
1609 " -a De/configure all interfaces automatically\n" \ 1609 " -a De/configure all interfaces automatically\n" \
1610 " -i FILE Use FILE for interface definitions\n" \ 1610 " -i FILE Use FILE for interface definitions\n" \
1611 " -n Print out what would happen, but don't do it\n" \ 1611 " -n Print out what would happen, but don't do it\n" \
1612 " (note that this option doesn't disable mappings)\n" \ 1612 " (note: doesn't disable mappings)\n" \
1613 " -v Print out what would happen before doing it\n" \ 1613 " -v Print out what would happen before doing it\n" \
1614 " -m Don't run any mappings\n" \ 1614 " -m Don't run any mappings\n" \
1615 " -f Force de/configuration" 1615 " -f Force de/configuration"
1616 1616
1617#define inetd_trivial_usage \ 1617#define inetd_trivial_usage \
1618 "[-f] [-q len] [conf]" 1618 "[-fe] [-q N] [-R N] [CONFFILE]"
1619#define inetd_full_usage \ 1619#define inetd_full_usage \
1620 "Listen for network connections and launch programs" \ 1620 "Listen for network connections and launch programs\n" \
1621 "\n\nOptions:\n" \ 1621 "\nOptions:" \
1622 " -f Run in foreground\n" \ 1622 "\n -f Run in foreground" \
1623 " -q N Set the size of the socket listen queue to N\n" \ 1623 "\n -e Log to stderr" \
1624 " (default: 128)" 1624 "\n -q N Socket listen queue (default: 128)" \
1625 "\n -R N Pause services after N connects/min" \
1626 "\n (default: 0 - disabled)"
1625 1627
1626#define init_trivial_usage \ 1628#define init_trivial_usage \
1627 "" 1629 ""