Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/setarch.c')
-rw-r--r--util-linux/setarch.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/util-linux/setarch.c b/util-linux/setarch.c
index cf8ef0064..68b7c663c 100644
--- a/util-linux/setarch.c
+++ b/util-linux/setarch.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config SETARCH
-//config: bool "setarch (3.6 kb)"
+//config: bool "setarch (3.8 kb)"
//config: default y
//config: help
//config: The linux32 utility is used to create a 32bit environment for the
@@ -16,13 +16,13 @@
//config: (like amd64/x86, ppc64/ppc, sparc64/sparc, etc...).
//config:
//config:config LINUX32
-//config: bool "linux32 (3.3 kb)"
+//config: bool "linux32 (3.6 kb)"
//config: default y
//config: help
//config: Alias to "setarch linux32".
//config:
//config:config LINUX64
-//config: bool "linux64 (3.3 kb)"
+//config: bool "linux64 (3.5 kb)"
//config: default y
//config: help
//config: Alias to "setarch linux64".