- wrap overlong lines

This commit is contained in:
Bernhard Reutner-Fischer 2008-07-01 12:20:20 +00:00
parent 58d60c3333
commit b111917972

View File

@ -167,8 +167,9 @@ config DEVFSD_FG_NP
default n default n
depends on DEVFSD depends on DEVFSD
help help
-fg Run the daemon in the foreground. -fg Run the daemon in the foreground.
-np Exit after parsing the configuration file. Do not poll for events. -np Exit after parsing the configuration file.
Do not poll for events.
config DEVFSD_VERBOSE config DEVFSD_VERBOSE
bool "Increases logging (and size)" bool "Increases logging (and size)"
@ -226,7 +227,8 @@ config INOTIFYD
bool "inotifyd" bool "inotifyd"
default n default n
help 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 config LAST
bool "last" bool "last"
@ -503,8 +505,9 @@ config TTYSIZE
default n default n
help help
A replacement for "stty size". Unlike stty, can report only width, 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, only height, or both, in any order. It also does not complain on
but returns default 80x24. Usage in shell scripts: width=`ttysize w`. error, but returns default 80x24.
Usage in shell scripts: width=`ttysize w`.
config WATCHDOG config WATCHDOG
bool "watchdog" bool "watchdog"