svn commit: trunk/busybox/networking

aldot at busybox.net aldot at busybox.net
Sat May 26 04:59:03 PDT 2007


Author: aldot
Date: 2007-05-26 04:59:01 -0700 (Sat, 26 May 2007)
New Revision: 18694

Log:
- fix typo in help text and fix punctuation


Modified:
   trunk/busybox/networking/Config.in


Changeset:
Modified: trunk/busybox/networking/Config.in
===================================================================
--- trunk/busybox/networking/Config.in	2007-05-25 18:34:46 UTC (rev 18693)
+++ trunk/busybox/networking/Config.in	2007-05-26 11:59:01 UTC (rev 18694)
@@ -24,13 +24,13 @@
 	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 @@
 	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 @@
 	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
 



More information about the busybox-cvs mailing list