aboutsummaryrefslogtreecommitdiff
path: root/docs/ifupdown_design.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ifupdown_design.txt')
-rw-r--r--docs/ifupdown_design.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ifupdown_design.txt b/docs/ifupdown_design.txt
index 9df579289..8008e4507 100644
--- a/docs/ifupdown_design.txt
+++ b/docs/ifupdown_design.txt
@@ -26,7 +26,7 @@ static int dhcp_down(struct interface_defn_t *ifd, execfn *exec)
26 } 26 }
27 bb_error_msg("no dhcp clients found, using static interface shutdown"); 27 bb_error_msg("no dhcp clients found, using static interface shutdown");
28 return static_down(ifd, exec); 28 return static_down(ifd, exec);
29#elif ENABLE_APP_UDHCPC 29#elif ENABLE_UDHCPC
30 return execute("kill " 30 return execute("kill "
31 "`cat /var/run/udhcpc.%iface%.pid` 2>/dev/null", ifd, exec); 31 "`cat /var/run/udhcpc.%iface%.pid` 2>/dev/null", ifd, exec);
32#else 32#else