aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/basename.c2
-rw-r--r--coreutils/cat.c2
-rw-r--r--coreutils/chroot.c2
-rw-r--r--coreutils/cksum.c4
-rw-r--r--coreutils/comm.c2
-rw-r--r--coreutils/cut.c2
-rw-r--r--coreutils/date.c2
-rw-r--r--coreutils/dd.c2
-rw-r--r--coreutils/df.c2
-rw-r--r--coreutils/dirname.c2
-rw-r--r--coreutils/dos2unix.c4
-rw-r--r--coreutils/du.c2
-rw-r--r--coreutils/echo.c2
-rw-r--r--coreutils/env.c2
-rw-r--r--coreutils/expand.c4
-rw-r--r--coreutils/expr.c2
-rw-r--r--coreutils/factor.c2
-rw-r--r--coreutils/false.c2
-rw-r--r--coreutils/fold.c2
-rw-r--r--coreutils/head.c2
-rw-r--r--coreutils/hostid.c2
-rw-r--r--coreutils/id.c4
-rw-r--r--coreutils/link.c2
-rw-r--r--coreutils/ln.c2
-rw-r--r--coreutils/logname.c2
-rw-r--r--coreutils/md5_sha1_sum.c10
-rw-r--r--coreutils/mkdir.c2
-rw-r--r--coreutils/mkfifo.c2
-rw-r--r--coreutils/mknod.c2
-rw-r--r--coreutils/mktemp.c2
-rw-r--r--coreutils/nice.c2
-rw-r--r--coreutils/nl.c2
-rw-r--r--coreutils/nohup.c2
-rw-r--r--coreutils/nproc.c2
-rw-r--r--coreutils/paste.c2
-rw-r--r--coreutils/printenv.c2
-rw-r--r--coreutils/printf.c2
-rw-r--r--coreutils/pwd.c2
-rw-r--r--coreutils/readlink.c2
-rw-r--r--coreutils/realpath.c2
-rw-r--r--coreutils/rm.c2
-rw-r--r--coreutils/rmdir.c2
-rw-r--r--coreutils/seq.c2
-rw-r--r--coreutils/shred.c2
-rw-r--r--coreutils/shuf.c2
-rw-r--r--coreutils/sleep.c2
-rw-r--r--coreutils/sort.c2
-rw-r--r--coreutils/split.c2
-rw-r--r--coreutils/stty.c2
-rw-r--r--coreutils/sum.c2
-rw-r--r--coreutils/sync.c4
-rw-r--r--coreutils/tac.c2
-rw-r--r--coreutils/tail.c2
-rw-r--r--coreutils/tee.c2
-rw-r--r--coreutils/test.c2
-rw-r--r--coreutils/timeout.c2
-rw-r--r--coreutils/touch.c2
-rw-r--r--coreutils/tr.c2
-rw-r--r--coreutils/true.c2
-rw-r--r--coreutils/truncate.c2
-rw-r--r--coreutils/tsort.c2
-rw-r--r--coreutils/tty.c2
-rw-r--r--coreutils/uname.c4
-rw-r--r--coreutils/uniq.c2
-rw-r--r--coreutils/unlink.c2
-rw-r--r--coreutils/usleep.c2
-rw-r--r--coreutils/uudecode.c6
-rw-r--r--coreutils/uuencode.c2
-rw-r--r--coreutils/wc.c2
-rw-r--r--coreutils/who.c6
-rw-r--r--coreutils/whoami.c2
-rw-r--r--coreutils/yes.c2
72 files changed, 86 insertions, 86 deletions
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 4e62a6fb0..d8e56ef3b 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 0989c9c2c..51f3adf24 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 092647468..338998fc9 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 b896acd44..3f7e21871 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 f909a0d96..9de5ea8eb 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 fb673a210..5259921f1 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 411edd5b9..1bcc74d3b 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 794d7b815..9e53b4820 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 d84a4fc37..bd3f6840c 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 9393423a1..8d0e485d4 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 a15d1932d..7c7cc6b6b 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 8f306529f..0d6a2c612 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 7eb8ac1ba..493462201 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