diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-18 11:21:07 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-18 11:21:07 +0000 |
commit | 38fc692e380d47a332db0e44ec0ca900195fe6a8 (patch) | |
tree | 29d8cae447fad87b57600f839a7df5c005789e9e | |
parent | 074fe347b7d8c4ce48f721c170822420a58b4d35 (diff) |
- improve wording in some help texts a little bit.
-rw-r--r-- | networking/Config.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/networking/Config.in b/networking/Config.in index cbbf52f2a..61d03aaf0 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -9,8 +9,8 @@ config CONFIG_FEATURE_IPV6 bool "Enable IPv6 support" default n help - Enable IPv6 support to busybox. This makes applets that talk IP - able to work with IPv6. + Enable IPv6 support in busybox. + This adds IPv6 support in the networking applets. config CONFIG_ARPING bool "arping" @@ -22,7 +22,7 @@ config CONFIG_DNSD bool "dnsd" default n help - Small and static DNS server deamon. + Small and static DNS server daemon. config CONFIG_ETHER_WAKE bool "ether-wake" @@ -34,8 +34,8 @@ config CONFIG_FAKEIDENTD bool "fakeidentd" default n help - fakeidentd listens to the ident port and returns a set fake - value whatever it gets. + fakeidentd listens on the ident port and returns a predefined + fake value on any query. config CONFIG_FTPGET bool "ftpget" @@ -100,7 +100,7 @@ config CONFIG_FEATURE_HTTPD_AUTH_MD5 default n depends on CONFIG_FEATURE_HTTPD_BASIC_AUTH help - Enables basic per url authentication from /etc/httpd.conf + Enables basic per URL authentication from /etc/httpd.conf using md5 passwords. config CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES @@ -117,7 +117,7 @@ config CONFIG_FEATURE_HTTPD_CGI depends on CONFIG_HTTPD help This option allows scripts and executables to be invoked - when specific urls are requested. + when specific URLs are requested. config CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR bool "Enable support for running scripts through an interpreter" @@ -125,7 +125,7 @@ config CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR depends on CONFIG_FEATURE_HTTPD_CGI help This option enables support for running scripts through an - interpreter. Turn this on, if you want PHP scripts to work + interpreter. Turn this on if you want PHP scripts to work properly. You need to supply an addition line in your httpd config file: *.php:/path/to/your/php @@ -143,7 +143,7 @@ config CONFIG_FEATURE_HTTPD_ENCODE_URL_STR default y depends on CONFIG_HTTPD help - After set, this option allows html encoding arbitrary + This option allows html encoding arbitrary strings for display of the browser. Output goes to stdout. For example, httpd -e "<Hello World>" as "<Hello World>". |