aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-05-26 11:59:01 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-05-26 11:59:01 +0000
commitdc95a5501c89b98e36c298a0b19a67bd0ae73dcd (patch)
tree88c1a2a08e0d75075884c7c5cf15f32cb70d9a69
parent5446bca4bb0029327b1175b4b987abdb11e129ab (diff)
downloadbusybox-w32-dc95a5501c89b98e36c298a0b19a67bd0ae73dcd.tar.gz
busybox-w32-dc95a5501c89b98e36c298a0b19a67bd0ae73dcd.tar.bz2
busybox-w32-dc95a5501c89b98e36c298a0b19a67bd0ae73dcd.zip
- fix typo in help text and fix punctuation
git-svn-id: svn://busybox.net/trunk/busybox@18694 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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