From b097a84d62dcfcf201a695b54bcfafae70cac8a6 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 28 Dec 2018 03:20:17 +0100 Subject: config: update size information Signed-off-by: Denys Vlasenko --- editors/awk.c | 2 +- editors/cmp.c | 2 +- editors/ed.c | 2 +- editors/patch.c | 2 +- editors/patch_toybox.c | 2 +- editors/vi.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'editors') diff --git a/editors/awk.c b/editors/awk.c index af103e3cc..b6d8cf203 100644 --- a/editors/awk.c +++ b/editors/awk.c @@ -7,7 +7,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config AWK -//config: bool "awk (22 kb)" +//config: bool "awk (23 kb)" //config: default y //config: help //config: Awk is used as a pattern scanning and processing language. diff --git a/editors/cmp.c b/editors/cmp.c index 2a410fdec..6e27a841a 100644 --- a/editors/cmp.c +++ b/editors/cmp.c @@ -7,7 +7,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config CMP -//config: bool "cmp (5.4 kb)" +//config: bool "cmp (4.9 kb)" //config: default y //config: help //config: cmp is used to compare two files and returns the result diff --git a/editors/ed.c b/editors/ed.c index 05797692c..1a36add39 100644 --- a/editors/ed.c +++ b/editors/ed.c @@ -7,7 +7,7 @@ * The "ed" built-in command (much simplified) */ //config:config ED -//config: bool "ed (25 kb)" +//config: bool "ed (21 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 eca6bc5f6..0ce0210fd 100644 --- a/editors/patch.c +++ b/editors/patch.c @@ -21,7 +21,7 @@ * [file] which file to patch */ //config:config PATCH -//config: bool "patch (9.1 kb)" +//config: bool "patch (9.4 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 2c958d287..3ffbf9084 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 (9.1 kb)" + bool "patch (9.4 kb)" default y help usage: patch [-i file] [-p depth] [-Ru] diff --git a/editors/vi.c b/editors/vi.c index 271529404..32144abaa 100644 --- a/editors/vi.c +++ b/editors/vi.c @@ -19,7 +19,7 @@ * An "ex" line oriented mode- maybe using "cmdedit" */ //config:config VI -//config: bool "vi (22 kb)" +//config: bool "vi (23 kb)" //config: default y //config: help //config: 'vi' is a text editor. More specifically, it is the One True -- cgit v1.2.3