diff options
| author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-18 11:21:07 +0000 |
|---|---|---|
| committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-18 11:21:07 +0000 |
| commit | 35dde1e92c976e3bc926437bd71d900d8a735baa (patch) | |
| tree | 29d8cae447fad87b57600f839a7df5c005789e9e | |
| parent | 7e156b63fba6de8d74de2b65a45d59cd84c89ea4 (diff) | |
| download | busybox-w32-35dde1e92c976e3bc926437bd71d900d8a735baa.tar.gz busybox-w32-35dde1e92c976e3bc926437bd71d900d8a735baa.tar.bz2 busybox-w32-35dde1e92c976e3bc926437bd71d900d8a735baa.zip | |
- improve wording in some help texts a little bit.
git-svn-id: svn://busybox.net/trunk/busybox@14912 69ca8d6d-28ef-0310-b511-8ec308f3f277
| -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 | |||
| 9 | bool "Enable IPv6 support" | 9 | bool "Enable IPv6 support" |
| 10 | default n | 10 | default n |
| 11 | help | 11 | help |
| 12 | Enable IPv6 support to busybox. This makes applets that talk IP | 12 | Enable IPv6 support in busybox. |
| 13 | able to work with IPv6. | 13 | This adds IPv6 support in the networking applets. |
| 14 | 14 | ||
| 15 | config CONFIG_ARPING | 15 | config CONFIG_ARPING |
| 16 | bool "arping" | 16 | bool "arping" |
| @@ -22,7 +22,7 @@ config CONFIG_DNSD | |||
| 22 | bool "dnsd" | 22 | bool "dnsd" |
| 23 | default n | 23 | default n |
| 24 | help | 24 | help |
| 25 | Small and static DNS server deamon. | 25 | Small and static DNS server daemon. |
| 26 | 26 | ||
| 27 | config CONFIG_ETHER_WAKE | 27 | config CONFIG_ETHER_WAKE |
| 28 | bool "ether-wake" | 28 | bool "ether-wake" |
| @@ -34,8 +34,8 @@ config CONFIG_FAKEIDENTD | |||
| 34 | bool "fakeidentd" | 34 | bool "fakeidentd" |
| 35 | default n | 35 | default n |
| 36 | help | 36 | help |
| 37 | fakeidentd listens to the ident port and returns a set fake | 37 | fakeidentd listens on the ident port and returns a predefined |
| 38 | value whatever it gets. | 38 | fake value on any query. |
| 39 | 39 | ||
| 40 | config CONFIG_FTPGET | 40 | config CONFIG_FTPGET |
| 41 | bool "ftpget" | 41 | bool "ftpget" |
| @@ -100,7 +100,7 @@ config CONFIG_FEATURE_HTTPD_AUTH_MD5 | |||
| 100 | default n | 100 | default n |
| 101 | depends on CONFIG_FEATURE_HTTPD_BASIC_AUTH | 101 | depends on CONFIG_FEATURE_HTTPD_BASIC_AUTH |
| 102 | help | 102 | help |
| 103 | Enables basic per url authentication from /etc/httpd.conf | 103 | Enables basic per URL authentication from /etc/httpd.conf |
| 104 | using md5 passwords. | 104 | using md5 passwords. |
| 105 | 105 | ||
| 106 | config CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES | 106 | config CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES |
| @@ -117,7 +117,7 @@ config CONFIG_FEATURE_HTTPD_CGI | |||
| 117 | depends on CONFIG_HTTPD | 117 | depends on CONFIG_HTTPD |
| 118 | help | 118 | help |
| 119 | This option allows scripts and executables to be invoked | 119 | This option allows scripts and executables to be invoked |
| 120 | when specific urls are requested. | 120 | when specific URLs are requested. |
| 121 | 121 | ||
| 122 | config CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR | 122 | config CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR |
| 123 | bool "Enable support for running scripts through an interpreter" | 123 | bool "Enable support for running scripts through an interpreter" |
| @@ -125,7 +125,7 @@ config CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR | |||
| 125 | depends on CONFIG_FEATURE_HTTPD_CGI | 125 | depends on CONFIG_FEATURE_HTTPD_CGI |
| 126 | help | 126 | help |
| 127 | This option enables support for running scripts through an | 127 | This option enables support for running scripts through an |
| 128 | interpreter. Turn this on, if you want PHP scripts to work | 128 | interpreter. Turn this on if you want PHP scripts to work |
| 129 | properly. You need to supply an addition line in your httpd | 129 | properly. You need to supply an addition line in your httpd |
| 130 | config file: | 130 | config file: |
| 131 | *.php:/path/to/your/php | 131 | *.php:/path/to/your/php |
| @@ -143,7 +143,7 @@ config CONFIG_FEATURE_HTTPD_ENCODE_URL_STR | |||
| 143 | default y | 143 | default y |
| 144 | depends on CONFIG_HTTPD | 144 | depends on CONFIG_HTTPD |
| 145 | help | 145 | help |
| 146 | After set, this option allows html encoding arbitrary | 146 | This option allows html encoding arbitrary |
| 147 | strings for display of the browser. Output goes to stdout. | 147 | strings for display of the browser. Output goes to stdout. |
| 148 | For example, httpd -e "<Hello World>" as | 148 | For example, httpd -e "<Hello World>" as |
| 149 | "<Hello World>". | 149 | "<Hello World>". |
