diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-05-26 11:59:01 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-05-26 11:59:01 +0000 |
commit | 6239b1f50a04121d96daba2cdc2f7c3765c9007b (patch) | |
tree | 88c1a2a08e0d75075884c7c5cf15f32cb70d9a69 | |
parent | ba7cf260fdd246b4e91d26e92cd582e026543d4a (diff) | |
download | busybox-6239b1f50a04121d96daba2cdc2f7c3765c9007b.tar.gz |
- fix typo in help text and fix punctuation
-rw-r--r-- | networking/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/networking/Config.in b/networking/Config.in index de62f4ebc..5ccc4836a 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -24,13 +24,13 @@ config ARP bool "arp" default n help - Manipulate the system ARP cache + Manipulate the system ARP cache. config ARPING bool "arping" default n help - Ping hosts by ARP packets + Ping hosts by ARP packets. config DNSD bool "dnsd" @@ -75,7 +75,7 @@ config HOSTNAME bool "hostname" default n help - Show or set the system's host name + Show or set the system's host name. config HTTPD bool "httpd" @@ -140,7 +140,7 @@ config FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR help This option enables support for running scripts through an interpreter. Turn this on if you want PHP scripts to work - properly. You need to supply an addition line in your httpd + properly. You need to supply an additional line in your httpd config file: *.php:/path/to/your/php |