diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ash.c | 2 | ||||
-rw-r--r-- | shell/cttyhack.c | 2 | ||||
-rw-r--r-- | shell/hush.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/shell/ash.c b/shell/ash.c index aaf0561b8..1e43b37a7 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -16,7 +16,7 @@ | |||
16 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 16 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
17 | */ | 17 | */ |
18 | //config:config ASH | 18 | //config:config ASH |
19 | //config: bool "ash" | 19 | //config: bool "ash (77 kb)" |
20 | //config: default y | 20 | //config: default y |
21 | //config: depends on !NOMMU | 21 | //config: depends on !NOMMU |
22 | //config: help | 22 | //config: help |
diff --git a/shell/cttyhack.c b/shell/cttyhack.c index f9b59c263..9a5f4bb52 100644 --- a/shell/cttyhack.c +++ b/shell/cttyhack.c | |||
@@ -11,7 +11,7 @@ | |||
11 | //kbuild:lib-$(CONFIG_CTTYHACK) += cttyhack.o | 11 | //kbuild:lib-$(CONFIG_CTTYHACK) += cttyhack.o |
12 | 12 | ||
13 | //config:config CTTYHACK | 13 | //config:config CTTYHACK |
14 | //config: bool "cttyhack" | 14 | //config: bool "cttyhack (2.5 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: One common problem reported on the mailing list is the "can't | 17 | //config: One common problem reported on the mailing list is the "can't |
diff --git a/shell/hush.c b/shell/hush.c index 5de682f8b..c03815e4a 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -101,7 +101,7 @@ | |||
101 | * aaa | 101 | * aaa |
102 | */ | 102 | */ |
103 | //config:config HUSH | 103 | //config:config HUSH |
104 | //config: bool "hush" | 104 | //config: bool "hush (64 kb)" |
105 | //config: default y | 105 | //config: default y |
106 | //config: help | 106 | //config: help |
107 | //config: hush is a small shell (25k). It handles the normal flow control | 107 | //config: hush is a small shell (25k). It handles the normal flow control |