diff options
author | Denys Vlasenko | 2009-06-18 13:23:58 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-06-18 13:23:58 +0200 |
commit | bcbd37df2495359195b0deda7c85deacc9b3ff13 (patch) | |
tree | bcbbf5011f4972def1e79210f23bcacc04d73ff2 /networking/Config.in | |
parent | 14f6f0ad4a9d07f927b96b08c20d7ea546318517 (diff) | |
download | busybox-bcbd37df2495359195b0deda7c85deacc9b3ff13.zip busybox-bcbd37df2495359195b0deda7c85deacc9b3ff13.tar.gz |
tweak Config texts and some broken English elsewhere
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/networking/Config.in b/networking/Config.in index 6e3ed0f..861d963 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -17,7 +17,11 @@ config FEATURE_UNIX_LOCAL default n help Enable Unix domain socket support in all busybox networking - applets. + applets. Address of the form local:/path/to/unix/socket + will be recognized. + + This extension is almost never used in real world usage. + You most likely want to say N. config FEATURE_PREFER_IPV4_ADDRESS bool "Prefer IPv4 addresses from DNS queries" @@ -833,15 +837,14 @@ config TFTP_DEBUG default n depends on TFTP || TFTPD help - Enable debug settings for tftp. This is useful if you're running - into problems with tftp as the protocol doesn't help you much when - you run into problems. + Make tftp[d] print debugging messages on stderr. + This is useful if you are diagnosing a bug in tftp[d]. config TRACEROUTE bool "traceroute" default n help - Utility to trace the route of IP packets + Utility to trace the route of IP packets. config FEATURE_TRACEROUTE_VERBOSE bool "Enable verbose output" |