- wrap overlong lines
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 1 Jul 2008 12:20:20 +0000 (12:20 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 1 Jul 2008 12:20:20 +0000 (12:20 -0000)
miscutils/Config.in

index c7dbee899231960773341c57e1e542ad52233a44..fae537b523ca77ea9dd7946b205b3c8ba8d70931 100644 (file)
@@ -167,8 +167,9 @@ config DEVFSD_FG_NP
        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 @@ config INOTIFYD
        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 @@ config TTYSIZE
        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"