diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-22 18:27:53 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-22 18:27:53 +0000 |
commit | 3e8669f3599c05797b907faac2d2a5fc8827902c (patch) | |
tree | 8a799cfbb3963a1da83b635df90638143b5bd078 /init | |
parent | 08d120e6e1242498b8e5ca92870a362bb1c64c85 (diff) | |
download | busybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.tar.gz busybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.tar.bz2 busybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.zip |
- wrap overlong lines (Cristian Ionescu-Idbohrn)
- s/\. /. /g;# (me)
Diffstat (limited to 'init')
-rw-r--r-- | init/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/init/Config.in b/init/Config.in index a1684d45d..c26c4c5e6 100644 --- a/init/Config.in +++ b/init/Config.in | |||
@@ -80,7 +80,7 @@ config FEATURE_INIT_COREDUMPS | |||
80 | help | 80 | help |
81 | If this option is enabled and the file /.init_enable_core | 81 | If this option is enabled and the file /.init_enable_core |
82 | exists, then init will call setrlimit() to allow unlimited | 82 | exists, then init will call setrlimit() to allow unlimited |
83 | core file sizes. If this option is disabled, processes | 83 | core file sizes. If this option is disabled, processes |
84 | will not generate any core files. | 84 | will not generate any core files. |
85 | 85 | ||
86 | 86 | ||
@@ -90,7 +90,7 @@ config FEATURE_INITRD | |||
90 | default y | 90 | default y |
91 | depends on INIT | 91 | depends on INIT |
92 | help | 92 | help |
93 | Legacy support for running init under the old-style initrd. Allows | 93 | Legacy support for running init under the old-style initrd. Allows |
94 | the name linuxrc to act as init, and it doesn't assume init is PID 1. | 94 | the name linuxrc to act as init, and it doesn't assume init is PID 1. |
95 | 95 | ||
96 | This does not apply to initramfs, which runs /init as PID 1 and | 96 | This does not apply to initramfs, which runs /init as PID 1 and |
@@ -106,7 +106,7 @@ config MESG | |||
106 | bool "mesg" | 106 | bool "mesg" |
107 | default n | 107 | default n |
108 | help | 108 | help |
109 | Mesg controls access to your terminal by others. It is typically | 109 | Mesg controls access to your terminal by others. It is typically |
110 | used to allow or disallow other users to write to your terminal | 110 | used to allow or disallow other users to write to your terminal |
111 | 111 | ||
112 | endmenu | 112 | endmenu |