svn commit: trunk/busybox/miscutils

aldot at busybox.net aldot at busybox.net
Tue Jul 1 05:20:21 PDT 2008


Author: aldot
Date: 2008-07-01 05:20:20 -0700 (Tue, 01 Jul 2008)
New Revision: 22588

Log:
- wrap overlong lines


Modified:
   trunk/busybox/miscutils/Config.in


Changeset:
Modified: trunk/busybox/miscutils/Config.in
===================================================================
--- trunk/busybox/miscutils/Config.in	2008-07-01 12:04:28 UTC (rev 22587)
+++ trunk/busybox/miscutils/Config.in	2008-07-01 12:20:20 UTC (rev 22588)
@@ -167,8 +167,9 @@
 	default n
 	depends on DEVFSD
 	help
-		-fg	Run the daemon in the foreground.
-		-np	Exit  after  parsing  the configuration file. Do not poll for events.
+	  -fg  Run the daemon in the foreground.
+	  -np  Exit after parsing the configuration file.
+	       Do not poll for events.
 
 config DEVFSD_VERBOSE
 	bool "Increases logging (and size)"
@@ -226,7 +227,8 @@
 	bool "inotifyd"
 	default n
 	help
-	  Simple inotify daemon. Reports filesystem changes. Requires kernel >= 2.6.13
+	  Simple inotify daemon. Reports filesystem changes. Requires
+	  kernel >= 2.6.13
 
 config LAST
 	bool "last"
@@ -503,8 +505,9 @@
 	default n
 	help
 	  A replacement for "stty size". Unlike stty, can report only width,
-	  only height, or both, in any order. It also does not complain on error,
-	  but returns default 80x24. Usage in shell scripts: width=`ttysize w`.
+	  only height, or both, in any order. It also does not complain on
+	  error, but returns default 80x24.
+	  Usage in shell scripts: width=`ttysize w`.
 
 config WATCHDOG
 	bool "watchdog"



More information about the busybox-cvs mailing list