aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-07-01 12:20:20 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-07-01 12:20:20 +0000
commitb111917972c1398ef96ef2d388c6c4ba57a8e9f7 (patch)
tree02d342e5a3cc96fca009736bbe5b841be182a263
parent58d60c3333b988feb72eb867332d9ad773957810 (diff)
downloadbusybox-w32-b111917972c1398ef96ef2d388c6c4ba57a8e9f7.tar.gz
busybox-w32-b111917972c1398ef96ef2d388c6c4ba57a8e9f7.tar.bz2
busybox-w32-b111917972c1398ef96ef2d388c6c4ba57a8e9f7.zip
- wrap overlong lines
-rw-r--r--miscutils/Config.in13
1 files changed, 8 insertions, 5 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index c7dbee899..fae537b52 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -167,8 +167,9 @@ config DEVFSD_FG_NP
167 default n 167 default n
168 depends on DEVFSD 168 depends on DEVFSD
169 help 169 help
170 -fg Run the daemon in the foreground. 170 -fg Run the daemon in the foreground.
171 -np Exit after parsing the configuration file. Do not poll for events. 171 -np Exit after parsing the configuration file.
172 Do not poll for events.
172 173
173config DEVFSD_VERBOSE 174config DEVFSD_VERBOSE
174 bool "Increases logging (and size)" 175 bool "Increases logging (and size)"
@@ -226,7 +227,8 @@ config INOTIFYD
226 bool "inotifyd" 227 bool "inotifyd"
227 default n 228 default n
228 help 229 help
229 Simple inotify daemon. Reports filesystem changes. Requires kernel >= 2.6.13 230 Simple inotify daemon. Reports filesystem changes. Requires
231 kernel >= 2.6.13
230 232
231config LAST 233config LAST
232 bool "last" 234 bool "last"
@@ -503,8 +505,9 @@ config TTYSIZE
503 default n 505 default n
504 help 506 help
505 A replacement for "stty size". Unlike stty, can report only width, 507 A replacement for "stty size". Unlike stty, can report only width,
506 only height, or both, in any order. It also does not complain on error, 508 only height, or both, in any order. It also does not complain on
507 but returns default 80x24. Usage in shell scripts: width=`ttysize w`. 509 error, but returns default 80x24.
510 Usage in shell scripts: width=`ttysize w`.
508 511
509config WATCHDOG 512config WATCHDOG
510 bool "watchdog" 513 bool "watchdog"