- fix typo in help text and fix punctuation

This commit is contained in:
Bernhard Reutner-Fischer
2007-05-26 11:59:01 +00:00
parent ba7cf260fd
commit 6239b1f50a

View File

@ -24,13 +24,13 @@ config ARP
bool "arp" bool "arp"
default n default n
help help
Manipulate the system ARP cache Manipulate the system ARP cache.
config ARPING config ARPING
bool "arping" bool "arping"
default n default n
help help
Ping hosts by ARP packets Ping hosts by ARP packets.
config DNSD config DNSD
bool "dnsd" bool "dnsd"
@ -75,7 +75,7 @@ config HOSTNAME
bool "hostname" bool "hostname"
default n default n
help help
Show or set the system's host name Show or set the system's host name.
config HTTPD config HTTPD
bool "httpd" bool "httpd"
@ -140,7 +140,7 @@ config FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
help help
This option enables support for running scripts through an 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 properly. You need to supply an additional line in your httpd
config file: config file:
*.php:/path/to/your/php *.php:/path/to/your/php