aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-18 22:01:24 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-18 22:01:24 +0200
commit4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e (patch)
tree133b5d5ad9f27d12a913057540d1e877c4bb1436 /editors
parent483405a9b0df6ea14344b1144959be1debef925e (diff)
downloadbusybox-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.gz
busybox-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.bz2
busybox-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.zip
Update menuconfig items with approximate applet sizes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'editors')
-rw-r--r--editors/awk.c2
-rw-r--r--editors/cmp.c2
-rw-r--r--editors/diff.c2
-rw-r--r--editors/ed.c2
-rw-r--r--editors/patch.c2
-rw-r--r--editors/patch_toybox.c2
-rw-r--r--editors/sed.c2
-rw-r--r--editors/vi.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/editors/awk.c b/editors/awk.c
index 685e8bed8..b836580d0 100644
--- a/editors/awk.c
+++ b/editors/awk.c
@@ -8,7 +8,7 @@
8 */ 8 */
9 9
10//config:config AWK 10//config:config AWK
11//config: bool "awk" 11//config: bool "awk (22 kb)"
12//config: default y 12//config: default y
13//config: help 13//config: help
14//config: Awk is used as a pattern scanning and processing language. This is 14//config: Awk is used as a pattern scanning and processing language. This is
diff --git a/editors/cmp.c b/editors/cmp.c
index a4af6f480..6e5500c17 100644
--- a/editors/cmp.c
+++ b/editors/cmp.c
@@ -11,7 +11,7 @@
11/* http://www.opengroup.org/onlinepubs/007904975/utilities/cmp.html */ 11/* http://www.opengroup.org/onlinepubs/007904975/utilities/cmp.html */
12 12
13//config:config CMP 13//config:config CMP
14//config: bool "cmp" 14//config: bool "cmp (5.4 kb)"
15//config: default y 15//config: default y
16//config: help 16//config: help
17//config: cmp is used to compare two files and returns the result 17//config: cmp is used to compare two files and returns the result
diff --git a/editors/diff.c b/editors/diff.c
index 7687518f3..b6a5ca606 100644
--- a/editors/diff.c
+++ b/editors/diff.c
@@ -77,7 +77,7 @@
77 */ 77 */
78 78
79//config:config DIFF 79//config:config DIFF
80//config: bool "diff" 80//config: bool "diff (13 kb)"
81//config: default y 81//config: default y
82//config: help 82//config: help
83//config: diff compares two files or directories and outputs the 83//config: diff compares two files or directories and outputs the
diff --git a/editors/ed.c b/editors/ed.c
index c028b78cb..863a99366 100644
--- a/editors/ed.c
+++ b/editors/ed.c
@@ -8,7 +8,7 @@
8 */ 8 */
9 9
10//config:config ED 10//config:config ED
11//config: bool "ed" 11//config: bool "ed (25 kb)"
12//config: default y 12//config: default y
13//config: help 13//config: help
14//config: The original 1970's Unix text editor, from the days of teletypes. 14//config: The original 1970's Unix text editor, from the days of teletypes.
diff --git a/editors/patch.c b/editors/patch.c
index 731a8c58a..86a0193a1 100644
--- a/editors/patch.c
+++ b/editors/patch.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25//config:config PATCH 25//config:config PATCH
26//config: bool "patch" 26//config: bool "patch (9.1 kb)"
27//config: default y 27//config: default y
28//config: help 28//config: help
29//config: Apply a unified diff formatted patch. 29//config: Apply a unified diff formatted patch.
diff --git a/editors/patch_toybox.c b/editors/patch_toybox.c
index 5174acd6a..2c958d287 100644
--- a/editors/patch_toybox.c
+++ b/editors/patch_toybox.c
@@ -26,7 +26,7 @@
26USE_PATCH(NEWTOY(patch, USE_TOYBOX_DEBUG("x")"up#i:R", TOYFLAG_USR|TOYFLAG_BIN)) 26USE_PATCH(NEWTOY(patch, USE_TOYBOX_DEBUG("x")"up#i:R", TOYFLAG_USR|TOYFLAG_BIN))
27 27
28config PATCH 28config PATCH
29 bool "patch" 29 bool "patch (9.1 kb)"
30 default y 30 default y
31 help 31 help
32 usage: patch [-i file] [-p depth] [-Ru] 32 usage: patch [-i file] [-p depth] [-Ru]
diff --git a/editors/sed.c b/editors/sed.c
index ca9ab2054..c5df5d9e7 100644
--- a/editors/sed.c
+++ b/editors/sed.c
@@ -57,7 +57,7 @@
57 */ 57 */
58 58
59//config:config SED 59//config:config SED
60//config: bool "sed" 60//config: bool "sed (12 kb)"
61//config: default y 61//config: default y
62//config: help 62//config: help
63//config: sed is used to perform text transformations on a file 63//config: sed is used to perform text transformations on a file
diff --git a/editors/vi.c b/editors/vi.c
index 76d1f261b..24ccb0019 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -21,7 +21,7 @@
21 */ 21 */
22 22
23//config:config VI 23//config:config VI
24//config: bool "vi" 24//config: bool "vi (22 kb)"
25//config: default y 25//config: default y
26//config: help 26//config: help
27//config: 'vi' is a text editor. More specifically, it is the One True 27//config: 'vi' is a text editor. More specifically, it is the One True