config: update size information

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2018-12-28 03:20:17 +01:00
parent 10bde14292
commit b097a84d62
262 changed files with 321 additions and 313 deletions

View file

@ -9,7 +9,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config HEXDUMP
//config: bool "hexdump (8.8 kb)"
//config: bool "hexdump (8.6 kb)"
//config: default y
//config: help
//config: The hexdump utility is used to display binary data in a readable
@ -26,7 +26,7 @@
//config: aimed to be portable.
//config:
//config:config HD
//config: bool "hd (8 kb)"
//config: bool "hd (7.8 kb)"
//config: default y
//config: help
//config: hd is an alias to hexdump -C.