aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-06-18 13:23:58 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-06-18 13:23:58 +0200
commitbcbd37df2495359195b0deda7c85deacc9b3ff13 (patch)
treebcbbf5011f4972def1e79210f23bcacc04d73ff2 /networking
parent14f6f0ad4a9d07f927b96b08c20d7ea546318517 (diff)
downloadbusybox-w32-bcbd37df2495359195b0deda7c85deacc9b3ff13.tar.gz
busybox-w32-bcbd37df2495359195b0deda7c85deacc9b3ff13.tar.bz2
busybox-w32-bcbd37df2495359195b0deda7c85deacc9b3ff13.zip
tweak Config texts and some broken English elsewhere
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r--networking/Config.in13
1 files changed, 8 insertions, 5 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 6e3ed0fad..861d96346 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -17,7 +17,11 @@ config FEATURE_UNIX_LOCAL
17 default n 17 default n
18 help 18 help
19 Enable Unix domain socket support in all busybox networking 19 Enable Unix domain socket support in all busybox networking
20 applets. 20 applets. Address of the form local:/path/to/unix/socket
21 will be recognized.
22
23 This extension is almost never used in real world usage.
24 You most likely want to say N.
21 25
22config FEATURE_PREFER_IPV4_ADDRESS 26config FEATURE_PREFER_IPV4_ADDRESS
23 bool "Prefer IPv4 addresses from DNS queries" 27 bool "Prefer IPv4 addresses from DNS queries"
@@ -833,15 +837,14 @@ config TFTP_DEBUG
833 default n 837 default n
834 depends on TFTP || TFTPD 838 depends on TFTP || TFTPD
835 help 839 help
836 Enable debug settings for tftp. This is useful if you're running 840 Make tftp[d] print debugging messages on stderr.
837 into problems with tftp as the protocol doesn't help you much when 841 This is useful if you are diagnosing a bug in tftp[d].
838 you run into problems.
839 842
840config TRACEROUTE 843config TRACEROUTE
841 bool "traceroute" 844 bool "traceroute"
842 default n 845 default n
843 help 846 help
844 Utility to trace the route of IP packets 847 Utility to trace the route of IP packets.
845 848
846config FEATURE_TRACEROUTE_VERBOSE 849config FEATURE_TRACEROUTE_VERBOSE
847 bool "Enable verbose output" 850 bool "Enable verbose output"