aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-05-26 11:59:01 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-05-26 11:59:01 +0000
commit6239b1f50a04121d96daba2cdc2f7c3765c9007b (patch)
tree88c1a2a08e0d75075884c7c5cf15f32cb70d9a69
parentba7cf260fdd246b4e91d26e92cd582e026543d4a (diff)
downloadbusybox-w32-6239b1f50a04121d96daba2cdc2f7c3765c9007b.tar.gz
busybox-w32-6239b1f50a04121d96daba2cdc2f7c3765c9007b.tar.bz2
busybox-w32-6239b1f50a04121d96daba2cdc2f7c3765c9007b.zip
- fix typo in help text and fix punctuation
-rw-r--r--networking/Config.in8
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
24 bool "arp" 24 bool "arp"
25 default n 25 default n
26 help 26 help
27 Manipulate the system ARP cache 27 Manipulate the system ARP cache.
28 28
29config ARPING 29config ARPING
30 bool "arping" 30 bool "arping"
31 default n 31 default n
32 help 32 help
33 Ping hosts by ARP packets 33 Ping hosts by ARP packets.
34 34
35config DNSD 35config DNSD
36 bool "dnsd" 36 bool "dnsd"
@@ -75,7 +75,7 @@ config HOSTNAME
75 bool "hostname" 75 bool "hostname"
76 default n 76 default n
77 help 77 help
78 Show or set the system's host name 78 Show or set the system's host name.
79 79
80config HTTPD 80config HTTPD
81 bool "httpd" 81 bool "httpd"
@@ -140,7 +140,7 @@ config FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
140 help 140 help
141 This option enables support for running scripts through an 141 This option enables support for running scripts through an
142 interpreter. Turn this on if you want PHP scripts to work 142 interpreter. Turn this on if you want PHP scripts to work
143 properly. You need to supply an addition line in your httpd 143 properly. You need to supply an additional line in your httpd
144 config file: 144 config file:
145 *.php:/path/to/your/php 145 *.php:/path/to/your/php
146 146