aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stty.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 17:25:21 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 17:25:21 +0200
commit5353df91cba7b397b9407701681708d0a1518df6 (patch)
tree7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /coreutils/stty.c
parenta9047e09807f11bcd62f69c481ce19b2663f8862 (diff)
downloadbusybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.gz
busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.bz2
busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.zip
Update applet size estimates
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/stty.c')
-rw-r--r--coreutils/stty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/stty.c b/coreutils/stty.c
index ba2b78317..c88ef07f4 100644
--- a/coreutils/stty.c
+++ b/coreutils/stty.c
@@ -10,7 +10,7 @@
10 * Special for busybox ported by Vladimir Oleynik <dzo@simtreas.ru> 2001 10 * Special for busybox ported by Vladimir Oleynik <dzo@simtreas.ru> 2001
11 */ 11 */
12//config:config STTY 12//config:config STTY
13//config: bool "stty (8.9 kb)" 13//config: bool "stty (9.2 kb)"
14//config: default y 14//config: default y
15//config: help 15//config: help
16//config: stty is used to change and print terminal line settings. 16//config: stty is used to change and print terminal line settings.