From 4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 18 Jul 2017 22:01:24 +0200 Subject: Update menuconfig items with approximate applet sizes Signed-off-by: Denys Vlasenko --- editors/awk.c | 2 +- editors/cmp.c | 2 +- editors/diff.c | 2 +- editors/ed.c | 2 +- editors/patch.c | 2 +- editors/patch_toybox.c | 2 +- editors/sed.c | 2 +- editors/vi.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'editors') 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 @@ */ //config:config AWK -//config: bool "awk" +//config: bool "awk (22 kb)" //config: default y //config: help //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 @@ /* http://www.opengroup.org/onlinepubs/007904975/utilities/cmp.html */ //config:config CMP -//config: bool "cmp" +//config: bool "cmp (5.4 kb)" //config: default y //config: help //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 @@ */ //config:config DIFF -//config: bool "diff" +//config: bool "diff (13 kb)" //config: default y //config: help //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 @@ */ //config:config ED -//config: bool "ed" +//config: bool "ed (25 kb)" //config: default y //config: help //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 @@ */ //config:config PATCH -//config: bool "patch" +//config: bool "patch (9.1 kb)" //config: default y //config: help //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 @@ USE_PATCH(NEWTOY(patch, USE_TOYBOX_DEBUG("x")"up#i:R", TOYFLAG_USR|TOYFLAG_BIN)) config PATCH - bool "patch" + bool "patch (9.1 kb)" default y help 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 @@ */ //config:config SED -//config: bool "sed" +//config: bool "sed (12 kb)" //config: default y //config: help //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 @@ */ //config:config VI -//config: bool "vi" +//config: bool "vi (22 kb)" //config: default y //config: help //config: 'vi' is a text editor. More specifically, it is the One True -- cgit v1.2.3