diff options
author | Pere Orga <gotrunks@gmail.com> | 2011-04-11 03:29:49 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-04-11 03:29:49 +0200 |
commit | 5bc8c005a8e15c43285bc595a8d404de67a482ac (patch) | |
tree | 98f2d35d1db26f4d8cba5f095ff63bf8e2e8d980 /networking/inetd.c | |
parent | 73ef15cf3894716c1393ed21dee6e6bb2cdbc90f (diff) | |
download | busybox-w32-5bc8c005a8e15c43285bc595a8d404de67a482ac.tar.gz busybox-w32-5bc8c005a8e15c43285bc595a8d404de67a482ac.tar.bz2 busybox-w32-5bc8c005a8e15c43285bc595a8d404de67a482ac.zip |
move remaining help text from include/usage.src.h
Signed-off-by: Pere Orga <gotrunks@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/inetd.c')
-rw-r--r-- | networking/inetd.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/networking/inetd.c b/networking/inetd.c index 6018665ef..226a6491c 100644 --- a/networking/inetd.c +++ b/networking/inetd.c | |||
@@ -154,6 +154,17 @@ | |||
154 | * setuid() | 154 | * setuid() |
155 | */ | 155 | */ |
156 | 156 | ||
157 | //usage:#define inetd_trivial_usage | ||
158 | //usage: "[-fe] [-q N] [-R N] [CONFFILE]" | ||
159 | //usage:#define inetd_full_usage "\n\n" | ||
160 | //usage: "Listen for network connections and launch programs\n" | ||
161 | //usage: "\nOptions:" | ||
162 | //usage: "\n -f Run in foreground" | ||
163 | //usage: "\n -e Log to stderr" | ||
164 | //usage: "\n -q N Socket listen queue (default: 128)" | ||
165 | //usage: "\n -R N Pause services after N connects/min" | ||
166 | //usage: "\n (default: 0 - disabled)" | ||
167 | |||
157 | #include <syslog.h> | 168 | #include <syslog.h> |
158 | #include <sys/un.h> | 169 | #include <sys/un.h> |
159 | 170 | ||