diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2023-07-10 17:25:21 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2023-07-10 17:25:21 +0200 |
commit | 5353df91cba7b397b9407701681708d0a1518df6 (patch) | |
tree | 7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 | |
parent | a9047e09807f11bcd62f69c481ce19b2663f8862 (diff) | |
download | busybox-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>
265 files changed, 320 insertions, 320 deletions
diff --git a/archival/bbunzip.c b/archival/bbunzip.c index 0ac059c19..b7944a62a 100644 --- a/archival/bbunzip.c +++ b/archival/bbunzip.c | |||
@@ -415,7 +415,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv) | |||
415 | //usage: "Decompress to stdout" | 415 | //usage: "Decompress to stdout" |
416 | 416 | ||
417 | //config:config BUNZIP2 | 417 | //config:config BUNZIP2 |
418 | //config: bool "bunzip2 (8.7 kb)" | 418 | //config: bool "bunzip2 (9.1 kb)" |
419 | //config: default y | 419 | //config: default y |
420 | //config: select FEATURE_BZIP2_DECOMPRESS | 420 | //config: select FEATURE_BZIP2_DECOMPRESS |
421 | //config: help | 421 | //config: help |
@@ -429,7 +429,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv) | |||
429 | //config: should probably say N here. | 429 | //config: should probably say N here. |
430 | //config: | 430 | //config: |
431 | //config:config BZCAT | 431 | //config:config BZCAT |
432 | //config: bool "bzcat (8.7 kb)" | 432 | //config: bool "bzcat (9 kb)" |
433 | //config: default y | 433 | //config: default y |
434 | //config: select FEATURE_BZIP2_DECOMPRESS | 434 | //config: select FEATURE_BZIP2_DECOMPRESS |
435 | //config: help | 435 | //config: help |
@@ -485,7 +485,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv) | |||
485 | //usage: "Decompress to stdout" | 485 | //usage: "Decompress to stdout" |
486 | 486 | ||
487 | //config:config UNLZMA | 487 | //config:config UNLZMA |
488 | //config: bool "unlzma (7.5 kb)" | 488 | //config: bool "unlzma (7.8 kb)" |
489 | //config: default y | 489 | //config: default y |
490 | //config: help | 490 | //config: help |
491 | //config: unlzma is a compression utility using the Lempel-Ziv-Markov chain | 491 | //config: unlzma is a compression utility using the Lempel-Ziv-Markov chain |
@@ -494,7 +494,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv) | |||
494 | //config: compressors. | 494 | //config: compressors. |
495 | //config: | 495 | //config: |
496 | //config:config LZCAT | 496 | //config:config LZCAT |
497 | //config: bool "lzcat (7.5 kb)" | 497 | //config: bool "lzcat (7.8 kb)" |
498 | //config: default y | 498 | //config: default y |
499 | //config: help | 499 | //config: help |
500 | //config: Alias to "unlzma -c". | 500 | //config: Alias to "unlzma -c". |
diff --git a/archival/dpkg_deb.c b/archival/dpkg_deb.c index a5a80439d..dda931169 100644 --- a/archival/dpkg_deb.c +++ b/archival/dpkg_deb.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 5 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | //config:config DPKG_DEB | 7 | //config:config DPKG_DEB |
8 | //config: bool "dpkg-deb (30 kb)" | 8 | //config: bool "dpkg-deb (29 kb)" |
9 | //config: default y | 9 | //config: default y |
10 | //config: select FEATURE_SEAMLESS_GZ | 10 | //config: select FEATURE_SEAMLESS_GZ |
11 | //config: help | 11 | //config: help |
diff --git a/archival/lzop.c b/archival/lzop.c index 74df8ff03..bdcc6d548 100644 --- a/archival/lzop.c +++ b/archival/lzop.c | |||
@@ -25,7 +25,7 @@ | |||
25 | "Minimalized" for busybox by Alain Knaff | 25 | "Minimalized" for busybox by Alain Knaff |
26 | */ | 26 | */ |
27 | //config:config LZOP | 27 | //config:config LZOP |
28 | //config: bool "lzop (12 kb)" | 28 | //config: bool "lzop (13 kb)" |
29 | //config: default y | 29 | //config: default y |
30 | //config: help | 30 | //config: help |
31 | //config: Lzop compression/decompresion. | 31 | //config: Lzop compression/decompresion. |
diff --git a/console-tools/chvt.c b/console-tools/chvt.c index 7c2814d1c..2444e1f9d 100644 --- a/console-tools/chvt.c +++ b/console-tools/chvt.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config CHVT | 9 | //config:config CHVT |
10 | //config: bool "chvt (2 kb)" | 10 | //config: bool "chvt (2.2 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: This program is used to change to another terminal. | 13 | //config: This program is used to change to another terminal. |
diff --git a/console-tools/clear.c b/console-tools/clear.c index 09ef1ea68..e1bf2c313 100644 --- a/console-tools/clear.c +++ b/console-tools/clear.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config CLEAR | 9 | //config:config CLEAR |
10 | //config: bool "clear (tiny)" | 10 | //config: bool "clear (371 bytes)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: This program clears the terminal screen. | 13 | //config: This program clears the terminal screen. |
diff --git a/console-tools/deallocvt.c b/console-tools/deallocvt.c index 6cd54653c..f03ad079b 100644 --- a/console-tools/deallocvt.c +++ b/console-tools/deallocvt.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config DEALLOCVT | 10 | //config:config DEALLOCVT |
11 | //config: bool "deallocvt (1.9 kb)" | 11 | //config: bool "deallocvt (2.2 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: This program deallocates unused virtual consoles. | 14 | //config: This program deallocates unused virtual consoles. |
diff --git a/console-tools/dumpkmap.c b/console-tools/dumpkmap.c index 3d8de6bed..957d16529 100644 --- a/console-tools/dumpkmap.c +++ b/console-tools/dumpkmap.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config DUMPKMAP | 9 | //config:config DUMPKMAP |
10 | //config: bool "dumpkmap (1.6 kb)" | 10 | //config: bool "dumpkmap (1.9 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: This program dumps the kernel's keyboard translation table to | 13 | //config: This program dumps the kernel's keyboard translation table to |
diff --git a/console-tools/fgconsole.c b/console-tools/fgconsole.c index 9bfb68017..b6dbc472b 100644 --- a/console-tools/fgconsole.c +++ b/console-tools/fgconsole.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config FGCONSOLE | 9 | //config:config FGCONSOLE |
10 | //config: bool "fgconsole (1.5 kb)" | 10 | //config: bool "fgconsole (1.8 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: This program prints active (foreground) console number. | 13 | //config: This program prints active (foreground) console number. |
diff --git a/console-tools/kbd_mode.c b/console-tools/kbd_mode.c index b0b963ee0..1ec25757d 100644 --- a/console-tools/kbd_mode.c +++ b/console-tools/kbd_mode.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | //config:config KBD_MODE | 11 | //config:config KBD_MODE |
12 | //config: bool "kbd_mode (4.1 kb)" | 12 | //config: bool "kbd_mode (4.3 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: This program reports and sets keyboard mode. | 15 | //config: This program reports and sets keyboard mode. |
diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c index 81a0e6aa8..cec5e19cd 100644 --- a/console-tools/loadfont.c +++ b/console-tools/loadfont.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Licensed under GPLv2, see file LICENSE in this source tree. | 10 | * Licensed under GPLv2, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | //config:config LOADFONT | 12 | //config:config LOADFONT |
13 | //config: bool "loadfont (5.2 kb)" | 13 | //config: bool "loadfont (5.4 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: This program loads a console font from standard input. | 16 | //config: This program loads a console font from standard input. |
diff --git a/console-tools/loadkmap.c b/console-tools/loadkmap.c index c038e2d22..22e918dbf 100644 --- a/console-tools/loadkmap.c +++ b/console-tools/loadkmap.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config LOADKMAP | 9 | //config:config LOADKMAP |
10 | //config: bool "loadkmap (1.8 kb)" | 10 | //config: bool "loadkmap (2.1 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: This program loads a keyboard translation table from | 13 | //config: This program loads a keyboard translation table from |
diff --git a/console-tools/openvt.c b/console-tools/openvt.c index db2f073b2..c35617eb8 100644 --- a/console-tools/openvt.c +++ b/console-tools/openvt.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config OPENVT | 10 | //config:config OPENVT |
11 | //config: bool "openvt (7.2 kb)" | 11 | //config: bool "openvt (7.4 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: This program is used to start a command on an unused | 14 | //config: This program is used to start a command on an unused |
diff --git a/console-tools/reset.c b/console-tools/reset.c index cc04e4fcc..655a5ef7a 100644 --- a/console-tools/reset.c +++ b/console-tools/reset.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config RESET | 10 | //config:config RESET |
11 | //config: bool "reset (345 bytes)" | 11 | //config: bool "reset (676 bytes)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: This program is used to reset the terminal screen, if it | 14 | //config: This program is used to reset the terminal screen, if it |
diff --git a/console-tools/resize.c b/console-tools/resize.c index 95e0c7bf9..6fa7ce9ea 100644 --- a/console-tools/resize.c +++ b/console-tools/resize.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config RESIZE | 9 | //config:config RESIZE |
10 | //config: bool "resize (903 bytes)" | 10 | //config: bool "resize (1.2 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: This program is used to (re)set the width and height of your current | 13 | //config: This program is used to (re)set the width and height of your current |
diff --git a/console-tools/setconsole.c b/console-tools/setconsole.c index 461a98c6a..4e625890a 100644 --- a/console-tools/setconsole.c +++ b/console-tools/setconsole.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config SETCONSOLE | 10 | //config:config SETCONSOLE |
11 | //config: bool "setconsole (3.6 kb)" | 11 | //config: bool "setconsole (3.8 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Redirect writes to /dev/console to another device, | 14 | //config: Redirect writes to /dev/console to another device, |
diff --git a/console-tools/setkeycodes.c b/console-tools/setkeycodes.c index 5de18b8ea..03accec2f 100644 --- a/console-tools/setkeycodes.c +++ b/console-tools/setkeycodes.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | //config:config SETKEYCODES | 11 | //config:config SETKEYCODES |
12 | //config: bool "setkeycodes (2.1 kb)" | 12 | //config: bool "setkeycodes (2.4 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: This program loads entries into the kernel's scancode-to-keycode | 15 | //config: This program loads entries into the kernel's scancode-to-keycode |
diff --git a/console-tools/setlogcons.c b/console-tools/setlogcons.c index e9c2f516e..a94c0035a 100644 --- a/console-tools/setlogcons.c +++ b/console-tools/setlogcons.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | //config:config SETLOGCONS | 11 | //config:config SETLOGCONS |
12 | //config: bool "setlogcons (1.8 kb)" | 12 | //config: bool "setlogcons (2 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: This program redirects the output console of kernel messages. | 15 | //config: This program redirects the output console of kernel messages. |
diff --git a/console-tools/showkey.c b/console-tools/showkey.c index 84eb38a0a..87532a8ac 100644 --- a/console-tools/showkey.c +++ b/console-tools/showkey.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config SHOWKEY | 9 | //config:config SHOWKEY |
10 | //config: bool "showkey (4.7 kb)" | 10 | //config: bool "showkey (4.9 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Shows keys pressed. | 13 | //config: Shows keys pressed. |
diff --git a/coreutils/basename.c b/coreutils/basename.c index 0b721c03c..bf7bd62e0 100644 --- a/coreutils/basename.c +++ b/coreutils/basename.c | |||
@@ -14,7 +14,7 @@ | |||
14 | * 3) Save some space by using strcmp(). Calling strncmp() here was silly. | 14 | * 3) Save some space by using strcmp(). Calling strncmp() here was silly. |
15 | */ | 15 | */ |
16 | //config:config BASENAME | 16 | //config:config BASENAME |
17 | //config: bool "basename (438 bytes)" | 17 | //config: bool "basename (3.7 kb)" |
18 | //config: default y | 18 | //config: default y |
19 | //config: help | 19 | //config: help |
20 | //config: basename is used to strip the directory and suffix from filenames, | 20 | //config: basename is used to strip the directory and suffix from filenames, |
diff --git a/coreutils/cat.c b/coreutils/cat.c index 4b3414941..558869b2a 100644 --- a/coreutils/cat.c +++ b/coreutils/cat.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config CAT | 9 | //config:config CAT |
10 | //config: bool "cat (5.6 kb)" | 10 | //config: bool "cat (5.8 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: cat is used to concatenate files and print them to the standard | 13 | //config: cat is used to concatenate files and print them to the standard |
diff --git a/coreutils/chroot.c b/coreutils/chroot.c index 78751df84..0b45aa80c 100644 --- a/coreutils/chroot.c +++ b/coreutils/chroot.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config CHROOT | 9 | //config:config CHROOT |
10 | //config: bool "chroot (3.7 kb)" | 10 | //config: bool "chroot (4 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: chroot is used to change the root directory and run a command. | 13 | //config: chroot is used to change the root directory and run a command. |
diff --git a/coreutils/cksum.c b/coreutils/cksum.c index 83b7e3238..badc63a6a 100644 --- a/coreutils/cksum.c +++ b/coreutils/cksum.c | |||
@@ -7,11 +7,11 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config CKSUM | 9 | //config:config CKSUM |
10 | //config: bool "cksum (4.1 kb)" | 10 | //config: bool "cksum (4.3 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: | 12 | //config: |
13 | //config:config CRC32 | 13 | //config:config CRC32 |
14 | //config: bool "crc32 (4.1 kb)" | 14 | //config: bool "crc32 (4.2 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | 16 | ||
17 | // APPLET_NOEXEC:name main location suid_type help | 17 | // APPLET_NOEXEC:name main location suid_type help |
diff --git a/coreutils/comm.c b/coreutils/comm.c index c59fccdd1..6cbdceaa9 100644 --- a/coreutils/comm.c +++ b/coreutils/comm.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config COMM | 9 | //config:config COMM |
10 | //config: bool "comm (4.2 kb)" | 10 | //config: bool "comm (4.4 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: comm is used to compare two files line by line and return | 13 | //config: comm is used to compare two files line by line and return |
diff --git a/coreutils/cut.c b/coreutils/cut.c index 55bdd9386..25b16d1a8 100644 --- a/coreutils/cut.c +++ b/coreutils/cut.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | //config:config CUT | 11 | //config:config CUT |
12 | //config: bool "cut (5.8 kb)" | 12 | //config: bool "cut (6.7 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: cut is used to print selected parts of lines from | 15 | //config: cut is used to print selected parts of lines from |
diff --git a/coreutils/date.c b/coreutils/date.c index abcc37c33..3a89b6caf 100644 --- a/coreutils/date.c +++ b/coreutils/date.c | |||
@@ -19,7 +19,7 @@ | |||
19 | much as possible, missed out a lot of bounds checking */ | 19 | much as possible, missed out a lot of bounds checking */ |
20 | 20 | ||
21 | //config:config DATE | 21 | //config:config DATE |
22 | //config: bool "date (7 kb)" | 22 | //config: bool "date (7.2 kb)" |
23 | //config: default y | 23 | //config: default y |
24 | //config: help | 24 | //config: help |
25 | //config: date is used to set the system date or display the | 25 | //config: date is used to set the system date or display the |
diff --git a/coreutils/dd.c b/coreutils/dd.c index 3e034eb1e..c032ebe1b 100644 --- a/coreutils/dd.c +++ b/coreutils/dd.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config DD | 9 | //config:config DD |
10 | //config: bool "dd (7.5 kb)" | 10 | //config: bool "dd (8.3 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: dd copies a file (from standard input to standard output, | 13 | //config: dd copies a file (from standard input to standard output, |
diff --git a/coreutils/df.c b/coreutils/df.c index 176aa079f..76e9cefbf 100644 --- a/coreutils/df.c +++ b/coreutils/df.c | |||
@@ -18,7 +18,7 @@ | |||
18 | * Implement -P and -B; better coreutils compat; cleanup | 18 | * Implement -P and -B; better coreutils compat; cleanup |
19 | */ | 19 | */ |
20 | //config:config DF | 20 | //config:config DF |
21 | //config: bool "df (6.8 kb)" | 21 | //config: bool "df (7.1 kb)" |
22 | //config: default y | 22 | //config: default y |
23 | //config: help | 23 | //config: help |
24 | //config: df reports the amount of disk space used and available | 24 | //config: df reports the amount of disk space used and available |
diff --git a/coreutils/dirname.c b/coreutils/dirname.c index 5aad121b5..71e1e2b7b 100644 --- a/coreutils/dirname.c +++ b/coreutils/dirname.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config DIRNAME | 9 | //config:config DIRNAME |
10 | //config: bool "dirname (329 bytes)" | 10 | //config: bool "dirname (611 bytes)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: dirname is used to strip a non-directory suffix from | 13 | //config: dirname is used to strip a non-directory suffix from |
diff --git a/coreutils/dos2unix.c b/coreutils/dos2unix.c index 4039ed38c..c227cd50c 100644 --- a/coreutils/dos2unix.c +++ b/coreutils/dos2unix.c | |||
@@ -12,14 +12,14 @@ | |||
12 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 12 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
13 | */ | 13 | */ |
14 | //config:config DOS2UNIX | 14 | //config:config DOS2UNIX |
15 | //config: bool "dos2unix (5.2 kb)" | 15 | //config: bool "dos2unix (5.5 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: help | 17 | //config: help |
18 | //config: dos2unix is used to convert a text file from DOS format to | 18 | //config: dos2unix is used to convert a text file from DOS format to |
19 | //config: UNIX format, and vice versa. | 19 | //config: UNIX format, and vice versa. |
20 | //config: | 20 | //config: |
21 | //config:config UNIX2DOS | 21 | //config:config UNIX2DOS |
22 | //config: bool "unix2dos (5.2 kb)" | 22 | //config: bool "unix2dos (5.5 kb)" |
23 | //config: default y | 23 | //config: default y |
24 | //config: help | 24 | //config: help |
25 | //config: unix2dos is used to convert a text file from UNIX format to | 25 | //config: unix2dos is used to convert a text file from UNIX format to |
diff --git a/coreutils/du.c b/coreutils/du.c index 832dd7594..4652b6300 100644 --- a/coreutils/du.c +++ b/coreutils/du.c | |||
@@ -19,7 +19,7 @@ | |||
19 | * 4) Fixed busybox bug #1284 involving long overflow with human_readable. | 19 | * 4) Fixed busybox bug #1284 involving long overflow with human_readable. |
20 | */ | 20 | */ |
21 | //config:config DU | 21 | //config:config DU |
22 | //config: bool "du (6.3 kb)" | 22 | //config: bool "du (6.5 kb)" |
23 | //config: default y | 23 | //config: default y |
24 | //config: help | 24 | //config: help |
25 | //config: du is used to report the amount of disk space used | 25 | //config: du is used to report the amount of disk space used |
diff --git a/coreutils/echo.c b/coreutils/echo.c index 44b2eb5d0..2a48d4a90 100644 --- a/coreutils/echo.c +++ b/coreutils/echo.c | |||
@@ -19,7 +19,7 @@ | |||
19 | * The previous version did not allow 4-digit octals. | 19 | * The previous version did not allow 4-digit octals. |
20 | */ | 20 | */ |
21 | //config:config ECHO | 21 | //config:config ECHO |
22 | //config: bool "echo (1.8 kb)" | 22 | //config: bool "echo (2 kb)" |
23 | //config: default y | 23 | //config: default y |
24 | //config: help | 24 | //config: help |
25 | //config: echo prints a specified string to stdout. | 25 | //config: echo prints a specified string to stdout. |
diff --git a/coreutils/env.c b/coreutils/env.c index 6eafd06ef..e9d3e883e 100644 --- a/coreutils/env.c +++ b/coreutils/env.c | |||
@@ -24,7 +24,7 @@ | |||
24 | * - use xfunc_error_retval | 24 | * - use xfunc_error_retval |
25 | */ | 25 | */ |
26 | //config:config ENV | 26 | //config:config ENV |
27 | //config: bool "env (4 kb)" | 27 | //config: bool "env (4.3 kb)" |
28 | //config: default y | 28 | //config: default y |
29 | //config: help | 29 | //config: help |
30 | //config: env is used to set an environment variable and run | 30 | //config: env is used to set an environment variable and run |
diff --git a/coreutils/expand.c b/coreutils/expand.c index c5e1de6f5..47693e144 100644 --- a/coreutils/expand.c +++ b/coreutils/expand.c | |||
@@ -21,13 +21,13 @@ | |||
21 | * Caveat: this versions of expand and unexpand don't accept tab lists. | 21 | * Caveat: this versions of expand and unexpand don't accept tab lists. |
22 | */ | 22 | */ |
23 | //config:config EXPAND | 23 | //config:config EXPAND |
24 | //config: bool "expand (5.1 kb)" | 24 | //config: bool "expand (5.3 kb)" |
25 | //config: default y | 25 | //config: default y |
26 | //config: help | 26 | //config: help |
27 | //config: By default, convert all tabs to spaces. | 27 | //config: By default, convert all tabs to spaces. |
28 | //config: | 28 | //config: |
29 | //config:config UNEXPAND | 29 | //config:config UNEXPAND |
30 | //config: bool "unexpand (5.3 kb)" | 30 | //config: bool "unexpand (5.5 kb)" |
31 | //config: default y | 31 | //config: default y |
32 | //config: help | 32 | //config: help |
33 | //config: By default, convert only leading sequences of blanks to tabs. | 33 | //config: By default, convert only leading sequences of blanks to tabs. |
diff --git a/coreutils/expr.c b/coreutils/expr.c index 760b081f9..47ebe2fca 100644 --- a/coreutils/expr.c +++ b/coreutils/expr.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * provided they all associate ((x op x) op x). | 23 | * provided they all associate ((x op x) op x). |
24 | */ | 24 | */ |
25 | //config:config EXPR | 25 | //config:config EXPR |
26 | //config: bool "expr (6.6 kb)" | 26 | //config: bool "expr (6.8 kb)" |
27 | //config: default y | 27 | //config: default y |
28 | //config: help | 28 | //config: help |
29 | //config: expr is used to calculate numbers and print the result | 29 | //config: expr is used to calculate numbers and print the result |
diff --git a/coreutils/factor.c b/coreutils/factor.c index 46dd2a0d7..90e9ed761 100644 --- a/coreutils/factor.c +++ b/coreutils/factor.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Licensed under GPLv2, see file LICENSE in this source tree. | 4 | * Licensed under GPLv2, see file LICENSE in this source tree. |
5 | */ | 5 | */ |
6 | //config:config FACTOR | 6 | //config:config FACTOR |
7 | //config: bool "factor (2.7 kb)" | 7 | //config: bool "factor (3.2 kb)" |
8 | //config: default y | 8 | //config: default y |
9 | //config: help | 9 | //config: help |
10 | //config: factor factorizes integers | 10 | //config: factor factorizes integers |
diff --git a/coreutils/false.c b/coreutils/false.c index e3903efd0..ee175a9a2 100644 --- a/coreutils/false.c +++ b/coreutils/false.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config FALSE | 9 | //config:config FALSE |
10 | //config: bool "false (tiny)" | 10 | //config: bool "false (314 bytes)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: false returns an exit code of FALSE (1). | 13 | //config: false returns an exit code of FALSE (1). |
diff --git a/coreutils/fold.c b/coreutils/fold.c index 98c3b1491..2839c8c68 100644 --- a/coreutils/fold.c +++ b/coreutils/fold.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 11 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
12 | */ | 12 | */ |
13 | //config:config FOLD | 13 | //config:config FOLD |
14 | //config: bool "fold (4.6 kb)" | 14 | //config: bool "fold (4.8 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: Wrap text to fit a specific width. | 17 | //config: Wrap text to fit a specific width. |
diff --git a/coreutils/head.c b/coreutils/head.c index c7537a20e..ec83a284a 100644 --- a/coreutils/head.c +++ b/coreutils/head.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config HEAD | 9 | //config:config HEAD |
10 | //config: bool "head (3.8 kb)" | 10 | //config: bool "head (4 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: head is used to print the first specified number of lines | 13 | //config: head is used to print the first specified number of lines |
diff --git a/coreutils/hostid.c b/coreutils/hostid.c index 038809452..0dd18ffd9 100644 --- a/coreutils/hostid.c +++ b/coreutils/hostid.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config HOSTID | 9 | //config:config HOSTID |
10 | //config: bool "hostid (286 bytes)" | 10 | //config: bool "hostid (566 bytes)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: hostid prints the numeric identifier (in hexadecimal) for | 13 | //config: hostid prints the numeric identifier (in hexadecimal) for |
diff --git a/coreutils/id.c b/coreutils/id.c index 18bda3c55..a4f178bda 100644 --- a/coreutils/id.c +++ b/coreutils/id.c | |||
@@ -13,13 +13,13 @@ | |||
13 | * Added -G option Tito Ragusa (C) 2008 for SUSv3. | 13 | * Added -G option Tito Ragusa (C) 2008 for SUSv3. |
14 | */ | 14 | */ |
15 | //config:config ID | 15 | //config:config ID |
16 | //config: bool "id (7 kb)" | 16 | //config: bool "id (7.1 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: help | 18 | //config: help |
19 | //config: id displays the current user and group ID names. | 19 | //config: id displays the current user and group ID names. |
20 | //config: | 20 | //config: |
21 | //config:config GROUPS | 21 | //config:config GROUPS |
22 | //config: bool "groups (6.7 kb)" | 22 | //config: bool "groups (6.8 kb)" |
23 | //config: default y | 23 | //config: default y |
24 | //config: help | 24 | //config: help |
25 | //config: Print the group names associated with current user id. | 25 | //config: Print the group names associated with current user id. |
diff --git a/coreutils/link.c b/coreutils/link.c index 23e0cfdd0..cb994da45 100644 --- a/coreutils/link.c +++ b/coreutils/link.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config LINK | 8 | //config:config LINK |
9 | //config: bool "link (3.2 kb)" | 9 | //config: bool "link (3.5 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: link creates hard links between files. | 12 | //config: link creates hard links between files. |
diff --git a/coreutils/ln.c b/coreutils/ln.c index 2dcf79c07..34eec398a 100644 --- a/coreutils/ln.c +++ b/coreutils/ln.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config LN | 9 | //config:config LN |
10 | //config: bool "ln (4.9 kb)" | 10 | //config: bool "ln (5.1 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: ln is used to create hard or soft links between files. | 13 | //config: ln is used to create hard or soft links between files. |
diff --git a/coreutils/logname.c b/coreutils/logname.c index 06bbe1b0e..17c073a53 100644 --- a/coreutils/logname.c +++ b/coreutils/logname.c | |||
@@ -16,7 +16,7 @@ | |||
16 | * a diagnostic message and an error return. | 16 | * a diagnostic message and an error return. |
17 | */ | 17 | */ |
18 | //config:config LOGNAME | 18 | //config:config LOGNAME |
19 | //config: bool "logname (1.1 kb)" | 19 | //config: bool "logname (1.4 kb)" |
20 | //config: default y | 20 | //config: default y |
21 | //config: help | 21 | //config: help |
22 | //config: logname is used to print the current user's login name. | 22 | //config: logname is used to print the current user's login name. |
diff --git a/coreutils/md5_sha1_sum.c b/coreutils/md5_sha1_sum.c index b4bdc262c..f6a21237d 100644 --- a/coreutils/md5_sha1_sum.c +++ b/coreutils/md5_sha1_sum.c | |||
@@ -6,31 +6,31 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config MD5SUM | 8 | //config:config MD5SUM |
9 | //config: bool "md5sum (6.5 kb)" | 9 | //config: bool "md5sum (6.7 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: Compute and check MD5 message digest | 12 | //config: Compute and check MD5 message digest |
13 | //config: | 13 | //config: |
14 | //config:config SHA1SUM | 14 | //config:config SHA1SUM |
15 | //config: bool "sha1sum (5.9 kb)" | 15 | //config: bool "sha1sum (6.7 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: help | 17 | //config: help |
18 | //config: Compute and check SHA1 message digest | 18 | //config: Compute and check SHA1 message digest |
19 | //config: | 19 | //config: |
20 | //config:config SHA256SUM | 20 | //config:config SHA256SUM |
21 | //config: bool "sha256sum (7 kb)" | 21 | //config: bool "sha256sum (8.2 kb)" |
22 | //config: default y | 22 | //config: default y |
23 | //config: help | 23 | //config: help |
24 | //config: Compute and check SHA256 message digest | 24 | //config: Compute and check SHA256 message digest |
25 | //config: | 25 | //config: |
26 | //config:config SHA512SUM | 26 | //config:config SHA512SUM |
27 | //config: bool "sha512sum (7.4 kb)" | 27 | //config: bool "sha512sum (7.3 kb)" |
28 | //config: default y | 28 | //config: default y |
29 | //config: help | 29 | //config: help |
30 | //config: Compute and check SHA512 message digest | 30 | //config: Compute and check SHA512 message digest |
31 | //config: | 31 | //config: |
32 | //config:config SHA3SUM | 32 | //config:config SHA3SUM |
33 | //config: bool "sha3sum (6.1 kb)" | 33 | //config: bool "sha3sum (6.3 kb)" |
34 | //config: default y | 34 | //config: default y |
35 | //config: help | 35 | //config: help |
36 | //config: Compute and check SHA3 message digest | 36 | //config: Compute and check SHA3 message digest |
diff --git a/coreutils/mkdir.c b/coreutils/mkdir.c index d5e0f512b..e074c3561 100644 --- a/coreutils/mkdir.c +++ b/coreutils/mkdir.c | |||
@@ -14,7 +14,7 @@ | |||
14 | /* Nov 28, 2006 Yoshinori Sato <ysato@users.sourceforge.jp>: Add SELinux Support. | 14 | /* Nov 28, 2006 Yoshinori Sato <ysato@users.sourceforge.jp>: Add SELinux Support. |
15 | */ | 15 | */ |
16 | //config:config MKDIR | 16 | //config:config MKDIR |
17 | //config: bool "mkdir (4.5 kb)" | 17 | //config: bool "mkdir (4.7 kb)" |
18 | //config: default y | 18 | //config: default y |
19 | //config: help | 19 | //config: help |
20 | //config: mkdir is used to create directories with the specified names. | 20 | //config: mkdir is used to create directories with the specified names. |
diff --git a/coreutils/mkfifo.c b/coreutils/mkfifo.c index e9d420ed8..f48a8e5db 100644 --- a/coreutils/mkfifo.c +++ b/coreutils/mkfifo.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config MKFIFO | 9 | //config:config MKFIFO |
10 | //config: bool "mkfifo (3.8 kb)" | 10 | //config: bool "mkfifo (4 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: mkfifo is used to create FIFOs (named pipes). | 13 | //config: mkfifo is used to create FIFOs (named pipes). |
diff --git a/coreutils/mknod.c b/coreutils/mknod.c index b10fe4fc3..e390a7203 100644 --- a/coreutils/mknod.c +++ b/coreutils/mknod.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config MKNOD | 9 | //config:config MKNOD |
10 | //config: bool "mknod (4.5 kb)" | 10 | //config: bool "mknod (4.6 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: mknod is used to create FIFOs or block/character special | 13 | //config: mknod is used to create FIFOs or block/character special |
diff --git a/coreutils/mktemp.c b/coreutils/mktemp.c index 33e2720de..91b2be6d3 100644 --- a/coreutils/mktemp.c +++ b/coreutils/mktemp.c | |||
@@ -29,7 +29,7 @@ | |||
29 | * -p; else /tmp [deprecated] | 29 | * -p; else /tmp [deprecated] |
30 | */ | 30 | */ |
31 | //config:config MKTEMP | 31 | //config:config MKTEMP |
32 | //config: bool "mktemp (4.2 kb)" | 32 | //config: bool "mktemp (4.5 kb)" |
33 | //config: default y | 33 | //config: default y |
34 | //config: help | 34 | //config: help |
35 | //config: mktemp is used to create unique temporary files | 35 | //config: mktemp is used to create unique temporary files |
diff --git a/coreutils/nice.c b/coreutils/nice.c index e70da5d2b..0648593ee 100644 --- a/coreutils/nice.c +++ b/coreutils/nice.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config NICE | 9 | //config:config NICE |
10 | //config: bool "nice (2.1 kb)" | 10 | //config: bool "nice (2.3 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: nice runs a program with modified scheduling priority. | 13 | //config: nice runs a program with modified scheduling priority. |
diff --git a/coreutils/nl.c b/coreutils/nl.c index d06673881..12120f7a0 100644 --- a/coreutils/nl.c +++ b/coreutils/nl.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Licensed under GPLv2, see file LICENSE in this source tree. | 5 | * Licensed under GPLv2, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | //config:config NL | 7 | //config:config NL |
8 | //config: bool "nl (4.6 kb)" | 8 | //config: bool "nl (4.9 kb)" |
9 | //config: default y | 9 | //config: default y |
10 | //config: help | 10 | //config: help |
11 | //config: nl is used to number lines of files. | 11 | //config: nl is used to number lines of files. |
diff --git a/coreutils/nohup.c b/coreutils/nohup.c index ae136e085..69d8daff9 100644 --- a/coreutils/nohup.c +++ b/coreutils/nohup.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 11 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
12 | */ | 12 | */ |
13 | //config:config NOHUP | 13 | //config:config NOHUP |
14 | //config: bool "nohup (2 kb)" | 14 | //config: bool "nohup (2.2 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: run a command immune to hangups, with output to a non-tty. | 17 | //config: run a command immune to hangups, with output to a non-tty. |
diff --git a/coreutils/nproc.c b/coreutils/nproc.c index bb9bc56c5..f1d11fa5a 100644 --- a/coreutils/nproc.c +++ b/coreutils/nproc.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Licensed under GPLv2, see LICENSE in this source tree | 4 | * Licensed under GPLv2, see LICENSE in this source tree |
5 | */ | 5 | */ |
6 | //config:config NPROC | 6 | //config:config NPROC |
7 | //config: bool "nproc (3.7 kb)" | 7 | //config: bool "nproc (3.9 kb)" |
8 | //config: default y | 8 | //config: default y |
9 | //config: help | 9 | //config: help |
10 | //config: Print number of CPUs | 10 | //config: Print number of CPUs |
diff --git a/coreutils/paste.c b/coreutils/paste.c index 7def4de11..3e5f20158 100644 --- a/coreutils/paste.c +++ b/coreutils/paste.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config PASTE | 9 | //config:config PASTE |
10 | //config: bool "paste (4.9 kb)" | 10 | //config: bool "paste (5.1 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: paste is used to paste lines of different files together | 13 | //config: paste is used to paste lines of different files together |
diff --git a/coreutils/printenv.c b/coreutils/printenv.c index 5e195deaa..0ca9e6114 100644 --- a/coreutils/printenv.c +++ b/coreutils/printenv.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config PRINTENV | 10 | //config:config PRINTENV |
11 | //config: bool "printenv (1.3 kb)" | 11 | //config: bool "printenv (1.6 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: printenv is used to print all or part of environment. | 14 | //config: printenv is used to print all or part of environment. |
diff --git a/coreutils/printf.c b/coreutils/printf.c index b89df67f9..7763d7c46 100644 --- a/coreutils/printf.c +++ b/coreutils/printf.c | |||
@@ -38,7 +38,7 @@ | |||
38 | /* 19990508 Busy Boxed! Dave Cinege */ | 38 | /* 19990508 Busy Boxed! Dave Cinege */ |
39 | 39 | ||
40 | //config:config PRINTF | 40 | //config:config PRINTF |
41 | //config: bool "printf (3.8 kb)" | 41 | //config: bool "printf (4.1 kb)" |
42 | //config: default y | 42 | //config: default y |
43 | //config: help | 43 | //config: help |
44 | //config: printf is used to format and print specified strings. | 44 | //config: printf is used to format and print specified strings. |
diff --git a/coreutils/pwd.c b/coreutils/pwd.c index 4c42284f4..e62461719 100644 --- a/coreutils/pwd.c +++ b/coreutils/pwd.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config PWD | 9 | //config:config PWD |
10 | //config: bool "pwd (3.7 kb)" | 10 | //config: bool "pwd (4 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: pwd is used to print the current directory. | 13 | //config: pwd is used to print the current directory. |
diff --git a/coreutils/readlink.c b/coreutils/readlink.c index e17fc3b1e..9200f4ae0 100644 --- a/coreutils/readlink.c +++ b/coreutils/readlink.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config READLINK | 9 | //config:config READLINK |
10 | //config: bool "readlink (4 kb)" | 10 | //config: bool "readlink (4.8 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: This program reads a symbolic link and returns the name | 13 | //config: This program reads a symbolic link and returns the name |
diff --git a/coreutils/realpath.c b/coreutils/realpath.c index aeeef601c..22820a789 100644 --- a/coreutils/realpath.c +++ b/coreutils/realpath.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config REALPATH | 10 | //config:config REALPATH |
11 | //config: bool "realpath (1.6 kb)" | 11 | //config: bool "realpath (2.5 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Return the canonicalized absolute pathname. | 14 | //config: Return the canonicalized absolute pathname. |
diff --git a/coreutils/rm.c b/coreutils/rm.c index d000129d9..93e01a340 100644 --- a/coreutils/rm.c +++ b/coreutils/rm.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * Size reduction. | 11 | * Size reduction. |
12 | */ | 12 | */ |
13 | //config:config RM | 13 | //config:config RM |
14 | //config: bool "rm (5.4 kb)" | 14 | //config: bool "rm (5.5 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: rm is used to remove files or directories. | 17 | //config: rm is used to remove files or directories. |
diff --git a/coreutils/rmdir.c b/coreutils/rmdir.c index addf41188..96753e009 100644 --- a/coreutils/rmdir.c +++ b/coreutils/rmdir.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config RMDIR | 9 | //config:config RMDIR |
10 | //config: bool "rmdir (3.5 kb)" | 10 | //config: bool "rmdir (3.8 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: rmdir is used to remove empty directories. | 13 | //config: rmdir is used to remove empty directories. |
diff --git a/coreutils/seq.c b/coreutils/seq.c index 77a8aba8a..094f74e87 100644 --- a/coreutils/seq.c +++ b/coreutils/seq.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config SEQ | 9 | //config:config SEQ |
10 | //config: bool "seq (3.8 kb)" | 10 | //config: bool "seq (4 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: print a sequence of numbers | 13 | //config: print a sequence of numbers |
diff --git a/coreutils/shred.c b/coreutils/shred.c index 04bf87229..7c0be612a 100644 --- a/coreutils/shred.c +++ b/coreutils/shred.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Licensed under GPLv2, see file LICENSE in this source tree. | 5 | * Licensed under GPLv2, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | //config:config SHRED | 7 | //config:config SHRED |
8 | //config: bool "shred (4.9 kb)" | 8 | //config: bool "shred (5.5 kb)" |
9 | //config: default y | 9 | //config: default y |
10 | //config: help | 10 | //config: help |
11 | //config: Overwrite a file to hide its contents, and optionally delete it | 11 | //config: Overwrite a file to hide its contents, and optionally delete it |
diff --git a/coreutils/shuf.c b/coreutils/shuf.c index 466969745..0d23382a2 100644 --- a/coreutils/shuf.c +++ b/coreutils/shuf.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config SHUF | 9 | //config:config SHUF |
10 | //config: bool "shuf (5.4 kb)" | 10 | //config: bool "shuf (6 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Generate random permutations | 13 | //config: Generate random permutations |
diff --git a/coreutils/sleep.c b/coreutils/sleep.c index a0cee5a4a..6edff59cc 100644 --- a/coreutils/sleep.c +++ b/coreutils/sleep.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * time suffixes for seconds, minutes, hours, and days. | 13 | * time suffixes for seconds, minutes, hours, and days. |
14 | */ | 14 | */ |
15 | //config:config SLEEP | 15 | //config:config SLEEP |
16 | //config: bool "sleep (2 kb)" | 16 | //config: bool "sleep (2.4 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: help | 18 | //config: help |
19 | //config: sleep is used to pause for a specified number of seconds. | 19 | //config: sleep is used to pause for a specified number of seconds. |
diff --git a/coreutils/sort.c b/coreutils/sort.c index 01b7c44e5..2e952f81c 100644 --- a/coreutils/sort.c +++ b/coreutils/sort.c | |||
@@ -12,7 +12,7 @@ | |||
12 | * http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html | 12 | * http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html |
13 | */ | 13 | */ |
14 | //config:config SORT | 14 | //config:config SORT |
15 | //config: bool "sort (7.7 kb)" | 15 | //config: bool "sort (8.1 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: help | 17 | //config: help |
18 | //config: sort is used to sort lines of text in specified files. | 18 | //config: sort is used to sort lines of text in specified files. |
diff --git a/coreutils/split.c b/coreutils/split.c index 3fcfd95f2..b6d1b9a7b 100644 --- a/coreutils/split.c +++ b/coreutils/split.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config SPLIT | 8 | //config:config SPLIT |
9 | //config: bool "split (5 kb)" | 9 | //config: bool "split (5.2 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: Split a file into pieces. | 12 | //config: Split a file into pieces. |
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. |
diff --git a/coreutils/sum.c b/coreutils/sum.c index 16ec44540..78e69acc6 100644 --- a/coreutils/sum.c +++ b/coreutils/sum.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 13 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
14 | */ | 14 | */ |
15 | //config:config SUM | 15 | //config:config SUM |
16 | //config: bool "sum (4 kb)" | 16 | //config: bool "sum (4.2 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: help | 18 | //config: help |
19 | //config: checksum and count the blocks in a file | 19 | //config: checksum and count the blocks in a file |
diff --git a/coreutils/sync.c b/coreutils/sync.c index ea328a54c..b6a4a4b70 100644 --- a/coreutils/sync.c +++ b/coreutils/sync.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config SYNC | 10 | //config:config SYNC |
11 | //config: bool "sync (3.8 kb)" | 11 | //config: bool "sync (4 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: sync is used to flush filesystem buffers. | 14 | //config: sync is used to flush filesystem buffers. |
@@ -113,7 +113,7 @@ int sync_main(int argc UNUSED_PARAM, char **argv IF_NOT_DESKTOP(UNUSED_PARAM)) | |||
113 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 113 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
114 | */ | 114 | */ |
115 | //config:config FSYNC | 115 | //config:config FSYNC |
116 | //config: bool "fsync (3.6 kb)" | 116 | //config: bool "fsync (3.8 kb)" |
117 | //config: default y | 117 | //config: default y |
118 | //config: help | 118 | //config: help |
119 | //config: fsync is used to flush file-related cached blocks to disk. | 119 | //config: fsync is used to flush file-related cached blocks to disk. |
diff --git a/coreutils/tac.c b/coreutils/tac.c index 25e85f6f3..6d3ea9c19 100644 --- a/coreutils/tac.c +++ b/coreutils/tac.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * http://www.uclibc.org/lists/busybox/2003-July/008813.html | 13 | * http://www.uclibc.org/lists/busybox/2003-July/008813.html |
14 | */ | 14 | */ |
15 | //config:config TAC | 15 | //config:config TAC |
16 | //config: bool "tac (3.9 kb)" | 16 | //config: bool "tac (4.1 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: help | 18 | //config: help |
19 | //config: tac is used to concatenate and print files in reverse. | 19 | //config: tac is used to concatenate and print files in reverse. |
diff --git a/coreutils/tail.c b/coreutils/tail.c index 6201eb023..4680295b9 100644 --- a/coreutils/tail.c +++ b/coreutils/tail.c | |||
@@ -19,7 +19,7 @@ | |||
19 | * 7) lseek attempted when count==0 even if arg was +0 (from top) | 19 | * 7) lseek attempted when count==0 even if arg was +0 (from top) |
20 | */ | 20 | */ |
21 | //config:config TAIL | 21 | //config:config TAIL |
22 | //config: bool "tail (6.8 kb)" | 22 | //config: bool "tail (7.2 kb)" |
23 | //config: default y | 23 | //config: default y |
24 | //config: help | 24 | //config: help |
25 | //config: tail is used to print the last specified number of lines | 25 | //config: tail is used to print the last specified number of lines |
diff --git a/coreutils/tee.c b/coreutils/tee.c index e67296d43..603fd3ad4 100644 --- a/coreutils/tee.c +++ b/coreutils/tee.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config TEE | 9 | //config:config TEE |
10 | //config: bool "tee (4.2 kb)" | 10 | //config: bool "tee (4.4 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: tee is used to read from standard input and write | 13 | //config: tee is used to read from standard input and write |
diff --git a/coreutils/test.c b/coreutils/test.c index 1d1e6d18b..008d90b25 100644 --- a/coreutils/test.c +++ b/coreutils/test.c | |||
@@ -20,7 +20,7 @@ | |||
20 | * "This program is in the Public Domain." | 20 | * "This program is in the Public Domain." |
21 | */ | 21 | */ |
22 | //config:config TEST | 22 | //config:config TEST |
23 | //config: bool "test (4.1 kb)" | 23 | //config: bool "test (4.4 kb)" |
24 | //config: default y | 24 | //config: default y |
25 | //config: help | 25 | //config: help |
26 | //config: test is used to check file types and compare values, | 26 | //config: test is used to check file types and compare values, |
diff --git a/coreutils/timeout.c b/coreutils/timeout.c index 06108f315..18aa9ebeb 100644 --- a/coreutils/timeout.c +++ b/coreutils/timeout.c | |||
@@ -28,7 +28,7 @@ | |||
28 | * rewrite 14-11-2008 vda | 28 | * rewrite 14-11-2008 vda |
29 | */ | 29 | */ |
30 | //config:config TIMEOUT | 30 | //config:config TIMEOUT |
31 | //config: bool "timeout (6 kb)" | 31 | //config: bool "timeout (6.5 kb)" |
32 | //config: default y | 32 | //config: default y |
33 | //config: help | 33 | //config: help |
34 | //config: Runs a program and watches it. If it does not terminate in | 34 | //config: Runs a program and watches it. If it does not terminate in |
diff --git a/coreutils/touch.c b/coreutils/touch.c index 7e13a27be..8fde70e12 100644 --- a/coreutils/touch.c +++ b/coreutils/touch.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * Also, exiting on a failure was a bug. All args should be processed. | 13 | * Also, exiting on a failure was a bug. All args should be processed. |
14 | */ | 14 | */ |
15 | //config:config TOUCH | 15 | //config:config TOUCH |
16 | //config: bool "touch (5.9 kb)" | 16 | //config: bool "touch (6.1 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: help | 18 | //config: help |
19 | //config: touch is used to create or change the access and/or | 19 | //config: touch is used to create or change the access and/or |
diff --git a/coreutils/tr.c b/coreutils/tr.c index 7fe7f89d5..8d779d8ea 100644 --- a/coreutils/tr.c +++ b/coreutils/tr.c | |||
@@ -19,7 +19,7 @@ | |||
19 | * TODO: graph, print | 19 | * TODO: graph, print |
20 | */ | 20 | */ |
21 | //config:config TR | 21 | //config:config TR |
22 | //config: bool "tr (5.1 kb)" | 22 | //config: bool "tr (5.3 kb)" |
23 | //config: default y | 23 | //config: default y |
24 | //config: help | 24 | //config: help |
25 | //config: tr is used to squeeze, and/or delete characters from standard | 25 | //config: tr is used to squeeze, and/or delete characters from standard |
diff --git a/coreutils/true.c b/coreutils/true.c index 400388c34..02e533a0a 100644 --- a/coreutils/true.c +++ b/coreutils/true.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config TRUE | 9 | //config:config TRUE |
10 | //config: bool "true (tiny)" | 10 | //config: bool "true (311 bytes)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: true returns an exit code of TRUE (0). | 13 | //config: true returns an exit code of TRUE (0). |
diff --git a/coreutils/truncate.c b/coreutils/truncate.c index e26c3e3e1..8826e6b4c 100644 --- a/coreutils/truncate.c +++ b/coreutils/truncate.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config TRUNCATE | 8 | //config:config TRUNCATE |
9 | //config: bool "truncate (4.2 kb)" | 9 | //config: bool "truncate (4.4 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: truncate truncates files to a given size. If a file does | 12 | //config: truncate truncates files to a given size. If a file does |
diff --git a/coreutils/tsort.c b/coreutils/tsort.c index dedb65b15..a451ed2ff 100644 --- a/coreutils/tsort.c +++ b/coreutils/tsort.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * public domain -- David Leonard, 2022 | 5 | * public domain -- David Leonard, 2022 |
6 | */ | 6 | */ |
7 | //config:config TSORT | 7 | //config:config TSORT |
8 | //config: bool "tsort (0.7 kb)" | 8 | //config: bool "tsort (2.6 kb)" |
9 | //config: default y | 9 | //config: default y |
10 | //config: help | 10 | //config: help |
11 | //config: tsort performs a topological sort. | 11 | //config: tsort performs a topological sort. |
diff --git a/coreutils/tty.c b/coreutils/tty.c index e448c27ec..8f9a82b0e 100644 --- a/coreutils/tty.c +++ b/coreutils/tty.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config TTY | 9 | //config:config TTY |
10 | //config: bool "tty (3.6 kb)" | 10 | //config: bool "tty (3.9 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: tty is used to print the name of the current terminal to | 13 | //config: tty is used to print the name of the current terminal to |
diff --git a/coreutils/uname.c b/coreutils/uname.c index 6c0bdf096..e1e7a7660 100644 --- a/coreutils/uname.c +++ b/coreutils/uname.c | |||
@@ -44,7 +44,7 @@ | |||
44 | * Fix handling of -a to not print "unknown", add -o and -i support. | 44 | * Fix handling of -a to not print "unknown", add -o and -i support. |
45 | */ | 45 | */ |
46 | //config:config UNAME | 46 | //config:config UNAME |
47 | //config: bool "uname (3.9 kb)" | 47 | //config: bool "uname (4.2 kb)" |
48 | //config: default y | 48 | //config: default y |
49 | //config: help | 49 | //config: help |
50 | //config: uname is used to print system information. | 50 | //config: uname is used to print system information. |
@@ -59,7 +59,7 @@ | |||
59 | //config: | 59 | //config: |
60 | //can't use "ARCH" for this applet, all hell breaks loose in build system :) | 60 | //can't use "ARCH" for this applet, all hell breaks loose in build system :) |
61 | //config:config BB_ARCH | 61 | //config:config BB_ARCH |
62 | //config: bool "arch (1.1 kb)" | 62 | //config: bool "arch (1.4 kb)" |
63 | //config: default y | 63 | //config: default y |
64 | //config: help | 64 | //config: help |
65 | //config: Same as uname -m. | 65 | //config: Same as uname -m. |
diff --git a/coreutils/uniq.c b/coreutils/uniq.c index 06c57f750..2c112dadb 100644 --- a/coreutils/uniq.c +++ b/coreutils/uniq.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config UNIQ | 9 | //config:config UNIQ |
10 | //config: bool "uniq (4.9 kb)" | 10 | //config: bool "uniq (5.1 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: uniq is used to remove duplicate lines from a sorted file. | 13 | //config: uniq is used to remove duplicate lines from a sorted file. |
diff --git a/coreutils/unlink.c b/coreutils/unlink.c index 24be81da6..61b108a84 100644 --- a/coreutils/unlink.c +++ b/coreutils/unlink.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see LICENSE in this source tree | 7 | * Licensed under GPLv2, see LICENSE in this source tree |
8 | */ | 8 | */ |
9 | //config:config UNLINK | 9 | //config:config UNLINK |
10 | //config: bool "unlink (3.2 kb)" | 10 | //config: bool "unlink (3.5 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: unlink deletes a file by calling unlink() | 13 | //config: unlink deletes a file by calling unlink() |
diff --git a/coreutils/usleep.c b/coreutils/usleep.c index 51a015c44..bb619405b 100644 --- a/coreutils/usleep.c +++ b/coreutils/usleep.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config USLEEP | 9 | //config:config USLEEP |
10 | //config: bool "usleep (1.3 kb)" | 10 | //config: bool "usleep (1.6 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: usleep is used to pause for a specified number of microseconds. | 13 | //config: usleep is used to pause for a specified number of microseconds. |
diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c index 63a8d4d48..59768f87e 100644 --- a/coreutils/uudecode.c +++ b/coreutils/uudecode.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * "end" line | 11 | * "end" line |
12 | */ | 12 | */ |
13 | //config:config UUDECODE | 13 | //config:config UUDECODE |
14 | //config: bool "uudecode (5.8 kb)" | 14 | //config: bool "uudecode (5.9 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: uudecode is used to decode a uuencoded file. | 17 | //config: uudecode is used to decode a uuencoded file. |
@@ -178,13 +178,13 @@ int uudecode_main(int argc UNUSED_PARAM, char **argv) | |||
178 | #endif | 178 | #endif |
179 | 179 | ||
180 | //config:config BASE32 | 180 | //config:config BASE32 |
181 | //config: bool "base32 (4.9 kb)" | 181 | //config: bool "base32 (5.5 kb)" |
182 | //config: default y | 182 | //config: default y |
183 | //config: help | 183 | //config: help |
184 | //config: Base32 encode and decode | 184 | //config: Base32 encode and decode |
185 | 185 | ||
186 | //config:config BASE64 | 186 | //config:config BASE64 |
187 | //config: bool "base64 (4.9 kb)" | 187 | //config: bool "base64 (5.3 kb)" |
188 | //config: default y | 188 | //config: default y |
189 | //config: help | 189 | //config: help |
190 | //config: Base64 encode and decode | 190 | //config: Base64 encode and decode |
diff --git a/coreutils/uuencode.c b/coreutils/uuencode.c index f096e3122..97ff39ee3 100644 --- a/coreutils/uuencode.c +++ b/coreutils/uuencode.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config UUENCODE | 10 | //config:config UUENCODE |
11 | //config: bool "uuencode (4.4 kb)" | 11 | //config: bool "uuencode (4.7 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: uuencode is used to uuencode a file. | 14 | //config: uuencode is used to uuencode a file. |
diff --git a/coreutils/wc.c b/coreutils/wc.c index d5238d3fc..de75aba72 100644 --- a/coreutils/wc.c +++ b/coreutils/wc.c | |||
@@ -33,7 +33,7 @@ | |||
33 | * for which 'wc -c' should output '0'. | 33 | * for which 'wc -c' should output '0'. |
34 | */ | 34 | */ |
35 | //config:config WC | 35 | //config:config WC |
36 | //config: bool "wc (4.5 kb)" | 36 | //config: bool "wc (4.7 kb)" |
37 | //config: default y | 37 | //config: default y |
38 | //config: help | 38 | //config: help |
39 | //config: wc is used to print the number of bytes, words, and lines, | 39 | //config: wc is used to print the number of bytes, words, and lines, |
diff --git a/coreutils/who.c b/coreutils/who.c index 3725d77f5..6f96f7243 100644 --- a/coreutils/who.c +++ b/coreutils/who.c | |||
@@ -15,7 +15,7 @@ | |||
15 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 15 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
16 | */ | 16 | */ |
17 | //config:config WHO | 17 | //config:config WHO |
18 | //config: bool "who (3.9 kb)" | 18 | //config: bool "who (5.6 kb)" |
19 | //config: default y | 19 | //config: default y |
20 | //config: depends on FEATURE_UTMP | 20 | //config: depends on FEATURE_UTMP |
21 | //config: help | 21 | //config: help |
@@ -23,14 +23,14 @@ | |||
23 | //config: | 23 | //config: |
24 | // procps-ng has this variation of "who": | 24 | // procps-ng has this variation of "who": |
25 | //config:config W | 25 | //config:config W |
26 | //config: bool "w (3.8 kb)" | 26 | //config: bool "w (5.5 kb)" |
27 | //config: default y | 27 | //config: default y |
28 | //config: depends on FEATURE_UTMP | 28 | //config: depends on FEATURE_UTMP |
29 | //config: help | 29 | //config: help |
30 | //config: Print users currently logged on. | 30 | //config: Print users currently logged on. |
31 | //config: | 31 | //config: |
32 | //config:config USERS | 32 | //config:config USERS |
33 | //config: bool "users (3.4 kb)" | 33 | //config: bool "users (3.6 kb)" |
34 | //config: default y | 34 | //config: default y |
35 | //config: depends on FEATURE_UTMP | 35 | //config: depends on FEATURE_UTMP |
36 | //config: help | 36 | //config: help |
diff --git a/coreutils/whoami.c b/coreutils/whoami.c index 49b5dd368..7e94d51fb 100644 --- a/coreutils/whoami.c +++ b/coreutils/whoami.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config WHOAMI | 9 | //config:config WHOAMI |
10 | //config: bool "whoami (3.2 kb)" | 10 | //config: bool "whoami (3.5 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: whoami is used to print the username of the current | 13 | //config: whoami is used to print the username of the current |
diff --git a/coreutils/yes.c b/coreutils/yes.c index 161db82c0..e04ad3ac0 100644 --- a/coreutils/yes.c +++ b/coreutils/yes.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * Size reductions and removed redundant applet name prefix from error messages. | 11 | * Size reductions and removed redundant applet name prefix from error messages. |
12 | */ | 12 | */ |
13 | //config:config YES | 13 | //config:config YES |
14 | //config: bool "yes (1.2 kb)" | 14 | //config: bool "yes (1.5 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: yes is used to repeatedly output a specific string, or | 17 | //config: yes is used to repeatedly output a specific string, or |
diff --git a/debianutils/pipe_progress.c b/debianutils/pipe_progress.c index ab7e2528f..acd7402d7 100644 --- a/debianutils/pipe_progress.c +++ b/debianutils/pipe_progress.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config PIPE_PROGRESS | 9 | //config:config PIPE_PROGRESS |
10 | //config: bool "pipe_progress (275 bytes)" | 10 | //config: bool "pipe_progress (576 bytes)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Display a dot to indicate pipe activity. | 13 | //config: Display a dot to indicate pipe activity. |
diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c index f528c88ff..780df3e96 100644 --- a/debianutils/run_parts.c +++ b/debianutils/run_parts.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * broken compatibility because the BusyBox policy doesn't allow them. | 23 | * broken compatibility because the BusyBox policy doesn't allow them. |
24 | */ | 24 | */ |
25 | //config:config RUN_PARTS | 25 | //config:config RUN_PARTS |
26 | //config: bool "run-parts (6.1 kb)" | 26 | //config: bool "run-parts (6.2 kb)" |
27 | //config: default y | 27 | //config: default y |
28 | //config: help | 28 | //config: help |
29 | //config: run-parts is a utility designed to run all the scripts in a directory. | 29 | //config: run-parts is a utility designed to run all the scripts in a directory. |
diff --git a/debianutils/which.c b/debianutils/which.c index 23692dc6f..1f547919f 100644 --- a/debianutils/which.c +++ b/debianutils/which.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config WHICH | 8 | //config:config WHICH |
9 | //config: bool "which (3.8 kb)" | 9 | //config: bool "which (4 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: which is used to find programs in your PATH and | 12 | //config: which is used to find programs in your PATH and |
diff --git a/e2fsprogs/chattr.c b/e2fsprogs/chattr.c index f436cd91e..5dec3253b 100644 --- a/e2fsprogs/chattr.c +++ b/e2fsprogs/chattr.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Public License | 10 | * Public License |
11 | */ | 11 | */ |
12 | //config:config CHATTR | 12 | //config:config CHATTR |
13 | //config: bool "chattr (3.8 kb)" | 13 | //config: bool "chattr (4.1 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: chattr changes the file attributes on a second extended file system. | 16 | //config: chattr changes the file attributes on a second extended file system. |
diff --git a/e2fsprogs/fsck.c b/e2fsprogs/fsck.c index 028f8a803..fd4ea737c 100644 --- a/e2fsprogs/fsck.c +++ b/e2fsprogs/fsck.c | |||
@@ -34,7 +34,7 @@ | |||
34 | * It doesn't guess filesystem types from on-disk format. | 34 | * It doesn't guess filesystem types from on-disk format. |
35 | */ | 35 | */ |
36 | //config:config FSCK | 36 | //config:config FSCK |
37 | //config: bool "fsck (7.4 kb)" | 37 | //config: bool "fsck (7.6 kb)" |
38 | //config: default y | 38 | //config: default y |
39 | //config: help | 39 | //config: help |
40 | //config: fsck is used to check and optionally repair one or more filesystems. | 40 | //config: fsck is used to check and optionally repair one or more filesystems. |
diff --git a/e2fsprogs/lsattr.c b/e2fsprogs/lsattr.c index c9f353ce5..f678f72fb 100644 --- a/e2fsprogs/lsattr.c +++ b/e2fsprogs/lsattr.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Public License | 10 | * Public License |
11 | */ | 11 | */ |
12 | //config:config LSATTR | 12 | //config:config LSATTR |
13 | //config: bool "lsattr (5.5 kb)" | 13 | //config: bool "lsattr (5.7 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: lsattr lists the file attributes on a second extended file system. | 16 | //config: lsattr lists the file attributes on a second extended file system. |
diff --git a/editors/awk.c b/editors/awk.c index 171f0a7ea..efdff2778 100644 --- a/editors/awk.c +++ b/editors/awk.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config AWK | 9 | //config:config AWK |
10 | //config: bool "awk (23 kb)" | 10 | //config: bool "awk (24 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Awk is used as a pattern scanning and processing language. | 13 | //config: Awk is used as a pattern scanning and processing language. |
diff --git a/editors/cmp.c b/editors/cmp.c index b89e519ad..54f347508 100644 --- a/editors/cmp.c +++ b/editors/cmp.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config CMP | 9 | //config:config CMP |
10 | //config: bool "cmp (4.9 kb)" | 10 | //config: bool "cmp (5.3 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: cmp is used to compare two files and returns the result | 13 | //config: cmp is used to compare two files and returns the result |
diff --git a/editors/ed.c b/editors/ed.c index 4a84f7433..8ec23d07f 100644 --- a/editors/ed.c +++ b/editors/ed.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * The "ed" built-in command (much simplified) | 7 | * The "ed" built-in command (much simplified) |
8 | */ | 8 | */ |
9 | //config:config ED | 9 | //config:config ED |
10 | //config: bool "ed (21 kb)" | 10 | //config: bool "ed (16 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: The original 1970's Unix text editor, from the days of teletypes. | 13 | //config: The original 1970's Unix text editor, from the days of teletypes. |
diff --git a/editors/patch.c b/editors/patch.c index f90d6854d..5a768b23f 100644 --- a/editors/patch.c +++ b/editors/patch.c | |||
@@ -21,7 +21,7 @@ | |||
21 | * [file] which file to patch | 21 | * [file] which file to patch |
22 | */ | 22 | */ |
23 | //config:config PATCH | 23 | //config:config PATCH |
24 | //config: bool "patch (9.4 kb)" | 24 | //config: bool "patch (9.6 kb)" |
25 | //config: default y | 25 | //config: default y |
26 | //config: help | 26 | //config: help |
27 | //config: Apply a unified diff formatted patch. | 27 | //config: Apply a unified diff formatted patch. |
diff --git a/editors/patch_toybox.c b/editors/patch_toybox.c index 5478ece7d..c0631d8cd 100644 --- a/editors/patch_toybox.c +++ b/editors/patch_toybox.c | |||
@@ -26,7 +26,7 @@ | |||
26 | USE_PATCH(NEWTOY(patch, USE_TOYBOX_DEBUG("x")"up#i:R", TOYFLAG_USR|TOYFLAG_BIN)) | 26 | USE_PATCH(NEWTOY(patch, USE_TOYBOX_DEBUG("x")"up#i:R", TOYFLAG_USR|TOYFLAG_BIN)) |
27 | 27 | ||
28 | config PATCH | 28 | config PATCH |
29 | bool "patch (9.4 kb)" | 29 | bool "patch (9.6 kb)" |
30 | default y | 30 | default y |
31 | help | 31 | help |
32 | usage: patch [-i file] [-p depth] [-Ru] | 32 | usage: patch [-i file] [-p depth] [-Ru] |
diff --git a/editors/vi.c b/editors/vi.c index 2645afe87..3cc3d2a0b 100644 --- a/editors/vi.c +++ b/editors/vi.c | |||
@@ -18,7 +18,7 @@ | |||
18 | // An "ex" line oriented mode- maybe using "cmdedit" | 18 | // An "ex" line oriented mode- maybe using "cmdedit" |
19 | 19 | ||
20 | //config:config VI | 20 | //config:config VI |
21 | //config: bool "vi (23 kb)" | 21 | //config: bool "vi (26 kb)" |
22 | //config: default y | 22 | //config: default y |
23 | //config: help | 23 | //config: help |
24 | //config: 'vi' is a text editor. More specifically, it is the One True | 24 | //config: 'vi' is a text editor. More specifically, it is the One True |
diff --git a/findutils/find.c b/findutils/find.c index 136ca0d21..31c996988 100644 --- a/findutils/find.c +++ b/findutils/find.c | |||
@@ -51,7 +51,7 @@ | |||
51 | * diff -u /tmp/std_find /tmp/bb_find && echo Identical | 51 | * diff -u /tmp/std_find /tmp/bb_find && echo Identical |
52 | */ | 52 | */ |
53 | //config:config FIND | 53 | //config:config FIND |
54 | //config: bool "find (14 kb)" | 54 | //config: bool "find (16 kb)" |
55 | //config: default y | 55 | //config: default y |
56 | //config: help | 56 | //config: help |
57 | //config: find is used to search your system to find specified files. | 57 | //config: find is used to search your system to find specified files. |
diff --git a/findutils/grep.c b/findutils/grep.c index 0b72812f1..f6d0a73f4 100644 --- a/findutils/grep.c +++ b/findutils/grep.c | |||
@@ -18,19 +18,19 @@ | |||
18 | * (C) 2006 Jac Goudsmit added -o option | 18 | * (C) 2006 Jac Goudsmit added -o option |
19 | */ | 19 | */ |
20 | //config:config GREP | 20 | //config:config GREP |
21 | //config: bool "grep (8.6 kb)" | 21 | //config: bool "grep (8.9 kb)" |
22 | //config: default y | 22 | //config: default y |
23 | //config: help | 23 | //config: help |
24 | //config: grep is used to search files for a specified pattern. | 24 | //config: grep is used to search files for a specified pattern. |
25 | //config: | 25 | //config: |
26 | //config:config EGREP | 26 | //config:config EGREP |
27 | //config: bool "egrep (7.8 kb)" | 27 | //config: bool "egrep (8 kb)" |
28 | //config: default y | 28 | //config: default y |
29 | //config: help | 29 | //config: help |
30 | //config: Alias to "grep -E". | 30 | //config: Alias to "grep -E". |
31 | //config: | 31 | //config: |
32 | //config:config FGREP | 32 | //config:config FGREP |
33 | //config: bool "fgrep (7.8 kb)" | 33 | //config: bool "fgrep (8 kb)" |
34 | //config: default y | 34 | //config: default y |
35 | //config: help | 35 | //config: help |
36 | //config: Alias to "grep -F". | 36 | //config: Alias to "grep -F". |
diff --git a/findutils/xargs.c b/findutils/xargs.c index c6000e066..890c37534 100644 --- a/findutils/xargs.c +++ b/findutils/xargs.c | |||
@@ -15,7 +15,7 @@ | |||
15 | * http://www.opengroup.org/onlinepubs/007904975/utilities/xargs.html | 15 | * http://www.opengroup.org/onlinepubs/007904975/utilities/xargs.html |
16 | */ | 16 | */ |
17 | //config:config XARGS | 17 | //config:config XARGS |
18 | //config: bool "xargs (7.2 kb)" | 18 | //config: bool "xargs (7.6 kb)" |
19 | //config: default y | 19 | //config: default y |
20 | //config: help | 20 | //config: help |
21 | //config: xargs is used to execute a specified command for | 21 | //config: xargs is used to execute a specified command for |
diff --git a/init/halt.c b/init/halt.c index fe3cb9e75..7aea8cfec 100644 --- a/init/halt.c +++ b/init/halt.c | |||
@@ -7,19 +7,19 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config HALT | 9 | //config:config HALT |
10 | //config: bool "halt (4 kb)" | 10 | //config: bool "halt (4.3 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Stop all processes and halt the system. | 13 | //config: Stop all processes and halt the system. |
14 | //config: | 14 | //config: |
15 | //config:config POWEROFF | 15 | //config:config POWEROFF |
16 | //config: bool "poweroff (4 kb)" | 16 | //config: bool "poweroff (4.3 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: help | 18 | //config: help |
19 | //config: Stop all processes and power off the system. | 19 | //config: Stop all processes and power off the system. |
20 | //config: | 20 | //config: |
21 | //config:config REBOOT | 21 | //config:config REBOOT |
22 | //config: bool "reboot (4 kb)" | 22 | //config: bool "reboot (4.3 kb)" |
23 | //config: default y | 23 | //config: default y |
24 | //config: help | 24 | //config: help |
25 | //config: Stop all processes and reboot the system. | 25 | //config: Stop all processes and reboot the system. |
diff --git a/klibc-utils/resume.c b/klibc-utils/resume.c index 8c4ab26c4..7b9d18b5d 100644 --- a/klibc-utils/resume.c +++ b/klibc-utils/resume.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Licensed under GPLv2, see file LICENSE in this source tree. | 4 | * Licensed under GPLv2, see file LICENSE in this source tree. |
5 | */ | 5 | */ |
6 | //config:config RESUME | 6 | //config:config RESUME |
7 | //config: bool "resume (3.2 kb)" | 7 | //config: bool "resume (3.6 kb)" |
8 | //config: default y | 8 | //config: default y |
9 | //config: help | 9 | //config: help |
10 | //config: Resume from saved "suspend-to-disk" image | 10 | //config: Resume from saved "suspend-to-disk" image |
diff --git a/klibc-utils/run-init.c b/klibc-utils/run-init.c index 73c677bab..5eadd9fc0 100644 --- a/klibc-utils/run-init.c +++ b/klibc-utils/run-init.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config RUN_INIT | 8 | //config:config RUN_INIT |
9 | //config: bool "run-init (7.7 kb)" | 9 | //config: bool "run-init (8 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: The run-init utility is used from initramfs to select a new | 12 | //config: The run-init utility is used from initramfs to select a new |
diff --git a/loginutils/add-remove-shell.c b/loginutils/add-remove-shell.c index b09555aae..2470050e7 100644 --- a/loginutils/add-remove-shell.c +++ b/loginutils/add-remove-shell.c | |||
@@ -8,13 +8,13 @@ | |||
8 | * for details. | 8 | * for details. |
9 | */ | 9 | */ |
10 | //config:config ADD_SHELL | 10 | //config:config ADD_SHELL |
11 | //config: bool "add-shell (3.1 kb)" | 11 | //config: bool "add-shell (3.3 kb)" |
12 | //config: default y if DESKTOP | 12 | //config: default y if DESKTOP |
13 | //config: help | 13 | //config: help |
14 | //config: Add shells to /etc/shells. | 14 | //config: Add shells to /etc/shells. |
15 | //config: | 15 | //config: |
16 | //config:config REMOVE_SHELL | 16 | //config:config REMOVE_SHELL |
17 | //config: bool "remove-shell (3 kb)" | 17 | //config: bool "remove-shell (3.3 kb)" |
18 | //config: default y if DESKTOP | 18 | //config: default y if DESKTOP |
19 | //config: help | 19 | //config: help |
20 | //config: Remove shells from /etc/shells. | 20 | //config: Remove shells from /etc/shells. |
diff --git a/loginutils/addgroup.c b/loginutils/addgroup.c index 71d3a8db9..2b5ac7550 100644 --- a/loginutils/addgroup.c +++ b/loginutils/addgroup.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | //config:config ADDGROUP | 11 | //config:config ADDGROUP |
12 | //config: bool "addgroup (8.6 kb)" | 12 | //config: bool "addgroup (8.8 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select LONG_OPTS | 14 | //config: select LONG_OPTS |
15 | //config: help | 15 | //config: help |
diff --git a/loginutils/chpasswd.c b/loginutils/chpasswd.c index a032abbed..65530b614 100644 --- a/loginutils/chpasswd.c +++ b/loginutils/chpasswd.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config CHPASSWD | 8 | //config:config CHPASSWD |
9 | //config: bool "chpasswd (18 kb)" | 9 | //config: bool "chpasswd (19 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: Reads a file of user name and password pairs from standard input | 12 | //config: Reads a file of user name and password pairs from standard input |
diff --git a/loginutils/cryptpw.c b/loginutils/cryptpw.c index 2109e2eb5..1c338540f 100644 --- a/loginutils/cryptpw.c +++ b/loginutils/cryptpw.c | |||
@@ -10,14 +10,14 @@ | |||
10 | * Licensed under GPLv2, see file LICENSE in this source tree. | 10 | * Licensed under GPLv2, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | //config:config CRYPTPW | 12 | //config:config CRYPTPW |
13 | //config: bool "cryptpw (14 kb)" | 13 | //config: bool "cryptpw (15 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: Encrypts the given password with the crypt(3) libc function | 16 | //config: Encrypts the given password with the crypt(3) libc function |
17 | //config: using the given salt. | 17 | //config: using the given salt. |
18 | //config: | 18 | //config: |
19 | //config:config MKPASSWD | 19 | //config:config MKPASSWD |
20 | //config: bool "mkpasswd (15 kb)" | 20 | //config: bool "mkpasswd (16 kb)" |
21 | //config: default y | 21 | //config: default y |
22 | //config: help | 22 | //config: help |
23 | //config: Encrypts the given password with the crypt(3) libc function | 23 | //config: Encrypts the given password with the crypt(3) libc function |
diff --git a/loginutils/deluser.c b/loginutils/deluser.c index 8e7df737c..a82ffc317 100644 --- a/loginutils/deluser.c +++ b/loginutils/deluser.c | |||
@@ -9,13 +9,13 @@ | |||
9 | * Licensed under GPLv2, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | //config:config DELUSER | 11 | //config:config DELUSER |
12 | //config: bool "deluser (9.1 kb)" | 12 | //config: bool "deluser (9.3 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: Utility for deleting a user account. | 15 | //config: Utility for deleting a user account. |
16 | //config: | 16 | //config: |
17 | //config:config DELGROUP | 17 | //config:config DELGROUP |
18 | //config: bool "delgroup (6.4 kb)" | 18 | //config: bool "delgroup (6.6 kb)" |
19 | //config: default y | 19 | //config: default y |
20 | //config: help | 20 | //config: help |
21 | //config: Utility for deleting a group account. | 21 | //config: Utility for deleting a group account. |
diff --git a/loginutils/getty.c b/loginutils/getty.c index cd6378d80..4581cc9f7 100644 --- a/loginutils/getty.c +++ b/loginutils/getty.c | |||
@@ -22,7 +22,7 @@ | |||
22 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 22 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
23 | */ | 23 | */ |
24 | //config:config GETTY | 24 | //config:config GETTY |
25 | //config: bool "getty (10 kb)" | 25 | //config: bool "getty (11 kb)" |
26 | //config: default y | 26 | //config: default y |
27 | //config: select FEATURE_SYSLOG | 27 | //config: select FEATURE_SYSLOG |
28 | //config: help | 28 | //config: help |
diff --git a/loginutils/login.c b/loginutils/login.c index b02be2176..301be4a34 100644 --- a/loginutils/login.c +++ b/loginutils/login.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
4 | */ | 4 | */ |
5 | //config:config LOGIN | 5 | //config:config LOGIN |
6 | //config: bool "login (24 kb)" | 6 | //config: bool "login (25 kb)" |
7 | //config: default y | 7 | //config: default y |
8 | //config: select FEATURE_SYSLOG | 8 | //config: select FEATURE_SYSLOG |
9 | //config: help | 9 | //config: help |
diff --git a/loginutils/passwd.c b/loginutils/passwd.c index acc942275..1e8449627 100644 --- a/loginutils/passwd.c +++ b/loginutils/passwd.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
4 | */ | 4 | */ |
5 | //config:config PASSWD | 5 | //config:config PASSWD |
6 | //config: bool "passwd (21 kb)" | 6 | //config: bool "passwd (22 kb)" |
7 | //config: default y | 7 | //config: default y |
8 | //config: select FEATURE_SYSLOG | 8 | //config: select FEATURE_SYSLOG |
9 | //config: help | 9 | //config: help |
diff --git a/loginutils/sulogin.c b/loginutils/sulogin.c index 681022acb..9c927ed79 100644 --- a/loginutils/sulogin.c +++ b/loginutils/sulogin.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 5 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | //config:config SULOGIN | 7 | //config:config SULOGIN |
8 | //config: bool "sulogin (17 kb)" | 8 | //config: bool "sulogin (18 kb)" |
9 | //config: default y | 9 | //config: default y |
10 | //config: select FEATURE_SYSLOG | 10 | //config: select FEATURE_SYSLOG |
11 | //config: help | 11 | //config: help |
diff --git a/loginutils/vlock.c b/loginutils/vlock.c index 720835c4b..11bf58ca0 100644 --- a/loginutils/vlock.c +++ b/loginutils/vlock.c | |||
@@ -16,7 +16,7 @@ | |||
16 | * It now works with md5, sha1, etc passwords. | 16 | * It now works with md5, sha1, etc passwords. |
17 | */ | 17 | */ |
18 | //config:config VLOCK | 18 | //config:config VLOCK |
19 | //config: bool "vlock (17 kb)" | 19 | //config: bool "vlock (18 kb)" |
20 | //config: default y | 20 | //config: default y |
21 | //config: help | 21 | //config: help |
22 | //config: Build the "vlock" applet which allows you to lock (virtual) terminals. | 22 | //config: Build the "vlock" applet which allows you to lock (virtual) terminals. |
diff --git a/mailutils/makemime.c b/mailutils/makemime.c index 1ff2012d5..f4c1b2bd8 100644 --- a/mailutils/makemime.c +++ b/mailutils/makemime.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config MAKEMIME | 9 | //config:config MAKEMIME |
10 | //config: bool "makemime (5.4 kb)" | 10 | //config: bool "makemime (5.6 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Create MIME-formatted messages. | 13 | //config: Create MIME-formatted messages. |
diff --git a/mailutils/popmaildir.c b/mailutils/popmaildir.c index 1f2db2892..52d5d342e 100644 --- a/mailutils/popmaildir.c +++ b/mailutils/popmaildir.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Licensed under GPLv2, see file LICENSE in this source tree. | 10 | * Licensed under GPLv2, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | //config:config POPMAILDIR | 12 | //config:config POPMAILDIR |
13 | //config: bool "popmaildir (10 kb)" | 13 | //config: bool "popmaildir (11 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: Simple yet powerful POP3 mail popper. Delivers content | 16 | //config: Simple yet powerful POP3 mail popper. Delivers content |
diff --git a/mailutils/reformime.c b/mailutils/reformime.c index a1d3f4e8b..850dfb9cc 100644 --- a/mailutils/reformime.c +++ b/mailutils/reformime.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config REFORMIME | 9 | //config:config REFORMIME |
10 | //config: bool "reformime (7.5 kb)" | 10 | //config: bool "reformime (7.6 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Parse MIME-formatted messages. | 13 | //config: Parse MIME-formatted messages. |
diff --git a/miscutils/adjtimex.c b/miscutils/adjtimex.c index 209d1d560..fb478c0c9 100644 --- a/miscutils/adjtimex.c +++ b/miscutils/adjtimex.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 11 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
12 | */ | 12 | */ |
13 | //config:config ADJTIMEX | 13 | //config:config ADJTIMEX |
14 | //config: bool "adjtimex (4.7 kb)" | 14 | //config: bool "adjtimex (4.9 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: Adjtimex reads and optionally sets adjustment parameters for | 17 | //config: Adjtimex reads and optionally sets adjustment parameters for |
diff --git a/miscutils/ascii.c b/miscutils/ascii.c index 98c11fa51..7bcb950fd 100644 --- a/miscutils/ascii.c +++ b/miscutils/ascii.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Licensed under GPLv2, see file LICENSE in this source tree. | 5 | * Licensed under GPLv2, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | //config:config ASCII | 7 | //config:config ASCII |
8 | //config: bool "ascii" | 8 | //config: bool "ascii (784 bytes)" |
9 | //config: default y | 9 | //config: default y |
10 | //config: help | 10 | //config: help |
11 | //config: Print ascii table. | 11 | //config: Print ascii table. |
diff --git a/miscutils/bc.c b/miscutils/bc.c index c629c4763..28bc40c8b 100644 --- a/miscutils/bc.c +++ b/miscutils/bc.c | |||
@@ -14,7 +14,7 @@ | |||
14 | #define SANITY_CHECKS 1 | 14 | #define SANITY_CHECKS 1 |
15 | 15 | ||
16 | //config:config BC | 16 | //config:config BC |
17 | //config: bool "bc (45 kb)" | 17 | //config: bool "bc (38 kb)" |
18 | //config: default y | 18 | //config: default y |
19 | //config: select FEATURE_DC_BIG | 19 | //config: select FEATURE_DC_BIG |
20 | //config: help | 20 | //config: help |
@@ -38,7 +38,7 @@ | |||
38 | //config: 5) "read()" accepts expressions, not only numeric literals. | 38 | //config: 5) "read()" accepts expressions, not only numeric literals. |
39 | //config: | 39 | //config: |
40 | //config:config DC | 40 | //config:config DC |
41 | //config: bool "dc (36 kb)" | 41 | //config: bool "dc (29 kb)" |
42 | //config: default y | 42 | //config: default y |
43 | //config: help | 43 | //config: help |
44 | //config: dc is a reverse-polish notation command-line calculator which | 44 | //config: dc is a reverse-polish notation command-line calculator which |
diff --git a/miscutils/beep.c b/miscutils/beep.c index 7c60aed08..724a666c8 100644 --- a/miscutils/beep.c +++ b/miscutils/beep.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config BEEP | 9 | //config:config BEEP |
10 | //config: bool "beep (2.4 kb)" | 10 | //config: bool "beep (2.7 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: The beep applets beeps in a given freq/Hz. | 13 | //config: The beep applets beeps in a given freq/Hz. |
diff --git a/miscutils/chat.c b/miscutils/chat.c index 83aac37de..7daf7a6f6 100644 --- a/miscutils/chat.c +++ b/miscutils/chat.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config CHAT | 10 | //config:config CHAT |
11 | //config: bool "chat (6.3 kb)" | 11 | //config: bool "chat (6.7 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Simple chat utility. | 14 | //config: Simple chat utility. |
diff --git a/miscutils/crond.c b/miscutils/crond.c index bd43c6b68..3bbb5ac83 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | //config:config CROND | 11 | //config:config CROND |
12 | //config: bool "crond (14 kb)" | 12 | //config: bool "crond (15 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select FEATURE_SYSLOG | 14 | //config: select FEATURE_SYSLOG |
15 | //config: help | 15 | //config: help |
diff --git a/miscutils/devmem.c b/miscutils/devmem.c index f21621bd6..015b18f71 100644 --- a/miscutils/devmem.c +++ b/miscutils/devmem.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 4 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
5 | */ | 5 | */ |
6 | //config:config DEVMEM | 6 | //config:config DEVMEM |
7 | //config: bool "devmem (2.5 kb)" | 7 | //config: bool "devmem (2.7 kb)" |
8 | //config: default y | 8 | //config: default y |
9 | //config: help | 9 | //config: help |
10 | //config: devmem is a small program that reads and writes from physical | 10 | //config: devmem is a small program that reads and writes from physical |
diff --git a/miscutils/hexedit.c b/miscutils/hexedit.c index 15ad78377..41f26b938 100644 --- a/miscutils/hexedit.c +++ b/miscutils/hexedit.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Licensed under GPLv2, see file LICENSE in this source tree. | 4 | * Licensed under GPLv2, see file LICENSE in this source tree. |
5 | */ | 5 | */ |
6 | //config:config HEXEDIT | 6 | //config:config HEXEDIT |
7 | //config: bool "hexedit (21 kb)" | 7 | //config: bool "hexedit (15 kb)" |
8 | //config: default y | 8 | //config: default y |
9 | //config: help | 9 | //config: help |
10 | //config: Edit file in hexadecimal. | 10 | //config: Edit file in hexadecimal. |
diff --git a/miscutils/i2c_tools.c b/miscutils/i2c_tools.c index da26f5e19..a70573ebe 100644 --- a/miscutils/i2c_tools.c +++ b/miscutils/i2c_tools.c | |||
@@ -9,31 +9,31 @@ | |||
9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | //config:config I2CGET | 11 | //config:config I2CGET |
12 | //config: bool "i2cget (5.5 kb)" | 12 | //config: bool "i2cget (5.7 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: Read from I2C/SMBus chip registers. | 15 | //config: Read from I2C/SMBus chip registers. |
16 | //config: | 16 | //config: |
17 | //config:config I2CSET | 17 | //config:config I2CSET |
18 | //config: bool "i2cset (6.7 kb)" | 18 | //config: bool "i2cset (6.9 kb)" |
19 | //config: default y | 19 | //config: default y |
20 | //config: help | 20 | //config: help |
21 | //config: Set I2C registers. | 21 | //config: Set I2C registers. |
22 | //config: | 22 | //config: |
23 | //config:config I2CDUMP | 23 | //config:config I2CDUMP |
24 | //config: bool "i2cdump (7.1 kb)" | 24 | //config: bool "i2cdump (7.2 kb)" |
25 | //config: default y | 25 | //config: default y |
26 | //config: help | 26 | //config: help |
27 | //config: Examine I2C registers. | 27 | //config: Examine I2C registers. |
28 | //config: | 28 | //config: |
29 | //config:config I2CDETECT | 29 | //config:config I2CDETECT |
30 | //config: bool "i2cdetect (7.1 kb)" | 30 | //config: bool "i2cdetect (7.3 kb)" |
31 | //config: default y | 31 | //config: default y |
32 | //config: help | 32 | //config: help |
33 | //config: Detect I2C chips. | 33 | //config: Detect I2C chips. |
34 | //config: | 34 | //config: |
35 | //config:config I2CTRANSFER | 35 | //config:config I2CTRANSFER |
36 | //config: bool "i2ctransfer (4.0 kb)" | 36 | //config: bool "i2ctransfer (5.5 kb)" |
37 | //config: default y | 37 | //config: default y |
38 | //config: help | 38 | //config: help |
39 | //config: Send user-defined I2C messages in one transfer. | 39 | //config: Send user-defined I2C messages in one transfer. |
diff --git a/miscutils/lsscsi.c b/miscutils/lsscsi.c index 8f7eda761..9f677ba28 100644 --- a/miscutils/lsscsi.c +++ b/miscutils/lsscsi.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config LSSCSI | 9 | //config:config LSSCSI |
10 | //config: bool "lsscsi (2.5 kb)" | 10 | //config: bool "lsscsi (2.9 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: lsscsi is a utility for displaying information about SCSI buses in the | 13 | //config: lsscsi is a utility for displaying information about SCSI buses in the |
diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c index 93c550042..48be91875 100644 --- a/miscutils/makedevs.c +++ b/miscutils/makedevs.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * known bugs: can't deal with alpha ranges | 7 | * known bugs: can't deal with alpha ranges |
8 | */ | 8 | */ |
9 | //config:config MAKEDEVS | 9 | //config:config MAKEDEVS |
10 | //config: bool "makedevs (9.2 kb)" | 10 | //config: bool "makedevs (9.4 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: 'makedevs' is a utility used to create a batch of devices with | 13 | //config: 'makedevs' is a utility used to create a batch of devices with |
diff --git a/miscutils/microcom.c b/miscutils/microcom.c index 97b46342f..99db207bf 100644 --- a/miscutils/microcom.c +++ b/miscutils/microcom.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config MICROCOM | 10 | //config:config MICROCOM |
11 | //config: bool "microcom (5.7 kb)" | 11 | //config: bool "microcom (5.9 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: The poor man's minicom utility for chatting with serial port devices. | 14 | //config: The poor man's minicom utility for chatting with serial port devices. |
diff --git a/miscutils/mt.c b/miscutils/mt.c index 52d5476a1..c781ef545 100644 --- a/miscutils/mt.c +++ b/miscutils/mt.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
4 | */ | 4 | */ |
5 | //config:config MT | 5 | //config:config MT |
6 | //config: bool "mt (2.5 kb)" | 6 | //config: bool "mt (2.7 kb)" |
7 | //config: default y | 7 | //config: default y |
8 | //config: help | 8 | //config: help |
9 | //config: mt is used to control tape devices. You can use the mt utility | 9 | //config: mt is used to control tape devices. You can use the mt utility |
diff --git a/miscutils/nandwrite.c b/miscutils/nandwrite.c index 52bf49434..6ac92aa1f 100644 --- a/miscutils/nandwrite.c +++ b/miscutils/nandwrite.c | |||
@@ -8,13 +8,13 @@ | |||
8 | * TODO: add support for large (>4GB) MTD devices | 8 | * TODO: add support for large (>4GB) MTD devices |
9 | */ | 9 | */ |
10 | //config:config NANDWRITE | 10 | //config:config NANDWRITE |
11 | //config: bool "nandwrite (4.8 kb)" | 11 | //config: bool "nandwrite (5 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Write to the specified MTD device, with bad blocks awareness | 14 | //config: Write to the specified MTD device, with bad blocks awareness |
15 | //config: | 15 | //config: |
16 | //config:config NANDDUMP | 16 | //config:config NANDDUMP |
17 | //config: bool "nanddump (5.2 kb)" | 17 | //config: bool "nanddump (5.4 kb)" |
18 | //config: default y | 18 | //config: default y |
19 | //config: help | 19 | //config: help |
20 | //config: Dump the content of raw NAND chip | 20 | //config: Dump the content of raw NAND chip |
diff --git a/miscutils/partprobe.c b/miscutils/partprobe.c index 0fb1927b7..b21c6241b 100644 --- a/miscutils/partprobe.c +++ b/miscutils/partprobe.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Licensed under GPLv2, see file LICENSE in this source tree. | 5 | * Licensed under GPLv2, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | //config:config PARTPROBE | 7 | //config:config PARTPROBE |
8 | //config: bool "partprobe (3.5 kb)" | 8 | //config: bool "partprobe (3.7 kb)" |
9 | //config: default y | 9 | //config: default y |
10 | //config: help | 10 | //config: help |
11 | //config: Ask kernel to rescan partition table. | 11 | //config: Ask kernel to rescan partition table. |
diff --git a/miscutils/raidautorun.c b/miscutils/raidautorun.c index 905862cf7..8e70b5a51 100644 --- a/miscutils/raidautorun.c +++ b/miscutils/raidautorun.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config RAIDAUTORUN | 9 | //config:config RAIDAUTORUN |
10 | //config: bool "raidautorun (1.3 kb)" | 10 | //config: bool "raidautorun (1.6 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: raidautorun tells the kernel md driver to | 13 | //config: raidautorun tells the kernel md driver to |
diff --git a/miscutils/readahead.c b/miscutils/readahead.c index d2bed2092..a9e672617 100644 --- a/miscutils/readahead.c +++ b/miscutils/readahead.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | //config:config READAHEAD | 12 | //config:config READAHEAD |
13 | //config: bool "readahead (1.5 kb)" | 13 | //config: bool "readahead (1.7 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: depends on LFS | 15 | //config: depends on LFS |
16 | //config: help | 16 | //config: help |
diff --git a/miscutils/runlevel.c b/miscutils/runlevel.c index 2f1581ead..7b96a5472 100644 --- a/miscutils/runlevel.c +++ b/miscutils/runlevel.c | |||
@@ -12,7 +12,7 @@ | |||
12 | * initially busyboxified by Bernhard Reutner-Fischer | 12 | * initially busyboxified by Bernhard Reutner-Fischer |
13 | */ | 13 | */ |
14 | //config:config RUNLEVEL | 14 | //config:config RUNLEVEL |
15 | //config: bool "runlevel (559 bytes)" | 15 | //config: bool "runlevel (837 bytes)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: depends on FEATURE_UTMP | 17 | //config: depends on FEATURE_UTMP |
18 | //config: help | 18 | //config: help |
diff --git a/miscutils/rx.c b/miscutils/rx.c index d8b041480..3052bdef7 100644 --- a/miscutils/rx.c +++ b/miscutils/rx.c | |||
@@ -15,7 +15,7 @@ | |||
15 | * This was originally written for blob and then adapted for busybox. | 15 | * This was originally written for blob and then adapted for busybox. |
16 | */ | 16 | */ |
17 | //config:config RX | 17 | //config:config RX |
18 | //config: bool "rx (2.9 kb)" | 18 | //config: bool "rx (3.2 kb)" |
19 | //config: default y | 19 | //config: default y |
20 | //config: help | 20 | //config: help |
21 | //config: Receive files using the Xmodem protocol. | 21 | //config: Receive files using the Xmodem protocol. |
diff --git a/miscutils/seedrng.c b/miscutils/seedrng.c index 3bf6e2ea7..7a2331cb1 100644 --- a/miscutils/seedrng.c +++ b/miscutils/seedrng.c | |||
@@ -20,7 +20,7 @@ | |||
20 | * This is based on code from <https://git.zx2c4.com/seedrng/about/>. | 20 | * This is based on code from <https://git.zx2c4.com/seedrng/about/>. |
21 | */ | 21 | */ |
22 | //config:config SEEDRNG | 22 | //config:config SEEDRNG |
23 | //config: bool "seedrng (1.3 kb)" | 23 | //config: bool "seedrng (9.1 kb)" |
24 | //config: default y | 24 | //config: default y |
25 | //config: help | 25 | //config: help |
26 | //config: Seed the kernel RNG from seed files, meant to be called | 26 | //config: Seed the kernel RNG from seed files, meant to be called |
diff --git a/miscutils/setfattr.c b/miscutils/setfattr.c index 9792c2660..10d1840c9 100644 --- a/miscutils/setfattr.c +++ b/miscutils/setfattr.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config SETFATTR | 8 | //config:config SETFATTR |
9 | //config: bool "setfattr (3.7 kb)" | 9 | //config: bool "setfattr (3.9 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: Set/delete extended attributes on files | 12 | //config: Set/delete extended attributes on files |
diff --git a/miscutils/setserial.c b/miscutils/setserial.c index 175c788fc..5fb93d226 100644 --- a/miscutils/setserial.c +++ b/miscutils/setserial.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config SETSERIAL | 10 | //config:config SETSERIAL |
11 | //config: bool "setserial (6.9 kb)" | 11 | //config: bool "setserial (7.1 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Retrieve or set Linux serial port. | 14 | //config: Retrieve or set Linux serial port. |
diff --git a/miscutils/strings.c b/miscutils/strings.c index b01884968..036df5c5d 100644 --- a/miscutils/strings.c +++ b/miscutils/strings.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config STRINGS | 9 | //config:config STRINGS |
10 | //config: bool "strings (4.6 kb)" | 10 | //config: bool "strings (4.8 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: strings prints the printable character sequences for each file | 13 | //config: strings prints the printable character sequences for each file |
diff --git a/miscutils/time.c b/miscutils/time.c index c4bcbcbc9..5a8fa4c0b 100644 --- a/miscutils/time.c +++ b/miscutils/time.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Heavily modified for busybox by Erik Andersen <andersen@codepoet.org> | 10 | * Heavily modified for busybox by Erik Andersen <andersen@codepoet.org> |
11 | */ | 11 | */ |
12 | //config:config TIME | 12 | //config:config TIME |
13 | //config: bool "time (6.8 kb)" | 13 | //config: bool "time (8.1 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: The time command runs the specified program with the given arguments. | 16 | //config: The time command runs the specified program with the given arguments. |
diff --git a/miscutils/tree.c b/miscutils/tree.c index fa55696c6..0b142c85c 100644 --- a/miscutils/tree.c +++ b/miscutils/tree.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Licensed under GPLv2, see file LICENSE in this source tree. | 5 | * Licensed under GPLv2, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | //config:config TREE | 7 | //config:config TREE |
8 | //config: bool "tree (0.6 kb)" | 8 | //config: bool "tree (2.5 kb)" |
9 | //config: default y | 9 | //config: default y |
10 | //config: help | 10 | //config: help |
11 | //config: List files and directories in a tree structure. | 11 | //config: List files and directories in a tree structure. |
diff --git a/miscutils/ts.c b/miscutils/ts.c index c7e477cc5..c5c1879df 100644 --- a/miscutils/ts.c +++ b/miscutils/ts.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Licensed under GPLv2, see file LICENSE in this source tree. | 4 | * Licensed under GPLv2, see file LICENSE in this source tree. |
5 | */ | 5 | */ |
6 | //config:config TS | 6 | //config:config TS |
7 | //config: bool "ts (450 bytes)" | 7 | //config: bool "ts (4.4 kb)" |
8 | //config: default y | 8 | //config: default y |
9 | 9 | ||
10 | //applet:IF_TS(APPLET(ts, BB_DIR_USR_BIN, BB_SUID_DROP)) | 10 | //applet:IF_TS(APPLET(ts, BB_DIR_USR_BIN, BB_SUID_DROP)) |
diff --git a/miscutils/ttysize.c b/miscutils/ttysize.c index d635b29ce..e95936637 100644 --- a/miscutils/ttysize.c +++ b/miscutils/ttysize.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Licensed under GPLv2, see file LICENSE in this source tree. | 10 | * Licensed under GPLv2, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | //config:config TTYSIZE | 12 | //config:config TTYSIZE |
13 | //config: bool "ttysize (432 bytes)" | 13 | //config: bool "ttysize (718 bytes)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: A replacement for "stty size". Unlike stty, can report only width, | 16 | //config: A replacement for "stty size". Unlike stty, can report only width, |
diff --git a/miscutils/ubi_tools.c b/miscutils/ubi_tools.c index 6d49f61d9..8de444eb2 100644 --- a/miscutils/ubi_tools.c +++ b/miscutils/ubi_tools.c | |||
@@ -4,37 +4,37 @@ | |||
4 | * Licensed under GPLv2, see file LICENSE in this source tree. | 4 | * Licensed under GPLv2, see file LICENSE in this source tree. |
5 | */ | 5 | */ |
6 | //config:config UBIATTACH | 6 | //config:config UBIATTACH |
7 | //config: bool "ubiattach (4.2 kb)" | 7 | //config: bool "ubiattach (4.5 kb)" |
8 | //config: default y | 8 | //config: default y |
9 | //config: help | 9 | //config: help |
10 | //config: Attach MTD device to an UBI device. | 10 | //config: Attach MTD device to an UBI device. |
11 | //config: | 11 | //config: |
12 | //config:config UBIDETACH | 12 | //config:config UBIDETACH |
13 | //config: bool "ubidetach (4.1 kb)" | 13 | //config: bool "ubidetach (4.3 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: Detach MTD device from an UBI device. | 16 | //config: Detach MTD device from an UBI device. |
17 | //config: | 17 | //config: |
18 | //config:config UBIMKVOL | 18 | //config:config UBIMKVOL |
19 | //config: bool "ubimkvol (5.3 kb)" | 19 | //config: bool "ubimkvol (5.5 kb)" |
20 | //config: default y | 20 | //config: default y |
21 | //config: help | 21 | //config: help |
22 | //config: Create a UBI volume. | 22 | //config: Create a UBI volume. |
23 | //config: | 23 | //config: |
24 | //config:config UBIRMVOL | 24 | //config:config UBIRMVOL |
25 | //config: bool "ubirmvol (4.9 kb)" | 25 | //config: bool "ubirmvol (5.1 kb)" |
26 | //config: default y | 26 | //config: default y |
27 | //config: help | 27 | //config: help |
28 | //config: Delete a UBI volume. | 28 | //config: Delete a UBI volume. |
29 | //config: | 29 | //config: |
30 | //config:config UBIRSVOL | 30 | //config:config UBIRSVOL |
31 | //config: bool "ubirsvol (4.2 kb)" | 31 | //config: bool "ubirsvol (4.4 kb)" |
32 | //config: default y | 32 | //config: default y |
33 | //config: help | 33 | //config: help |
34 | //config: Resize a UBI volume. | 34 | //config: Resize a UBI volume. |
35 | //config: | 35 | //config: |
36 | //config:config UBIUPDATEVOL | 36 | //config:config UBIUPDATEVOL |
37 | //config: bool "ubiupdatevol (5.2 kb)" | 37 | //config: bool "ubiupdatevol (5.6 kb)" |
38 | //config: default y | 38 | //config: default y |
39 | //config: help | 39 | //config: help |
40 | //config: Update a UBI volume. | 40 | //config: Update a UBI volume. |
diff --git a/miscutils/ubirename.c b/miscutils/ubirename.c index 06a0adacf..af94354f3 100644 --- a/miscutils/ubirename.c +++ b/miscutils/ubirename.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config UBIRENAME | 9 | //config:config UBIRENAME |
10 | //config: bool "ubirename (2.4 kb)" | 10 | //config: bool "ubirename (2.7 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Utility to rename UBI volumes | 13 | //config: Utility to rename UBI volumes |
diff --git a/miscutils/volname.c b/miscutils/volname.c index 027d01272..fbf87322d 100644 --- a/miscutils/volname.c +++ b/miscutils/volname.c | |||
@@ -28,7 +28,7 @@ | |||
28 | * Matthew Stoltenberg <d3matt@gmail.com> | 28 | * Matthew Stoltenberg <d3matt@gmail.com> |
29 | */ | 29 | */ |
30 | //config:config VOLNAME | 30 | //config:config VOLNAME |
31 | //config: bool "volname (1.6 kb)" | 31 | //config: bool "volname (1.9 kb)" |
32 | //config: default y | 32 | //config: default y |
33 | //config: help | 33 | //config: help |
34 | //config: Prints a CD-ROM volume name. | 34 | //config: Prints a CD-ROM volume name. |
diff --git a/miscutils/watchdog.c b/miscutils/watchdog.c index 9f5a4b849..db1d27b48 100644 --- a/miscutils/watchdog.c +++ b/miscutils/watchdog.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | //config:config WATCHDOG | 11 | //config:config WATCHDOG |
12 | //config: bool "watchdog (5.3 kb)" | 12 | //config: bool "watchdog (5.7 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: The watchdog utility is used with hardware or software watchdog | 15 | //config: The watchdog utility is used with hardware or software watchdog |
diff --git a/modutils/lsmod.c b/modutils/lsmod.c index 2beb12362..d9df5ad81 100644 --- a/modutils/lsmod.c +++ b/modutils/lsmod.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config LSMOD | 10 | //config:config LSMOD |
11 | //config: bool "lsmod (1.9 kb)" | 11 | //config: bool "lsmod (2.1 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: lsmod is used to display a list of loaded modules. | 14 | //config: lsmod is used to display a list of loaded modules. |
diff --git a/modutils/modprobe.c b/modutils/modprobe.c index 235706fd5..543f53e99 100644 --- a/modutils/modprobe.c +++ b/modutils/modprobe.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config MODPROBE | 10 | //config:config MODPROBE |
11 | //config: bool "modprobe (28 kb)" | 11 | //config: bool "modprobe (27 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Handle the loading of modules, and their dependencies on a high | 14 | //config: Handle the loading of modules, and their dependencies on a high |
diff --git a/modutils/rmmod.c b/modutils/rmmod.c index 2b3c39153..fe86a6766 100644 --- a/modutils/rmmod.c +++ b/modutils/rmmod.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config RMMOD | 10 | //config:config RMMOD |
11 | //config: bool "rmmod (3.3 kb)" | 11 | //config: bool "rmmod (3.5 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: rmmod is used to unload specified modules from the kernel. | 14 | //config: rmmod is used to unload specified modules from the kernel. |
diff --git a/networking/arping.c b/networking/arping.c index 86f0221ed..967f1ac04 100644 --- a/networking/arping.c +++ b/networking/arping.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Busybox port: Nick Fedchik <nick@fedchik.org.ua> | 6 | * Busybox port: Nick Fedchik <nick@fedchik.org.ua> |
7 | */ | 7 | */ |
8 | //config:config ARPING | 8 | //config:config ARPING |
9 | //config: bool "arping (9 kb)" | 9 | //config: bool "arping (9.1 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: Ping hosts by ARP packets. | 12 | //config: Ping hosts by ARP packets. |
diff --git a/networking/brctl.c b/networking/brctl.c index 956bd91f3..7b0270b51 100644 --- a/networking/brctl.c +++ b/networking/brctl.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | //config:config BRCTL | 12 | //config:config BRCTL |
13 | //config: bool "brctl (4.7 kb)" | 13 | //config: bool "brctl (9.9 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: Manage ethernet bridges. | 16 | //config: Manage ethernet bridges. |
diff --git a/networking/dnsd.c b/networking/dnsd.c index a0f320c6c..a11d83f49 100644 --- a/networking/dnsd.c +++ b/networking/dnsd.c | |||
@@ -17,7 +17,7 @@ | |||
17 | * the first porting of oao' scdns to busybox also. | 17 | * the first porting of oao' scdns to busybox also. |
18 | */ | 18 | */ |
19 | //config:config DNSD | 19 | //config:config DNSD |
20 | //config: bool "dnsd (9.8 kb)" | 20 | //config: bool "dnsd (10 kb)" |
21 | //config: default y | 21 | //config: default y |
22 | //config: help | 22 | //config: help |
23 | //config: Small and static DNS server daemon. | 23 | //config: Small and static DNS server daemon. |
diff --git a/networking/ether-wake.c b/networking/ether-wake.c index 36e90acfb..68df19361 100644 --- a/networking/ether-wake.c +++ b/networking/ether-wake.c | |||
@@ -64,7 +64,7 @@ | |||
64 | * filter. That configuration consumes more power. | 64 | * filter. That configuration consumes more power. |
65 | */ | 65 | */ |
66 | //config:config ETHER_WAKE | 66 | //config:config ETHER_WAKE |
67 | //config: bool "ether-wake (4.9 kb)" | 67 | //config: bool "ether-wake (5.2 kb)" |
68 | //config: default y | 68 | //config: default y |
69 | //config: help | 69 | //config: help |
70 | //config: Send a magic packet to wake up sleeping machines. | 70 | //config: Send a magic packet to wake up sleeping machines. |
diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c index 4c92f34a1..1172850ce 100644 --- a/networking/ftpgetput.c +++ b/networking/ftpgetput.c | |||
@@ -13,13 +13,13 @@ | |||
13 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 13 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
14 | */ | 14 | */ |
15 | //config:config FTPGET | 15 | //config:config FTPGET |
16 | //config: bool "ftpget (7.8 kb)" | 16 | //config: bool "ftpget (7.9 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: help | 18 | //config: help |
19 | //config: Retrieve a remote file via FTP. | 19 | //config: Retrieve a remote file via FTP. |
20 | //config: | 20 | //config: |
21 | //config:config FTPPUT | 21 | //config:config FTPPUT |
22 | //config: bool "ftpput (7.5 kb)" | 22 | //config: bool "ftpput (7.6 kb)" |
23 | //config: default y | 23 | //config: default y |
24 | //config: help | 24 | //config: help |
25 | //config: Store a remote file via FTP. | 25 | //config: Store a remote file via FTP. |
diff --git a/networking/hostname.c b/networking/hostname.c index 549103485..36cb70866 100644 --- a/networking/hostname.c +++ b/networking/hostname.c | |||
@@ -10,13 +10,13 @@ | |||
10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | //config:config HOSTNAME | 12 | //config:config HOSTNAME |
13 | //config: bool "hostname (5.5 kb)" | 13 | //config: bool "hostname (5.8 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: Show or set the system's host name. | 16 | //config: Show or set the system's host name. |
17 | //config: | 17 | //config: |
18 | //config:config DNSDOMAINNAME | 18 | //config:config DNSDOMAINNAME |
19 | //config: bool "dnsdomainname (3.6 kb)" | 19 | //config: bool "dnsdomainname (3.8 kb)" |
20 | //config: default y | 20 | //config: default y |
21 | //config: help | 21 | //config: help |
22 | //config: Alias to "hostname -d". | 22 | //config: Alias to "hostname -d". |
diff --git a/networking/ifplugd.c b/networking/ifplugd.c index 0b55bf4e5..a776d4121 100644 --- a/networking/ifplugd.c +++ b/networking/ifplugd.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config IFPLUGD | 9 | //config:config IFPLUGD |
10 | //config: bool "ifplugd (10 kb)" | 10 | //config: bool "ifplugd (11 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Network interface plug detection daemon. | 13 | //config: Network interface plug detection daemon. |
diff --git a/networking/ip.c b/networking/ip.c index 7c3208699..36126b747 100644 --- a/networking/ip.c +++ b/networking/ip.c | |||
@@ -19,7 +19,7 @@ | |||
19 | //config: trying to be portable, it's better to use "ip CMD" forms. | 19 | //config: trying to be portable, it's better to use "ip CMD" forms. |
20 | //config: | 20 | //config: |
21 | //config:config IPADDR | 21 | //config:config IPADDR |
22 | //config: bool "ipaddr (14 kb)" | 22 | //config: bool "ipaddr (15 kb)" |
23 | //config: default y | 23 | //config: default y |
24 | //config: select FEATURE_IP_ADDRESS | 24 | //config: select FEATURE_IP_ADDRESS |
25 | //config: help | 25 | //config: help |
@@ -40,7 +40,7 @@ | |||
40 | //config: Short form of "ip route" | 40 | //config: Short form of "ip route" |
41 | //config: | 41 | //config: |
42 | //config:config IPTUNNEL | 42 | //config:config IPTUNNEL |
43 | //config: bool "iptunnel (9.6 kb)" | 43 | //config: bool "iptunnel (9.8 kb)" |
44 | //config: default y | 44 | //config: default y |
45 | //config: select FEATURE_IP_TUNNEL | 45 | //config: select FEATURE_IP_TUNNEL |
46 | //config: help | 46 | //config: help |
@@ -54,7 +54,7 @@ | |||
54 | //config: Short form of "ip rule" | 54 | //config: Short form of "ip rule" |
55 | //config: | 55 | //config: |
56 | //config:config IPNEIGH | 56 | //config:config IPNEIGH |
57 | //config: bool "ipneigh (8.3 kb)" | 57 | //config: bool "ipneigh (8.6 kb)" |
58 | //config: default y | 58 | //config: default y |
59 | //config: select FEATURE_IP_NEIGH | 59 | //config: select FEATURE_IP_NEIGH |
60 | //config: help | 60 | //config: help |
diff --git a/networking/ipcalc.c b/networking/ipcalc.c index e82e35dd5..92e7b289d 100644 --- a/networking/ipcalc.c +++ b/networking/ipcalc.c | |||
@@ -12,7 +12,7 @@ | |||
12 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 12 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
13 | */ | 13 | */ |
14 | //config:config IPCALC | 14 | //config:config IPCALC |
15 | //config: bool "ipcalc (4.4 kb)" | 15 | //config: bool "ipcalc (4.6 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: help | 17 | //config: help |
18 | //config: ipcalc takes an IP address and netmask and calculates the | 18 | //config: ipcalc takes an IP address and netmask and calculates the |
diff --git a/networking/isrv_identd.c b/networking/isrv_identd.c index f564d604a..a92afc7e1 100644 --- a/networking/isrv_identd.c +++ b/networking/isrv_identd.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config FAKEIDENTD | 9 | //config:config FAKEIDENTD |
10 | //config: bool "fakeidentd (8.7 kb)" | 10 | //config: bool "fakeidentd (9 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select FEATURE_SYSLOG | 12 | //config: select FEATURE_SYSLOG |
13 | //config: help | 13 | //config: help |
diff --git a/networking/nameif.c b/networking/nameif.c index 66e042688..461745c70 100644 --- a/networking/nameif.c +++ b/networking/nameif.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | //config:config NAMEIF | 12 | //config:config NAMEIF |
13 | //config: bool "nameif (6.6 kb)" | 13 | //config: bool "nameif (6.9 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: select FEATURE_SYSLOG | 15 | //config: select FEATURE_SYSLOG |
16 | //config: help | 16 | //config: help |
diff --git a/networking/nbd-client.c b/networking/nbd-client.c index 755b42ccd..556fa8c97 100644 --- a/networking/nbd-client.c +++ b/networking/nbd-client.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Licensed under GPLv2, see file LICENSE in this source tree. | 4 | * Licensed under GPLv2, see file LICENSE in this source tree. |
5 | */ | 5 | */ |
6 | //config:config NBDCLIENT | 6 | //config:config NBDCLIENT |
7 | //config: bool "nbd-client (6 kb)" | 7 | //config: bool "nbd-client (6.3 kb)" |
8 | //config: default y | 8 | //config: default y |
9 | //config: help | 9 | //config: help |
10 | //config: Network block device client | 10 | //config: Network block device client |
diff --git a/networking/nslookup.c b/networking/nslookup.c index 249083e24..b67d354f7 100644 --- a/networking/nslookup.c +++ b/networking/nslookup.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | 2 | ||
3 | //config:config NSLOOKUP | 3 | //config:config NSLOOKUP |
4 | //config: bool "nslookup (9.7 kb)" | 4 | //config: bool "nslookup (10 kb)" |
5 | //config: default y | 5 | //config: default y |
6 | //config: help | 6 | //config: help |
7 | //config: nslookup is a tool to query Internet name servers. | 7 | //config: nslookup is a tool to query Internet name servers. |
diff --git a/networking/ntpd.c b/networking/ntpd.c index c7519b8fb..93bd3189d 100644 --- a/networking/ntpd.c +++ b/networking/ntpd.c | |||
@@ -41,7 +41,7 @@ | |||
41 | *********************************************************************** | 41 | *********************************************************************** |
42 | */ | 42 | */ |
43 | //config:config NTPD | 43 | //config:config NTPD |
44 | //config: bool "ntpd (22 kb)" | 44 | //config: bool "ntpd (23 kb)" |
45 | //config: default y | 45 | //config: default y |
46 | //config: help | 46 | //config: help |
47 | //config: The NTP client/server daemon. | 47 | //config: The NTP client/server daemon. |
diff --git a/networking/pscan.c b/networking/pscan.c index 816178bbc..13785deca 100644 --- a/networking/pscan.c +++ b/networking/pscan.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config PSCAN | 8 | //config:config PSCAN |
9 | //config: bool "pscan (6 kb)" | 9 | //config: bool "pscan (6.2 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: Simple network port scanner. | 12 | //config: Simple network port scanner. |
diff --git a/networking/route.c b/networking/route.c index 26146f8e9..6e2d30cfd 100644 --- a/networking/route.c +++ b/networking/route.c | |||
@@ -25,7 +25,7 @@ | |||
25 | * remove ridiculous amounts of bloat. | 25 | * remove ridiculous amounts of bloat. |
26 | */ | 26 | */ |
27 | //config:config ROUTE | 27 | //config:config ROUTE |
28 | //config: bool "route (8.7 kb)" | 28 | //config: bool "route (9 kb)" |
29 | //config: default y | 29 | //config: default y |
30 | //config: help | 30 | //config: help |
31 | //config: Route displays or manipulates the kernel's IP routing tables. | 31 | //config: Route displays or manipulates the kernel's IP routing tables. |
diff --git a/networking/slattach.c b/networking/slattach.c index 16b4c9158..2f5cd15ab 100644 --- a/networking/slattach.c +++ b/networking/slattach.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * - The -F options allows disabling of RTS/CTS flow control. | 13 | * - The -F options allows disabling of RTS/CTS flow control. |
14 | */ | 14 | */ |
15 | //config:config SLATTACH | 15 | //config:config SLATTACH |
16 | //config: bool "slattach (6.2 kb)" | 16 | //config: bool "slattach (6.3 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: help | 18 | //config: help |
19 | //config: slattach configures serial line as SLIP network interface. | 19 | //config: slattach configures serial line as SLIP network interface. |
diff --git a/networking/ssl_client.c b/networking/ssl_client.c index 397aad297..582fb0e71 100644 --- a/networking/ssl_client.c +++ b/networking/ssl_client.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Licensed under GPLv2, see file LICENSE in this source tree. | 4 | * Licensed under GPLv2, see file LICENSE in this source tree. |
5 | */ | 5 | */ |
6 | //config:config SSL_CLIENT | 6 | //config:config SSL_CLIENT |
7 | //config: bool "ssl_client (25 kb)" | 7 | //config: bool "ssl_client (28 kb)" |
8 | //config: default y | 8 | //config: default y |
9 | //config: select TLS | 9 | //config: select TLS |
10 | //config: help | 10 | //config: help |
diff --git a/networking/telnetd.c b/networking/telnetd.c index fb90e7f11..bfeea1400 100644 --- a/networking/telnetd.c +++ b/networking/telnetd.c | |||
@@ -21,7 +21,7 @@ | |||
21 | * Set process group corrections, initial busybox port | 21 | * Set process group corrections, initial busybox port |
22 | */ | 22 | */ |
23 | //config:config TELNETD | 23 | //config:config TELNETD |
24 | //config: bool "telnetd (12 kb)" | 24 | //config: bool "telnetd (13 kb)" |
25 | //config: default y | 25 | //config: default y |
26 | //config: select FEATURE_SYSLOG | 26 | //config: select FEATURE_SYSLOG |
27 | //config: help | 27 | //config: help |
diff --git a/networking/traceroute.c b/networking/traceroute.c index 4bbe1ab8e..767f537ce 100644 --- a/networking/traceroute.c +++ b/networking/traceroute.c | |||
@@ -216,7 +216,7 @@ | |||
216 | //config: Utility to trace the route of IP packets. | 216 | //config: Utility to trace the route of IP packets. |
217 | //config: | 217 | //config: |
218 | //config:config TRACEROUTE6 | 218 | //config:config TRACEROUTE6 |
219 | //config: bool "traceroute6 (13 kb)" | 219 | //config: bool "traceroute6 (12 kb)" |
220 | //config: default y | 220 | //config: default y |
221 | //config: depends on FEATURE_IPV6 | 221 | //config: depends on FEATURE_IPV6 |
222 | //config: help | 222 | //config: help |
diff --git a/networking/tunctl.c b/networking/tunctl.c index 28571ae7f..c17302eac 100644 --- a/networking/tunctl.c +++ b/networking/tunctl.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Licensed under GPLv2, see file LICENSE in this source tree. | 10 | * Licensed under GPLv2, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | //config:config TUNCTL | 12 | //config:config TUNCTL |
13 | //config: bool "tunctl (6.2 kb)" | 13 | //config: bool "tunctl (6.4 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: tunctl creates or deletes tun devices. | 16 | //config: tunctl creates or deletes tun devices. |
diff --git a/networking/udhcp/Config.src b/networking/udhcp/Config.src index d9c501c18..4b9259eb8 100644 --- a/networking/udhcp/Config.src +++ b/networking/udhcp/Config.src | |||
@@ -50,7 +50,7 @@ config DHCPD_LEASES_FILE | |||
50 | of the file. Normally it is safe to leave it untouched. | 50 | of the file. Normally it is safe to leave it untouched. |
51 | 51 | ||
52 | config DUMPLEASES | 52 | config DUMPLEASES |
53 | bool "dumpleases (5.1 kb)" | 53 | bool "dumpleases (5.3 kb)" |
54 | default y | 54 | default y |
55 | help | 55 | help |
56 | dumpleases displays the leases written out by the udhcpd. | 56 | dumpleases displays the leases written out by the udhcpd. |
@@ -58,7 +58,7 @@ config DUMPLEASES | |||
58 | by the absolute time that it expires in seconds from epoch. | 58 | by the absolute time that it expires in seconds from epoch. |
59 | 59 | ||
60 | config DHCPRELAY | 60 | config DHCPRELAY |
61 | bool "dhcprelay (5.2 kb)" | 61 | bool "dhcprelay (5.5 kb)" |
62 | default y | 62 | default y |
63 | help | 63 | help |
64 | dhcprelay listens for DHCP requests on one or more interfaces | 64 | dhcprelay listens for DHCP requests on one or more interfaces |
diff --git a/networking/vconfig.c b/networking/vconfig.c index 7e805be9c..77fbe3a40 100644 --- a/networking/vconfig.c +++ b/networking/vconfig.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config VCONFIG | 9 | //config:config VCONFIG |
10 | //config: bool "vconfig (2.3 kb)" | 10 | //config: bool "vconfig (2.6 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Creates, removes, and configures VLAN interfaces | 13 | //config: Creates, removes, and configures VLAN interfaces |
diff --git a/networking/wget.c b/networking/wget.c index 9ec0e67b9..199ddd4da 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Kuhn's copyrights are licensed GPLv2-or-later. File as a whole remains GPLv2. | 9 | * Kuhn's copyrights are licensed GPLv2-or-later. File as a whole remains GPLv2. |
10 | */ | 10 | */ |
11 | //config:config WGET | 11 | //config:config WGET |
12 | //config: bool "wget (38 kb)" | 12 | //config: bool "wget (41 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: wget is a utility for non-interactive download of files from HTTP | 15 | //config: wget is a utility for non-interactive download of files from HTTP |
diff --git a/networking/whois.c b/networking/whois.c index caa71ac51..3a1dbd45d 100644 --- a/networking/whois.c +++ b/networking/whois.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Add proxy support | 10 | * Add proxy support |
11 | */ | 11 | */ |
12 | //config:config WHOIS | 12 | //config:config WHOIS |
13 | //config: bool "whois (6.3 kb)" | 13 | //config: bool "whois (6.5 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: whois is a client for the whois directory service | 16 | //config: whois is a client for the whois directory service |
diff --git a/networking/zcip.c b/networking/zcip.c index 311dfbe4c..137d46e13 100644 --- a/networking/zcip.c +++ b/networking/zcip.c | |||
@@ -14,7 +14,7 @@ | |||
14 | * certainly be used. Its naming is built over multicast DNS. | 14 | * certainly be used. Its naming is built over multicast DNS. |
15 | */ | 15 | */ |
16 | //config:config ZCIP | 16 | //config:config ZCIP |
17 | //config: bool "zcip (8.4 kb)" | 17 | //config: bool "zcip (8.7 kb)" |
18 | //config: default y | 18 | //config: default y |
19 | //config: select FEATURE_SYSLOG | 19 | //config: select FEATURE_SYSLOG |
20 | //config: help | 20 | //config: help |
diff --git a/printutils/lpd.c b/printutils/lpd.c index 34e5ea209..c67d54708 100644 --- a/printutils/lpd.c +++ b/printutils/lpd.c | |||
@@ -70,7 +70,7 @@ | |||
70 | * mv -f ./"$DATAFILE" save/ | 70 | * mv -f ./"$DATAFILE" save/ |
71 | */ | 71 | */ |
72 | //config:config LPD | 72 | //config:config LPD |
73 | //config: bool "lpd (5.5 kb)" | 73 | //config: bool "lpd (5.7 kb)" |
74 | //config: default y | 74 | //config: default y |
75 | //config: help | 75 | //config: help |
76 | //config: lpd is a print spooling daemon. | 76 | //config: lpd is a print spooling daemon. |
diff --git a/printutils/lpr.c b/printutils/lpr.c index d40d0a67c..25b0f7235 100644 --- a/printutils/lpr.c +++ b/printutils/lpr.c | |||
@@ -12,13 +12,13 @@ | |||
12 | * See RFC 1179 for protocol description. | 12 | * See RFC 1179 for protocol description. |
13 | */ | 13 | */ |
14 | //config:config LPR | 14 | //config:config LPR |
15 | //config: bool "lpr (9.9 kb)" | 15 | //config: bool "lpr (10 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: help | 17 | //config: help |
18 | //config: lpr sends files (or standard input) to a print spooling daemon. | 18 | //config: lpr sends files (or standard input) to a print spooling daemon. |
19 | //config: | 19 | //config: |
20 | //config:config LPQ | 20 | //config:config LPQ |
21 | //config: bool "lpq (9.9 kb)" | 21 | //config: bool "lpq (10 kb)" |
22 | //config: default y | 22 | //config: default y |
23 | //config: help | 23 | //config: help |
24 | //config: lpq is a print spool queue examination and manipulation program. | 24 | //config: lpq is a print spool queue examination and manipulation program. |
diff --git a/procps/free.c b/procps/free.c index 0b68e1b88..d0c849b79 100644 --- a/procps/free.c +++ b/procps/free.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config FREE | 9 | //config:config FREE |
10 | //config: bool "free (3.1 kb)" | 10 | //config: bool "free (3.8 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: free displays the total amount of free and used physical and swap | 13 | //config: free displays the total amount of free and used physical and swap |
diff --git a/procps/fuser.c b/procps/fuser.c index 191746751..f72552f1b 100644 --- a/procps/fuser.c +++ b/procps/fuser.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config FUSER | 9 | //config:config FUSER |
10 | //config: bool "fuser (7 kb)" | 10 | //config: bool "fuser (7.3 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: fuser lists all PIDs (Process IDs) that currently have a given | 13 | //config: fuser lists all PIDs (Process IDs) that currently have a given |
diff --git a/procps/iostat.c b/procps/iostat.c index 1c6fb87ba..d3157757f 100644 --- a/procps/iostat.c +++ b/procps/iostat.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config IOSTAT | 9 | //config:config IOSTAT |
10 | //config: bool "iostat (7.6 kb)" | 10 | //config: bool "iostat (8 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Report CPU and I/O statistics | 13 | //config: Report CPU and I/O statistics |
diff --git a/procps/kill.c b/procps/kill.c index 208efebde..d4be18dd8 100644 --- a/procps/kill.c +++ b/procps/kill.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config KILL | 10 | //config:config KILL |
11 | //config: bool "kill (3.1 kb)" | 11 | //config: bool "kill (3.4 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: The command kill sends the specified signal to the specified | 14 | //config: The command kill sends the specified signal to the specified |
@@ -16,7 +16,7 @@ | |||
16 | //config: signal is sent. | 16 | //config: signal is sent. |
17 | //config: | 17 | //config: |
18 | //config:config KILLALL | 18 | //config:config KILLALL |
19 | //config: bool "killall (5.6 kb)" | 19 | //config: bool "killall (5.9 kb)" |
20 | //config: default y | 20 | //config: default y |
21 | //config: help | 21 | //config: help |
22 | //config: killall sends a signal to all processes running any of the | 22 | //config: killall sends a signal to all processes running any of the |
@@ -24,7 +24,7 @@ | |||
24 | //config: sent. | 24 | //config: sent. |
25 | //config: | 25 | //config: |
26 | //config:config KILLALL5 | 26 | //config:config KILLALL5 |
27 | //config: bool "killall5 (5.3 kb)" | 27 | //config: bool "killall5 (5.6 kb)" |
28 | //config: default y | 28 | //config: default y |
29 | //config: help | 29 | //config: help |
30 | //config: The SystemV killall command. killall5 sends a signal | 30 | //config: The SystemV killall command. killall5 sends a signal |
diff --git a/procps/lsof.c b/procps/lsof.c index 9cb8d066c..57e385c3f 100644 --- a/procps/lsof.c +++ b/procps/lsof.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config LSOF | 9 | //config:config LSOF |
10 | //config: bool "lsof (3.4 kb)" | 10 | //config: bool "lsof (3.7 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Show open files in the format of: | 13 | //config: Show open files in the format of: |
diff --git a/procps/mpstat.c b/procps/mpstat.c index c78c1f0a0..795b4ccb7 100644 --- a/procps/mpstat.c +++ b/procps/mpstat.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config MPSTAT | 9 | //config:config MPSTAT |
10 | //config: bool "mpstat (9.8 kb)" | 10 | //config: bool "mpstat (10 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Per-processor statistics | 13 | //config: Per-processor statistics |
diff --git a/procps/nmeter.c b/procps/nmeter.c index 4197174ba..dca07eac6 100644 --- a/procps/nmeter.c +++ b/procps/nmeter.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Contact me: vda.linux@googlemail.com | 6 | * Contact me: vda.linux@googlemail.com |
7 | */ | 7 | */ |
8 | //config:config NMETER | 8 | //config:config NMETER |
9 | //config: bool "nmeter (11 kb)" | 9 | //config: bool "nmeter (12 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: Prints selected system stats continuously, one line per update. | 12 | //config: Prints selected system stats continuously, one line per update. |
diff --git a/procps/pgrep.c b/procps/pgrep.c index 82e00322f..04ae92a67 100644 --- a/procps/pgrep.c +++ b/procps/pgrep.c | |||
@@ -7,13 +7,13 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config PGREP | 9 | //config:config PGREP |
10 | //config: bool "pgrep (6.5 kb)" | 10 | //config: bool "pgrep (6.8 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Look for processes by name. | 13 | //config: Look for processes by name. |
14 | //config: | 14 | //config: |
15 | //config:config PKILL | 15 | //config:config PKILL |
16 | //config: bool "pkill (7.5 kb)" | 16 | //config: bool "pkill (7.8 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: help | 18 | //config: help |
19 | //config: Send signals to processes by name. | 19 | //config: Send signals to processes by name. |
diff --git a/procps/pidof.c b/procps/pidof.c index b81709a81..507a011a2 100644 --- a/procps/pidof.c +++ b/procps/pidof.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config PIDOF | 9 | //config:config PIDOF |
10 | //config: bool "pidof (6.3 kb)" | 10 | //config: bool "pidof (6.5 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Pidof finds the process id's (pids) of the named programs. It prints | 13 | //config: Pidof finds the process id's (pids) of the named programs. It prints |
diff --git a/procps/pmap.c b/procps/pmap.c index 408cbfce7..49f7688d9 100644 --- a/procps/pmap.c +++ b/procps/pmap.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * for details. | 8 | * for details. |
9 | */ | 9 | */ |
10 | //config:config PMAP | 10 | //config:config PMAP |
11 | //config: bool "pmap (6 kb)" | 11 | //config: bool "pmap (6.2 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Display processes' memory mappings. | 14 | //config: Display processes' memory mappings. |
diff --git a/procps/powertop.c b/procps/powertop.c index 8d5d9295d..147b7a3ef 100644 --- a/procps/powertop.c +++ b/procps/powertop.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Licensed under GPLv2, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | //config:config POWERTOP | 11 | //config:config POWERTOP |
12 | //config: bool "powertop (9.6 kb)" | 12 | //config: bool "powertop (9.9 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: Analyze power consumption on Intel-based laptops | 15 | //config: Analyze power consumption on Intel-based laptops |
diff --git a/procps/ps.c b/procps/ps.c index 03b9c418c..5b521aebd 100644 --- a/procps/ps.c +++ b/procps/ps.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Licensed under GPLv2, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | //config:config PS | 11 | //config:config PS |
12 | //config: bool "ps (11 kb)" | 12 | //config: bool "ps (12 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: ps gives a snapshot of the current processes. | 15 | //config: ps gives a snapshot of the current processes. |
diff --git a/procps/pstree.c b/procps/pstree.c index 67b711168..bf6ceed5a 100644 --- a/procps/pstree.c +++ b/procps/pstree.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Licensed under GPLv2, see file LICENSE in this source tree. | 10 | * Licensed under GPLv2, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | //config:config PSTREE | 12 | //config:config PSTREE |
13 | //config: bool "pstree (9.3 kb)" | 13 | //config: bool "pstree (9.4 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: Display a tree of processes. | 16 | //config: Display a tree of processes. |
diff --git a/procps/pwdx.c b/procps/pwdx.c index 24ba25d90..9257347bb 100644 --- a/procps/pwdx.c +++ b/procps/pwdx.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config PWDX | 10 | //config:config PWDX |
11 | //config: bool "pwdx (3.7 kb)" | 11 | //config: bool "pwdx (3.9 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Report current working directory of a process | 14 | //config: Report current working directory of a process |
diff --git a/procps/smemcap.c b/procps/smemcap.c index 2f1897dae..a2231788b 100644 --- a/procps/smemcap.c +++ b/procps/smemcap.c | |||
@@ -8,7 +8,7 @@ | |||
8 | herein by reference. | 8 | herein by reference. |
9 | */ | 9 | */ |
10 | //config:config SMEMCAP | 10 | //config:config SMEMCAP |
11 | //config: bool "smemcap (2.5 kb)" | 11 | //config: bool "smemcap (3 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: smemcap is a tool for capturing process data for smem, | 14 | //config: smemcap is a tool for capturing process data for smem, |
diff --git a/procps/sysctl.c b/procps/sysctl.c index 40afa0c90..84c5be4f7 100644 --- a/procps/sysctl.c +++ b/procps/sysctl.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * v1.01.1 - busybox applet aware by <solar@gentoo.org> | 11 | * v1.01.1 - busybox applet aware by <solar@gentoo.org> |
12 | */ | 12 | */ |
13 | //config:config BB_SYSCTL | 13 | //config:config BB_SYSCTL |
14 | //config: bool "sysctl (7.4 kb)" | 14 | //config: bool "sysctl (7.9 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: Configure kernel parameters at runtime. | 17 | //config: Configure kernel parameters at runtime. |
diff --git a/procps/uptime.c b/procps/uptime.c index 4fd0c9d2d..aec7bd7d1 100644 --- a/procps/uptime.c +++ b/procps/uptime.c | |||
@@ -12,7 +12,7 @@ | |||
12 | * Added FEATURE_UPTIME_UTMP_SUPPORT flag. | 12 | * Added FEATURE_UPTIME_UTMP_SUPPORT flag. |
13 | */ | 13 | */ |
14 | //config:config UPTIME | 14 | //config:config UPTIME |
15 | //config: bool "uptime (3.7 kb)" | 15 | //config: bool "uptime (4 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: help | 17 | //config: help |
18 | //config: uptime gives a one line display of the current time, how long | 18 | //config: uptime gives a one line display of the current time, how long |
diff --git a/procps/watch.c b/procps/watch.c index 1190b29df..05b72723c 100644 --- a/procps/watch.c +++ b/procps/watch.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config WATCH | 10 | //config:config WATCH |
11 | //config: bool "watch (4.4 kb)" | 11 | //config: bool "watch (5.2 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: watch is used to execute a program periodically, showing | 14 | //config: watch is used to execute a program periodically, showing |
diff --git a/runit/chpst.c b/runit/chpst.c index af777568f..2be1a5775 100644 --- a/runit/chpst.c +++ b/runit/chpst.c | |||
@@ -28,33 +28,33 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
28 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ | 28 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ |
29 | 29 | ||
30 | //config:config CHPST | 30 | //config:config CHPST |
31 | //config: bool "chpst (9 kb)" | 31 | //config: bool "chpst (9.2 kb)" |
32 | //config: default y | 32 | //config: default y |
33 | //config: help | 33 | //config: help |
34 | //config: chpst changes the process state according to the given options, and | 34 | //config: chpst changes the process state according to the given options, and |
35 | //config: execs specified program. | 35 | //config: execs specified program. |
36 | //config: | 36 | //config: |
37 | //config:config SETUIDGID | 37 | //config:config SETUIDGID |
38 | //config: bool "setuidgid (4 kb)" | 38 | //config: bool "setuidgid (4.2 kb)" |
39 | //config: default y | 39 | //config: default y |
40 | //config: help | 40 | //config: help |
41 | //config: Sets soft resource limits as specified by options | 41 | //config: Sets soft resource limits as specified by options |
42 | //config: | 42 | //config: |
43 | //config:config ENVUIDGID | 43 | //config:config ENVUIDGID |
44 | //config: bool "envuidgid (3.9 kb)" | 44 | //config: bool "envuidgid (4.1 kb)" |
45 | //config: default y | 45 | //config: default y |
46 | //config: help | 46 | //config: help |
47 | //config: Sets $UID to account's uid and $GID to account's gid | 47 | //config: Sets $UID to account's uid and $GID to account's gid |
48 | //config: | 48 | //config: |
49 | //config:config ENVDIR | 49 | //config:config ENVDIR |
50 | //config: bool "envdir (2.5 kb)" | 50 | //config: bool "envdir (2.9 kb)" |
51 | //config: default y | 51 | //config: default y |
52 | //config: help | 52 | //config: help |
53 | //config: Sets various environment variables as specified by files | 53 | //config: Sets various environment variables as specified by files |
54 | //config: in the given directory | 54 | //config: in the given directory |
55 | //config: | 55 | //config: |
56 | //config:config SOFTLIMIT | 56 | //config:config SOFTLIMIT |
57 | //config: bool "softlimit (4.5 kb)" | 57 | //config: bool "softlimit (4.7 kb)" |
58 | //config: default y | 58 | //config: default y |
59 | //config: help | 59 | //config: help |
60 | //config: Sets soft resource limits as specified by options | 60 | //config: Sets soft resource limits as specified by options |
diff --git a/runit/runsv.c b/runit/runsv.c index 6ad6bf46e..20a445319 100644 --- a/runit/runsv.c +++ b/runit/runsv.c | |||
@@ -28,7 +28,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
28 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ | 28 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ |
29 | 29 | ||
30 | //config:config RUNSV | 30 | //config:config RUNSV |
31 | //config: bool "runsv (7.8 kb)" | 31 | //config: bool "runsv (8.2 kb)" |
32 | //config: default y | 32 | //config: default y |
33 | //config: help | 33 | //config: help |
34 | //config: runsv starts and monitors a service and optionally an appendant log | 34 | //config: runsv starts and monitors a service and optionally an appendant log |
diff --git a/runit/runsvdir.c b/runit/runsvdir.c index 55dd47e0d..d6629dedd 100644 --- a/runit/runsvdir.c +++ b/runit/runsvdir.c | |||
@@ -28,7 +28,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
28 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ | 28 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ |
29 | 29 | ||
30 | //config:config RUNSVDIR | 30 | //config:config RUNSVDIR |
31 | //config: bool "runsvdir (6.3 kb)" | 31 | //config: bool "runsvdir (6.6 kb)" |
32 | //config: default y | 32 | //config: default y |
33 | //config: help | 33 | //config: help |
34 | //config: runsvdir starts a runsv process for each subdirectory, or symlink to | 34 | //config: runsvdir starts a runsv process for each subdirectory, or symlink to |
diff --git a/runit/sv.c b/runit/sv.c index 5c249ff95..1eca1e854 100644 --- a/runit/sv.c +++ b/runit/sv.c | |||
@@ -154,7 +154,7 @@ Exit Codes | |||
154 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ | 154 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ |
155 | 155 | ||
156 | //config:config SV | 156 | //config:config SV |
157 | //config: bool "sv (8.5 kb)" | 157 | //config: bool "sv (8.7 kb)" |
158 | //config: default y | 158 | //config: default y |
159 | //config: help | 159 | //config: help |
160 | //config: sv reports the current status and controls the state of services | 160 | //config: sv reports the current status and controls the state of services |
@@ -169,14 +169,14 @@ Exit Codes | |||
169 | //config: Defaults to "/var/service" | 169 | //config: Defaults to "/var/service" |
170 | //config: | 170 | //config: |
171 | //config:config SVC | 171 | //config:config SVC |
172 | //config: bool "svc (8.4 kb)" | 172 | //config: bool "svc (8.7 kb)" |
173 | //config: default y | 173 | //config: default y |
174 | //config: help | 174 | //config: help |
175 | //config: svc controls the state of services monitored by the runsv supervisor. | 175 | //config: svc controls the state of services monitored by the runsv supervisor. |
176 | //config: It is compatible with daemontools command with the same name. | 176 | //config: It is compatible with daemontools command with the same name. |
177 | //config: | 177 | //config: |
178 | //config:config SVOK | 178 | //config:config SVOK |
179 | //config: bool "svok (1.5 kb)" | 179 | //config: bool "svok (1.8 kb)" |
180 | //config: default y | 180 | //config: default y |
181 | //config: help | 181 | //config: help |
182 | //config: svok checks whether runsv supervisor is running. | 182 | //config: svok checks whether runsv supervisor is running. |
diff --git a/shell/ash.c b/shell/ash.c index 8bdeb44ae..e1d93da73 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -20,7 +20,7 @@ | |||
20 | //config: depends on !NOMMU | 20 | //config: depends on !NOMMU |
21 | //config: | 21 | //config: |
22 | //config:config ASH | 22 | //config:config ASH |
23 | //config: bool "ash (78 kb)" | 23 | //config: bool "ash (80 kb)" |
24 | //config: default y | 24 | //config: default y |
25 | //config: depends on !NOMMU | 25 | //config: depends on !NOMMU |
26 | //config: select SHELL_ASH | 26 | //config: select SHELL_ASH |
diff --git a/shell/cttyhack.c b/shell/cttyhack.c index b9ee59bd0..62dfb2bc2 100644 --- a/shell/cttyhack.c +++ b/shell/cttyhack.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Licensed under GPLv2, see file LICENSE in this source tree. | 5 | * Licensed under GPLv2, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | //config:config CTTYHACK | 7 | //config:config CTTYHACK |
8 | //config: bool "cttyhack (2.4 kb)" | 8 | //config: bool "cttyhack (2.7 kb)" |
9 | //config: default y | 9 | //config: default y |
10 | //config: help | 10 | //config: help |
11 | //config: One common problem reported on the mailing list is the "can't | 11 | //config: One common problem reported on the mailing list is the "can't |
diff --git a/shell/hush.c b/shell/hush.c index 2f55b92ea..8e632e0af 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -91,7 +91,7 @@ | |||
91 | * in word = GLOB, quoting should be significant on char-by-char basis: a*cd"*" | 91 | * in word = GLOB, quoting should be significant on char-by-char basis: a*cd"*" |
92 | */ | 92 | */ |
93 | //config:config HUSH | 93 | //config:config HUSH |
94 | //config: bool "hush (68 kb)" | 94 | //config: bool "hush (70 kb)" |
95 | //config: default y | 95 | //config: default y |
96 | //config: select SHELL_HUSH | 96 | //config: select SHELL_HUSH |
97 | //config: help | 97 | //config: help |
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c index df0edee0a..d4f2c0c8f 100644 --- a/sysklogd/klogd.c +++ b/sysklogd/klogd.c | |||
@@ -17,7 +17,7 @@ | |||
17 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 17 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
18 | */ | 18 | */ |
19 | //config:config KLOGD | 19 | //config:config KLOGD |
20 | //config: bool "klogd (5.7 kb)" | 20 | //config: bool "klogd (6.2 kb)" |
21 | //config: default y | 21 | //config: default y |
22 | //config: help | 22 | //config: help |
23 | //config: klogd is a utility which intercepts and logs all | 23 | //config: klogd is a utility which intercepts and logs all |
diff --git a/sysklogd/logger.c b/sysklogd/logger.c index 04b2c8e3b..b99e8af74 100644 --- a/sysklogd/logger.c +++ b/sysklogd/logger.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config LOGGER | 9 | //config:config LOGGER |
10 | //config: bool "logger (6.3 kb)" | 10 | //config: bool "logger (6.5 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select FEATURE_SYSLOG | 12 | //config: select FEATURE_SYSLOG |
13 | //config: help | 13 | //config: help |
diff --git a/sysklogd/logread.c b/sysklogd/logread.c index e6cfcf4a7..632346d28 100644 --- a/sysklogd/logread.c +++ b/sysklogd/logread.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | //config:config LOGREAD | 11 | //config:config LOGREAD |
12 | //config: bool "logread (4.8 kb)" | 12 | //config: bool "logread (5 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //WRONG: it should be compilable without SYSLOG=y: | 14 | //WRONG: it should be compilable without SYSLOG=y: |
15 | //WRONG: depends on FEATURE_IPC_SYSLOG | 15 | //WRONG: depends on FEATURE_IPC_SYSLOG |
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index 7711e467b..83b5c0cf6 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 13 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
14 | */ | 14 | */ |
15 | //config:config SYSLOGD | 15 | //config:config SYSLOGD |
16 | //config: bool "syslogd (13 kb)" | 16 | //config: bool "syslogd (14 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: help | 18 | //config: help |
19 | //config: The syslogd utility is used to record logs of all the | 19 | //config: The syslogd utility is used to record logs of all the |
diff --git a/util-linux/acpid.c b/util-linux/acpid.c index 00613f8e3..5c0bb1768 100644 --- a/util-linux/acpid.c +++ b/util-linux/acpid.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config ACPID | 9 | //config:config ACPID |
10 | //config: bool "acpid (9 kb)" | 10 | //config: bool "acpid (9.3 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: acpid listens to ACPI events coming either in textual form from | 13 | //config: acpid listens to ACPI events coming either in textual form from |
diff --git a/util-linux/blkdiscard.c b/util-linux/blkdiscard.c index 7ac8045f9..70fd34af3 100644 --- a/util-linux/blkdiscard.c +++ b/util-linux/blkdiscard.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config BLKDISCARD | 8 | //config:config BLKDISCARD |
9 | //config: bool "blkdiscard (4.3 kb)" | 9 | //config: bool "blkdiscard (4.6 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: blkdiscard discards sectors on a given device. | 12 | //config: blkdiscard discards sectors on a given device. |
diff --git a/util-linux/blockdev.c b/util-linux/blockdev.c index 3b550220a..d47e43e55 100644 --- a/util-linux/blockdev.c +++ b/util-linux/blockdev.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config BLOCKDEV | 8 | //config:config BLOCKDEV |
9 | //config: bool "blockdev (2.3 kb)" | 9 | //config: bool "blockdev (2.6 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: Performs some ioctls with block devices. | 12 | //config: Performs some ioctls with block devices. |
diff --git a/util-linux/cal.c b/util-linux/cal.c index 522ab3476..0577c3899 100644 --- a/util-linux/cal.c +++ b/util-linux/cal.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * Major size reduction... over 50% (>1.5k) on i386. | 11 | * Major size reduction... over 50% (>1.5k) on i386. |
12 | */ | 12 | */ |
13 | //config:config CAL | 13 | //config:config CAL |
14 | //config: bool "cal (5.8 kb)" | 14 | //config: bool "cal (6.1 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: cal is used to display a monthly calendar. | 17 | //config: cal is used to display a monthly calendar. |
diff --git a/util-linux/chrt.c b/util-linux/chrt.c index be96fa426..51d08584e 100644 --- a/util-linux/chrt.c +++ b/util-linux/chrt.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config CHRT | 8 | //config:config CHRT |
9 | //config: bool "chrt (4.7 kb)" | 9 | //config: bool "chrt (5.1 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: Manipulate real-time attributes of a process. | 12 | //config: Manipulate real-time attributes of a process. |
diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c index 6670b84de..5d8f01a64 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Licensed under GPLv2, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | //config:config DMESG | 11 | //config:config DMESG |
12 | //config: bool "dmesg (3.7 kb)" | 12 | //config: bool "dmesg (3.9 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: dmesg is used to examine or control the kernel ring buffer. When the | 15 | //config: dmesg is used to examine or control the kernel ring buffer. When the |
diff --git a/util-linux/eject.c b/util-linux/eject.c index 29b0a86bd..b9813262b 100644 --- a/util-linux/eject.c +++ b/util-linux/eject.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * Most of the dirty work blatantly ripped off from cat.c =) | 13 | * Most of the dirty work blatantly ripped off from cat.c =) |
14 | */ | 14 | */ |
15 | //config:config EJECT | 15 | //config:config EJECT |
16 | //config: bool "eject (4 kb)" | 16 | //config: bool "eject (4.3 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: help | 18 | //config: help |
19 | //config: Used to eject cdroms. (defaults to /dev/cdrom) | 19 | //config: Used to eject cdroms. (defaults to /dev/cdrom) |
diff --git a/util-linux/fallocate.c b/util-linux/fallocate.c index 3935e7c9b..d5c25894d 100644 --- a/util-linux/fallocate.c +++ b/util-linux/fallocate.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Licensed under GPLv2, see file LICENSE in this source tree. | 5 | * Licensed under GPLv2, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | //config:config FALLOCATE | 7 | //config:config FALLOCATE |
8 | //config: bool "fallocate (4.1 kb)" | 8 | //config: bool "fallocate (4.3 kb)" |
9 | //config: default y | 9 | //config: default y |
10 | //config: help | 10 | //config: help |
11 | //config: Preallocate space for files. | 11 | //config: Preallocate space for files. |
diff --git a/util-linux/fatattr.c b/util-linux/fatattr.c index afd70c45d..d8ea4553d 100644 --- a/util-linux/fatattr.c +++ b/util-linux/fatattr.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Public License | 9 | * Public License |
10 | */ | 10 | */ |
11 | //config:config FATATTR | 11 | //config:config FATATTR |
12 | //config: bool "fatattr (1.9 kb)" | 12 | //config: bool "fatattr (2.2 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: fatattr lists or changes the file attributes on a fat file system. | 15 | //config: fatattr lists or changes the file attributes on a fat file system. |
diff --git a/util-linux/fbset.c b/util-linux/fbset.c index 768ab80eb..7e88c8313 100644 --- a/util-linux/fbset.c +++ b/util-linux/fbset.c | |||
@@ -12,7 +12,7 @@ | |||
12 | * Geert Uytterhoeven (Geert.Uytterhoeven@cs.kuleuven.ac.be) | 12 | * Geert Uytterhoeven (Geert.Uytterhoeven@cs.kuleuven.ac.be) |
13 | */ | 13 | */ |
14 | //config:config FBSET | 14 | //config:config FBSET |
15 | //config: bool "fbset (5.9 kb)" | 15 | //config: bool "fbset (6.2 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: help | 17 | //config: help |
18 | //config: fbset is used to show or change the settings of a Linux frame buffer | 18 | //config: fbset is used to show or change the settings of a Linux frame buffer |
diff --git a/util-linux/fdformat.c b/util-linux/fdformat.c index f0466fdbd..0f8743020 100644 --- a/util-linux/fdformat.c +++ b/util-linux/fdformat.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config FDFORMAT | 8 | //config:config FDFORMAT |
9 | //config: bool "fdformat (4.4 kb)" | 9 | //config: bool "fdformat (4.7 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: fdformat is used to low-level format a floppy disk. | 12 | //config: fdformat is used to low-level format a floppy disk. |
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index 20e7d56fa..96e2abffe 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config FDISK | 10 | //config:config FDISK |
11 | //config: bool "fdisk (37 kb)" | 11 | //config: bool "fdisk (31 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: The fdisk utility is used to divide hard disks into one or more | 14 | //config: The fdisk utility is used to divide hard disks into one or more |
diff --git a/util-linux/findfs.c b/util-linux/findfs.c index f5621a1fa..ec0375dfb 100644 --- a/util-linux/findfs.c +++ b/util-linux/findfs.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config FINDFS | 10 | //config:config FINDFS |
11 | //config: bool "findfs (12 kb)" | 11 | //config: bool "findfs (11 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select VOLUMEID | 13 | //config: select VOLUMEID |
14 | //config: help | 14 | //config: help |
diff --git a/util-linux/flock.c b/util-linux/flock.c index 1ed752a80..ee88be5b7 100644 --- a/util-linux/flock.c +++ b/util-linux/flock.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * This is free software, licensed under the GNU General Public License v2. | 4 | * This is free software, licensed under the GNU General Public License v2. |
5 | */ | 5 | */ |
6 | //config:config FLOCK | 6 | //config:config FLOCK |
7 | //config: bool "flock (6.3 kb)" | 7 | //config: bool "flock (6.5 kb)" |
8 | //config: default y | 8 | //config: default y |
9 | //config: help | 9 | //config: help |
10 | //config: Manage locks from shell scripts | 10 | //config: Manage locks from shell scripts |
diff --git a/util-linux/freeramdisk.c b/util-linux/freeramdisk.c index 309169d25..88f50c51a 100644 --- a/util-linux/freeramdisk.c +++ b/util-linux/freeramdisk.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Licensed under GPLv2, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | //config:config FDFLUSH | 11 | //config:config FDFLUSH |
12 | //config: bool "fdflush (1.3 kb)" | 12 | //config: bool "fdflush (1.6 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: fdflush is only needed when changing media on slightly-broken | 15 | //config: fdflush is only needed when changing media on slightly-broken |
@@ -21,7 +21,7 @@ | |||
21 | //config: leave this disabled. | 21 | //config: leave this disabled. |
22 | //config: | 22 | //config: |
23 | //config:config FREERAMDISK | 23 | //config:config FREERAMDISK |
24 | //config: bool "freeramdisk (1.3 kb)" | 24 | //config: bool "freeramdisk (1.6 kb)" |
25 | //config: default y | 25 | //config: default y |
26 | //config: help | 26 | //config: help |
27 | //config: Linux allows you to create ramdisks. This utility allows you to | 27 | //config: Linux allows you to create ramdisks. This utility allows you to |
diff --git a/util-linux/fsfreeze.c b/util-linux/fsfreeze.c index 6e2ff0a54..66b6fd06f 100644 --- a/util-linux/fsfreeze.c +++ b/util-linux/fsfreeze.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Licensed under GPLv2, see file LICENSE in this source tree. | 5 | * Licensed under GPLv2, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | //config:config FSFREEZE | 7 | //config:config FSFREEZE |
8 | //config: bool "fsfreeze (3.5 kb)" | 8 | //config: bool "fsfreeze (3.7 kb)" |
9 | //config: default y | 9 | //config: default y |
10 | //config: select LONG_OPTS | 10 | //config: select LONG_OPTS |
11 | //config: help | 11 | //config: help |
diff --git a/util-linux/fstrim.c b/util-linux/fstrim.c index 6d673002f..c28e67270 100644 --- a/util-linux/fstrim.c +++ b/util-linux/fstrim.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config FSTRIM | 10 | //config:config FSTRIM |
11 | //config: bool "fstrim (4.4 kb)" | 11 | //config: bool "fstrim (4.6 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Discard unused blocks on a mounted filesystem. | 14 | //config: Discard unused blocks on a mounted filesystem. |
diff --git a/util-linux/getopt.c b/util-linux/getopt.c index 4148586d3..213bfab0b 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c | |||
@@ -29,7 +29,7 @@ | |||
29 | * Replaced our_malloc with xmalloc and our_realloc with xrealloc | 29 | * Replaced our_malloc with xmalloc and our_realloc with xrealloc |
30 | */ | 30 | */ |
31 | //config:config GETOPT | 31 | //config:config GETOPT |
32 | //config: bool "getopt (5.8 kb)" | 32 | //config: bool "getopt (6 kb)" |
33 | //config: default y | 33 | //config: default y |
34 | //config: help | 34 | //config: help |
35 | //config: The getopt utility is used to break up (parse) options in command | 35 | //config: The getopt utility is used to break up (parse) options in command |
diff --git a/util-linux/hexdump.c b/util-linux/hexdump.c index be4c1964f..c46ffeca7 100644 --- a/util-linux/hexdump.c +++ b/util-linux/hexdump.c | |||
@@ -9,14 +9,14 @@ | |||
9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | //config:config HEXDUMP | 11 | //config:config HEXDUMP |
12 | //config: bool "hexdump (8.6 kb)" | 12 | //config: bool "hexdump (8.7 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: The hexdump utility is used to display binary data in a readable | 15 | //config: The hexdump utility is used to display binary data in a readable |
16 | //config: way that is comparable to the output from most hex editors. | 16 | //config: way that is comparable to the output from most hex editors. |
17 | //config: | 17 | //config: |
18 | //config:config HD | 18 | //config:config HD |
19 | //config: bool "hd (7.8 kb)" | 19 | //config: bool "hd (8.3 kb)" |
20 | //config: default y | 20 | //config: default y |
21 | //config: help | 21 | //config: help |
22 | //config: hd is an alias to hexdump -C. | 22 | //config: hd is an alias to hexdump -C. |
diff --git a/util-linux/hexdump_xxd.c b/util-linux/hexdump_xxd.c index 636cbfeec..1e8ecb6e6 100644 --- a/util-linux/hexdump_xxd.c +++ b/util-linux/hexdump_xxd.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config XXD | 9 | //config:config XXD |
10 | //config: bool "xxd (8.9 kb)" | 10 | //config: bool "xxd (11 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: The xxd utility is used to display binary data in a readable | 13 | //config: The xxd utility is used to display binary data in a readable |
diff --git a/util-linux/hwclock.c b/util-linux/hwclock.c index 723b09589..a0b7b52bd 100644 --- a/util-linux/hwclock.c +++ b/util-linux/hwclock.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config HWCLOCK | 9 | //config:config HWCLOCK |
10 | //config: bool "hwclock (5.8 kb)" | 10 | //config: bool "hwclock (5.9 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: The hwclock utility is used to read and set the hardware clock | 13 | //config: The hwclock utility is used to read and set the hardware clock |
diff --git a/util-linux/ionice.c b/util-linux/ionice.c index 82bd309d1..b768c8322 100644 --- a/util-linux/ionice.c +++ b/util-linux/ionice.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config IONICE | 9 | //config:config IONICE |
10 | //config: bool "ionice (3.8 kb)" | 10 | //config: bool "ionice (4 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Set/set program io scheduling class and priority | 13 | //config: Set/set program io scheduling class and priority |
diff --git a/util-linux/ipcrm.c b/util-linux/ipcrm.c index 3d3ad0b56..126221c83 100644 --- a/util-linux/ipcrm.c +++ b/util-linux/ipcrm.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config IPCRM | 10 | //config:config IPCRM |
11 | //config: bool "ipcrm (3.2 kb)" | 11 | //config: bool "ipcrm (3.5 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: The ipcrm utility allows the removal of System V interprocess | 14 | //config: The ipcrm utility allows the removal of System V interprocess |
diff --git a/util-linux/ipcs.c b/util-linux/ipcs.c index 5973cbf57..f0e5c5a7f 100644 --- a/util-linux/ipcs.c +++ b/util-linux/ipcs.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config IPCS | 10 | //config:config IPCS |
11 | //config: bool "ipcs (11 kb)" | 11 | //config: bool "ipcs (12 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: The ipcs utility is used to provide information on the currently | 14 | //config: The ipcs utility is used to provide information on the currently |
diff --git a/util-linux/last.c b/util-linux/last.c index 63751ca45..7530d013d 100644 --- a/util-linux/last.c +++ b/util-linux/last.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config LAST | 9 | //config:config LAST |
10 | //config: bool "last (6.1 kb)" | 10 | //config: bool "last (7.4 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: depends on FEATURE_WTMP | 12 | //config: depends on FEATURE_WTMP |
13 | //config: help | 13 | //config: help |
diff --git a/util-linux/losetup.c b/util-linux/losetup.c index 24f7a2349..9b43d20b3 100644 --- a/util-linux/losetup.c +++ b/util-linux/losetup.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config LOSETUP | 9 | //config:config LOSETUP |
10 | //config: bool "losetup (5.5 kb)" | 10 | //config: bool "losetup (6.2 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: losetup is used to associate or detach a loop device with a regular | 13 | //config: losetup is used to associate or detach a loop device with a regular |
diff --git a/util-linux/lspci.c b/util-linux/lspci.c index c22cbcc1e..b38b46be3 100644 --- a/util-linux/lspci.c +++ b/util-linux/lspci.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config LSPCI | 9 | //config:config LSPCI |
10 | //config: bool "lspci (6.3 kb)" | 10 | //config: bool "lspci (6.4 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: lspci is a utility for displaying information about PCI buses in the | 13 | //config: lspci is a utility for displaying information about PCI buses in the |
diff --git a/util-linux/lsusb.c b/util-linux/lsusb.c index 9abb748ce..262c70a1b 100644 --- a/util-linux/lsusb.c +++ b/util-linux/lsusb.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config LSUSB | 9 | //config:config LSUSB |
10 | //config: bool "lsusb (4.2 kb)" | 10 | //config: bool "lsusb (4.4 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: lsusb is a utility for displaying information about USB buses in the | 13 | //config: lsusb is a utility for displaying information about USB buses in the |
diff --git a/util-linux/mdev.c b/util-linux/mdev.c index ebdc0c254..e98d46743 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config MDEV | 10 | //config:config MDEV |
11 | //config: bool "mdev (17 kb)" | 11 | //config: bool "mdev (20 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: mdev is a mini-udev implementation for dynamically creating device | 14 | //config: mdev is a mini-udev implementation for dynamically creating device |
diff --git a/util-linux/mesg.c b/util-linux/mesg.c index 8c032555b..9461dbc5e 100644 --- a/util-linux/mesg.c +++ b/util-linux/mesg.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config MESG | 9 | //config:config MESG |
10 | //config: bool "mesg (1.4 kb)" | 10 | //config: bool "mesg (1.8 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Mesg controls access to your terminal by others. It is typically | 13 | //config: Mesg controls access to your terminal by others. It is typically |
diff --git a/util-linux/mkfs_vfat.c b/util-linux/mkfs_vfat.c index d2db78e1d..7ae4fd520 100644 --- a/util-linux/mkfs_vfat.c +++ b/util-linux/mkfs_vfat.c | |||
@@ -8,13 +8,13 @@ | |||
8 | * Licensed under GPLv2, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config MKDOSFS | 10 | //config:config MKDOSFS |
11 | //config: bool "mkdosfs (7.2 kb)" | 11 | //config: bool "mkdosfs (7.6 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Utility to create FAT32 filesystems. | 14 | //config: Utility to create FAT32 filesystems. |
15 | //config: | 15 | //config: |
16 | //config:config MKFS_VFAT | 16 | //config:config MKFS_VFAT |
17 | //config: bool "mkfs.vfat (7.2 kb)" | 17 | //config: bool "mkfs.vfat (7.6 kb)" |
18 | //config: default y | 18 | //config: default y |
19 | //config: help | 19 | //config: help |
20 | //config: Alias to "mkdosfs". | 20 | //config: Alias to "mkdosfs". |
diff --git a/util-linux/mkswap.c b/util-linux/mkswap.c index 8fe5d0293..f80457a31 100644 --- a/util-linux/mkswap.c +++ b/util-linux/mkswap.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config MKSWAP | 9 | //config:config MKSWAP |
10 | //config: bool "mkswap (6.3 kb)" | 10 | //config: bool "mkswap (6.6 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: The mkswap utility is used to configure a file or disk partition as | 13 | //config: The mkswap utility is used to configure a file or disk partition as |
diff --git a/util-linux/more.c b/util-linux/more.c index 352a3b6cf..bffe6ee5e 100644 --- a/util-linux/more.c +++ b/util-linux/more.c | |||
@@ -14,7 +14,7 @@ | |||
14 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 14 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
15 | */ | 15 | */ |
16 | //config:config MORE | 16 | //config:config MORE |
17 | //config: bool "more (7 kb)" | 17 | //config: bool "more (7.2 kb)" |
18 | //config: default y | 18 | //config: default y |
19 | //config: help | 19 | //config: help |
20 | //config: more is a simple utility which allows you to read text one screen | 20 | //config: more is a simple utility which allows you to read text one screen |
diff --git a/util-linux/mount.c b/util-linux/mount.c index 4e65b6b46..d0f0ae1ad 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -18,7 +18,7 @@ | |||
18 | // | 18 | // |
19 | 19 | ||
20 | //config:config MOUNT | 20 | //config:config MOUNT |
21 | //config: bool "mount (23 kb)" | 21 | //config: bool "mount (24 kb)" |
22 | //config: default y | 22 | //config: default y |
23 | //config: help | 23 | //config: help |
24 | //config: All files and filesystems in Unix are arranged into one big directory | 24 | //config: All files and filesystems in Unix are arranged into one big directory |
diff --git a/util-linux/mountpoint.c b/util-linux/mountpoint.c index 28b1e7a54..87f4cc60d 100644 --- a/util-linux/mountpoint.c +++ b/util-linux/mountpoint.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Based on sysvinit's mountpoint | 9 | * Based on sysvinit's mountpoint |
10 | */ | 10 | */ |
11 | //config:config MOUNTPOINT | 11 | //config:config MOUNTPOINT |
12 | //config: bool "mountpoint (4.9 kb)" | 12 | //config: bool "mountpoint (5.1 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: mountpoint checks if the directory is a mountpoint. | 15 | //config: mountpoint checks if the directory is a mountpoint. |
diff --git a/util-linux/nsenter.c b/util-linux/nsenter.c index 1aa045b35..9a250e43c 100644 --- a/util-linux/nsenter.c +++ b/util-linux/nsenter.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config NSENTER | 9 | //config:config NSENTER |
10 | //config: bool "nsenter (6.5 kb)" | 10 | //config: bool "nsenter (6.8 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Run program with namespaces of other processes. | 13 | //config: Run program with namespaces of other processes. |
diff --git a/util-linux/pivot_root.c b/util-linux/pivot_root.c index ecc891100..b65e914cf 100644 --- a/util-linux/pivot_root.c +++ b/util-linux/pivot_root.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Licensed under GPLv2, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | //config:config PIVOT_ROOT | 11 | //config:config PIVOT_ROOT |
12 | //config: bool "pivot_root (1.1 kb)" | 12 | //config: bool "pivot_root (1.4 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: The pivot_root utility swaps the mount points for the root filesystem | 15 | //config: The pivot_root utility swaps the mount points for the root filesystem |
diff --git a/util-linux/rdate.c b/util-linux/rdate.c index 9b80141c9..fd45081d8 100644 --- a/util-linux/rdate.c +++ b/util-linux/rdate.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config RDATE | 10 | //config:config RDATE |
11 | //config: bool "rdate (5.6 kb)" | 11 | //config: bool "rdate (5.9 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: The rdate utility allows you to synchronize the date and time of your | 14 | //config: The rdate utility allows you to synchronize the date and time of your |
diff --git a/util-linux/rdev.c b/util-linux/rdev.c index d6b515ebc..7e8c8cd8a 100644 --- a/util-linux/rdev.c +++ b/util-linux/rdev.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config RDEV | 10 | //config:config RDEV |
11 | //config: bool "rdev (1.8 kb)" | 11 | //config: bool "rdev (2.1 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Print the device node associated with the filesystem mounted at '/'. | 14 | //config: Print the device node associated with the filesystem mounted at '/'. |
diff --git a/util-linux/readprofile.c b/util-linux/readprofile.c index f11c62292..a7e4dcb73 100644 --- a/util-linux/readprofile.c +++ b/util-linux/readprofile.c | |||
@@ -32,7 +32,7 @@ | |||
32 | * Paul Mundt <lethal@linux-sh.org>. | 32 | * Paul Mundt <lethal@linux-sh.org>. |
33 | */ | 33 | */ |
34 | //config:config READPROFILE | 34 | //config:config READPROFILE |
35 | //config: bool "readprofile (7.1 kb)" | 35 | //config: bool "readprofile (7.5 kb)" |
36 | //config: default y | 36 | //config: default y |
37 | //config: help | 37 | //config: help |
38 | //config: This allows you to parse /proc/profile for basic profiling. | 38 | //config: This allows you to parse /proc/profile for basic profiling. |
diff --git a/util-linux/renice.c b/util-linux/renice.c index fc72550f4..53f197cce 100644 --- a/util-linux/renice.c +++ b/util-linux/renice.c | |||
@@ -18,7 +18,7 @@ | |||
18 | * following IDs (if any). Multiple switches are allowed. | 18 | * following IDs (if any). Multiple switches are allowed. |
19 | */ | 19 | */ |
20 | //config:config RENICE | 20 | //config:config RENICE |
21 | //config: bool "renice (4.2 kb)" | 21 | //config: bool "renice (4.4 kb)" |
22 | //config: default y | 22 | //config: default y |
23 | //config: help | 23 | //config: help |
24 | //config: Renice alters the scheduling priority of one or more running | 24 | //config: Renice alters the scheduling priority of one or more running |
diff --git a/util-linux/rev.c b/util-linux/rev.c index 63b005c67..12df2b9ff 100644 --- a/util-linux/rev.c +++ b/util-linux/rev.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config REV | 8 | //config:config REV |
9 | //config: bool "rev (4.4 kb)" | 9 | //config: bool "rev (4.6 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: Reverse lines of a file or files. | 12 | //config: Reverse lines of a file or files. |
diff --git a/util-linux/rtcwake.c b/util-linux/rtcwake.c index eac16077d..a8dfab064 100644 --- a/util-linux/rtcwake.c +++ b/util-linux/rtcwake.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * That flag should not be needed on systems with adjtime support. | 23 | * That flag should not be needed on systems with adjtime support. |
24 | */ | 24 | */ |
25 | //config:config RTCWAKE | 25 | //config:config RTCWAKE |
26 | //config: bool "rtcwake (6.8 kb)" | 26 | //config: bool "rtcwake (7.5 kb)" |
27 | //config: default y | 27 | //config: default y |
28 | //config: help | 28 | //config: help |
29 | //config: Enter a system sleep state until specified wakeup time. | 29 | //config: Enter a system sleep state until specified wakeup time. |
diff --git a/util-linux/script.c b/util-linux/script.c index 963435335..58b844e77 100644 --- a/util-linux/script.c +++ b/util-linux/script.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 11 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
12 | */ | 12 | */ |
13 | //config:config SCRIPT | 13 | //config:config SCRIPT |
14 | //config: bool "script (8.6 kb)" | 14 | //config: bool "script (8.8 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: The script makes typescript of terminal session. | 17 | //config: The script makes typescript of terminal session. |
diff --git a/util-linux/scriptreplay.c b/util-linux/scriptreplay.c index 3c032eec5..e3083ab93 100644 --- a/util-linux/scriptreplay.c +++ b/util-linux/scriptreplay.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config SCRIPTREPLAY | 9 | //config:config SCRIPTREPLAY |
10 | //config: bool "scriptreplay (2.4 kb)" | 10 | //config: bool "scriptreplay (2.6 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: This program replays a typescript, using timing information | 13 | //config: This program replays a typescript, using timing information |
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 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config SETARCH | 9 | //config:config SETARCH |
10 | //config: bool "setarch (3.6 kb)" | 10 | //config: bool "setarch (3.8 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: The linux32 utility is used to create a 32bit environment for the | 13 | //config: The linux32 utility is used to create a 32bit environment for the |
@@ -16,13 +16,13 @@ | |||
16 | //config: (like amd64/x86, ppc64/ppc, sparc64/sparc, etc...). | 16 | //config: (like amd64/x86, ppc64/ppc, sparc64/sparc, etc...). |
17 | //config: | 17 | //config: |
18 | //config:config LINUX32 | 18 | //config:config LINUX32 |
19 | //config: bool "linux32 (3.3 kb)" | 19 | //config: bool "linux32 (3.6 kb)" |
20 | //config: default y | 20 | //config: default y |
21 | //config: help | 21 | //config: help |
22 | //config: Alias to "setarch linux32". | 22 | //config: Alias to "setarch linux32". |
23 | //config: | 23 | //config: |
24 | //config:config LINUX64 | 24 | //config:config LINUX64 |
25 | //config: bool "linux64 (3.3 kb)" | 25 | //config: bool "linux64 (3.5 kb)" |
26 | //config: default y | 26 | //config: default y |
27 | //config: help | 27 | //config: help |
28 | //config: Alias to "setarch linux64". | 28 | //config: Alias to "setarch linux64". |
diff --git a/util-linux/setpriv.c b/util-linux/setpriv.c index 6904cf019..ee038516d 100644 --- a/util-linux/setpriv.c +++ b/util-linux/setpriv.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config SETPRIV | 9 | //config:config SETPRIV |
10 | //config: bool "setpriv (6.6 kb)" | 10 | //config: bool "setpriv (6.9 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select LONG_OPTS | 12 | //config: select LONG_OPTS |
13 | //config: help | 13 | //config: help |
diff --git a/util-linux/setsid.c b/util-linux/setsid.c index cdad8c1d3..24b02a509 100644 --- a/util-linux/setsid.c +++ b/util-linux/setsid.c | |||
@@ -14,7 +14,7 @@ | |||
14 | * - busyboxed | 14 | * - busyboxed |
15 | */ | 15 | */ |
16 | //config:config SETSID | 16 | //config:config SETSID |
17 | //config: bool "setsid (3.6 kb)" | 17 | //config: bool "setsid (3.8 kb)" |
18 | //config: default y | 18 | //config: default y |
19 | //config: help | 19 | //config: help |
20 | //config: setsid runs a program in a new session | 20 | //config: setsid runs a program in a new session |
diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c index 901c0b8db..14139736e 100644 --- a/util-linux/switch_root.c +++ b/util-linux/switch_root.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config SWITCH_ROOT | 9 | //config:config SWITCH_ROOT |
10 | //config: bool "switch_root (5.5 kb)" | 10 | //config: bool "switch_root (5.7 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: The switch_root utility is used from initramfs to select a new | 13 | //config: The switch_root utility is used from initramfs to select a new |
diff --git a/util-linux/taskset.c b/util-linux/taskset.c index 8b410f369..55c915e8d 100644 --- a/util-linux/taskset.c +++ b/util-linux/taskset.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config TASKSET | 8 | //config:config TASKSET |
9 | //config: bool "taskset (4.2 kb)" | 9 | //config: bool "taskset (5.6 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: Retrieve or set a processes's CPU affinity. | 12 | //config: Retrieve or set a processes's CPU affinity. |
diff --git a/util-linux/uevent.c b/util-linux/uevent.c index db11746d0..2193eb0f2 100644 --- a/util-linux/uevent.c +++ b/util-linux/uevent.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Licensed under GPLv2, see file LICENSE in this source tree. | 4 | * Licensed under GPLv2, see file LICENSE in this source tree. |
5 | */ | 5 | */ |
6 | //config:config UEVENT | 6 | //config:config UEVENT |
7 | //config: bool "uevent (3.1 kb)" | 7 | //config: bool "uevent (3.5 kb)" |
8 | //config: default y | 8 | //config: default y |
9 | //config: help | 9 | //config: help |
10 | //config: uevent is a netlink listener for kernel uevent notifications | 10 | //config: uevent is a netlink listener for kernel uevent notifications |
diff --git a/util-linux/unshare.c b/util-linux/unshare.c index 06b938074..a9f56f388 100644 --- a/util-linux/unshare.c +++ b/util-linux/unshare.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config UNSHARE | 9 | //config:config UNSHARE |
10 | //config: bool "unshare (7.2 kb)" | 10 | //config: bool "unshare (7.3 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: depends on !NOMMU | 12 | //config: depends on !NOMMU |
13 | //config: select LONG_OPTS | 13 | //config: select LONG_OPTS |
diff --git a/util-linux/wall.c b/util-linux/wall.c index 23fb87517..72205cbae 100644 --- a/util-linux/wall.c +++ b/util-linux/wall.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config WALL | 8 | //config:config WALL |
9 | //config: bool "wall (2.6 kb)" | 9 | //config: bool "wall (2.9 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: depends on FEATURE_UTMP | 11 | //config: depends on FEATURE_UTMP |
12 | //config: help | 12 | //config: help |