projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75eb9d2
)
udhcpc: document SIGUSRn effect in help text
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 25 Dec 2010 05:21:54 +0000
(06:21 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 25 Dec 2010 05:21:54 +0000
(06:21 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/udhcp/dhcpc.c
patch
|
blob
|
history
diff --git
a/networking/udhcp/dhcpc.c
b/networking/udhcp/dhcpc.c
index 78aabedf21e93e3220c91786cac0e5e2e061e3db..7e5ab61fd64639db1c925a1689e58f1f4253ea89 100644
(file)
--- a/
networking/udhcp/dhcpc.c
+++ b/
networking/udhcp/dhcpc.c
@@
-926,6
+926,10
@@
static void client_background(void)
//usage: "\n -v Verbose"
//usage: )
//usage: )
+//usage: "\nSignals:"
+//usage: "\n USR1 Renew current lease"
+//usage: "\n USR2 Release current lease"
+
int udhcpc_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
int udhcpc_main(int argc UNUSED_PARAM, char **argv)