aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/acpid.c2
-rw-r--r--util-linux/blkid.c2
-rw-r--r--util-linux/blockdev.c2
-rw-r--r--util-linux/cal.c2
-rw-r--r--util-linux/chrt.c2
-rw-r--r--util-linux/dmesg.c2
-rw-r--r--util-linux/eject.c2
-rw-r--r--util-linux/fatattr.c2
-rw-r--r--util-linux/fbset.c2
-rw-r--r--util-linux/fdformat.c2
-rw-r--r--util-linux/fdisk.c2
-rw-r--r--util-linux/findfs.c2
-rw-r--r--util-linux/flock.c2
-rw-r--r--util-linux/freeramdisk.c4
-rw-r--r--util-linux/fsfreeze.c2
-rw-r--r--util-linux/fstrim.c2
-rw-r--r--util-linux/getopt.c2
-rw-r--r--util-linux/hexdump.c4
-rw-r--r--util-linux/hexdump_xxd.c2
-rw-r--r--util-linux/hwclock.c2
-rw-r--r--util-linux/ionice.c2
-rw-r--r--util-linux/ipcrm.c2
-rw-r--r--util-linux/ipcs.c2
-rw-r--r--util-linux/last.c2
-rw-r--r--util-linux/losetup.c2
-rw-r--r--util-linux/lspci.c2
-rw-r--r--util-linux/lsusb.c2
-rw-r--r--util-linux/mdev.c2
-rw-r--r--util-linux/mesg.c2
-rw-r--r--util-linux/mkfs_ext2.c4
-rw-r--r--util-linux/mkfs_vfat.c4
-rw-r--r--util-linux/mkswap.c2
-rw-r--r--util-linux/more.c2
-rw-r--r--util-linux/mount.c2
-rw-r--r--util-linux/mountpoint.c2
-rw-r--r--util-linux/pivot_root.c2
-rw-r--r--util-linux/rdate.c2
-rw-r--r--util-linux/rdev.c2
-rw-r--r--util-linux/readprofile.c2
-rw-r--r--util-linux/renice.c2
-rw-r--r--util-linux/rev.c2
-rw-r--r--util-linux/rtcwake.c2
-rw-r--r--util-linux/script.c2
-rw-r--r--util-linux/scriptreplay.c2
-rw-r--r--util-linux/setarch.c6
-rw-r--r--util-linux/setpriv.c2
-rw-r--r--util-linux/setsid.c2
-rw-r--r--util-linux/swaponoff.c4
-rw-r--r--util-linux/switch_root.c2
-rw-r--r--util-linux/taskset.c2
-rw-r--r--util-linux/uevent.c2
-rw-r--r--util-linux/umount.c2
-rw-r--r--util-linux/wall.c2
53 files changed, 60 insertions, 60 deletions
diff --git a/util-linux/acpid.c b/util-linux/acpid.c
index 3e68b61ab..7abea1400 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" 10//config: bool "acpid (8.7 kb)"
11//config: default y 11//config: default y
12//config: select PLATFORM_LINUX 12//config: select PLATFORM_LINUX
13//config: help 13//config: help
diff --git a/util-linux/blkid.c b/util-linux/blkid.c
index b6f33b513..08fa07968 100644
--- a/util-linux/blkid.c
+++ b/util-linux/blkid.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 BLKID 9//config:config BLKID
10//config: bool "blkid" 10//config: bool "blkid (11 kb)"
11//config: default y 11//config: default y
12//config: select PLATFORM_LINUX 12//config: select PLATFORM_LINUX
13//config: select VOLUMEID 13//config: select VOLUMEID
diff --git a/util-linux/blockdev.c b/util-linux/blockdev.c
index bf4d49792..9924ef06f 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" 9//config: bool "blockdev (2.4 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 8196619b0..f7a965619 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" 14//config: bool "cal (6.5 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 1604a6890..ad13dd512 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" 9//config: bool "chrt (4.4 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 c3574f8f5..5822d0290 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" 12//config: bool "dmesg (3.5 kb)"
13//config: default y 13//config: default y
14//config: select PLATFORM_LINUX 14//config: select PLATFORM_LINUX
15//config: help 15//config: help
diff --git a/util-linux/eject.c b/util-linux/eject.c
index 667932f6c..07ac2fd54 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" 16//config: bool "eject (4.1 kb)"
17//config: default y 17//config: default y
18//config: select PLATFORM_LINUX 18//config: select PLATFORM_LINUX
19//config: help 19//config: help
diff --git a/util-linux/fatattr.c b/util-linux/fatattr.c
index 030978f64..e69cb93e7 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" 12//config: bool "fatattr (1.9 kb)"
13//config: default y 13//config: default y
14//config: select PLATFORM_LINUX 14//config: select PLATFORM_LINUX
15//config: help 15//config: help
diff --git a/util-linux/fbset.c b/util-linux/fbset.c
index 673bf9aa4..0b141816d 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" 15//config: bool "fbset (5.8 kb)"
16//config: default y 16//config: default y
17//config: select PLATFORM_LINUX 17//config: select PLATFORM_LINUX
18//config: help 18//config: help
diff --git a/util-linux/fdformat.c b/util-linux/fdformat.c
index 67c6e1504..62077ff3b 100644
--- a/util-linux/fdformat.c
+++ b/util-linux/fdformat.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 FDFORMAT 7//config:config FDFORMAT
8//config: bool "fdformat" 8//config: bool "fdformat (4.5 kb)"
9//config: default y 9//config: default y
10//config: select PLATFORM_LINUX 10//config: select PLATFORM_LINUX
11//config: help 11//config: help
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c
index 4467525c7..c3784c28d 100644
--- a/util-linux/fdisk.c
+++ b/util-linux/fdisk.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 FDISK 9//config:config FDISK
10//config: bool "fdisk" 10//config: bool "fdisk (41 kb)"
11//config: default y 11//config: default y
12//config: select PLATFORM_LINUX 12//config: select PLATFORM_LINUX
13//config: help 13//config: help
diff --git a/util-linux/findfs.c b/util-linux/findfs.c
index daa46b039..b9cd95687 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" 11//config: bool "findfs (11 kb)"
12//config: default y 12//config: default y
13//config: select PLATFORM_LINUX 13//config: select PLATFORM_LINUX
14//config: select VOLUMEID 14//config: select VOLUMEID
diff --git a/util-linux/flock.c b/util-linux/flock.c
index f34c0ad8f..e77718869 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" 7//config: bool "flock (6.1 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 28148fcbe..0b8d2bc5b 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" 12//config: bool "fdflush (1.4 kb)"
13//config: default y 13//config: default y
14//config: select PLATFORM_LINUX 14//config: select PLATFORM_LINUX
15//config: help 15//config: help
@@ -22,7 +22,7 @@
22//config: leave this disabled. 22//config: leave this disabled.
23//config: 23//config:
24//config:config FREERAMDISK 24//config:config FREERAMDISK
25//config: bool "freeramdisk" 25//config: bool "freeramdisk (1.4 kb)"
26//config: default y 26//config: default y
27//config: select PLATFORM_LINUX 27//config: select PLATFORM_LINUX
28//config: help 28//config: help
diff --git a/util-linux/fsfreeze.c b/util-linux/fsfreeze.c
index 70dec24ec..8bc4c471f 100644
--- a/util-linux/fsfreeze.c
+++ b/util-linux/fsfreeze.c
@@ -6,7 +6,7 @@
6 */ 6 */
7 7
8//config:config FSFREEZE 8//config:config FSFREEZE
9//config: bool "fsfreeze" 9//config: bool "fsfreeze (3.6 kb)"
10//config: default y 10//config: default y
11//config: select PLATFORM_LINUX 11//config: select PLATFORM_LINUX
12//config: select LONG_OPTS 12//config: select LONG_OPTS
diff --git a/util-linux/fstrim.c b/util-linux/fstrim.c
index 563aa9720..c07da8a62 100644
--- a/util-linux/fstrim.c
+++ b/util-linux/fstrim.c
@@ -9,7 +9,7 @@
9 */ 9 */
10 10
11//config:config FSTRIM 11//config:config FSTRIM
12//config: bool "fstrim" 12//config: bool "fstrim (5.5 kb)"
13//config: default y 13//config: default y
14//config: select PLATFORM_LINUX 14//config: select PLATFORM_LINUX
15//config: help 15//config: help
diff --git a/util-linux/getopt.c b/util-linux/getopt.c
index 79d54854b..7c65a6a1f 100644
--- a/util-linux/getopt.c
+++ b/util-linux/getopt.c
@@ -30,7 +30,7 @@
30 * Replaced our_malloc with xmalloc and our_realloc with xrealloc 30 * Replaced our_malloc with xmalloc and our_realloc with xrealloc
31 */ 31 */
32//config:config GETOPT 32//config:config GETOPT
33//config: bool "getopt" 33//config: bool "getopt (5.6 kb)"
34//config: default y 34//config: default y
35//config: help 35//config: help
36//config: The getopt utility is used to break up (parse) options in command 36//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 25f771201..e8c0ee0f5 100644
--- a/util-linux/hexdump.c
+++ b/util-linux/hexdump.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 HEXDUMP 11//config:config HEXDUMP
12//config: bool "hexdump" 12//config: bool "hexdump (8.8 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
@@ -26,7 +26,7 @@
26//config: aimed to be portable. 26//config: aimed to be portable.
27//config: 27//config:
28//config:config HD 28//config:config HD
29//config: bool "hd" 29//config: bool "hd (8 kb)"
30//config: default y 30//config: default y
31//config: help 31//config: help
32//config: hd is an alias to hexdump -C. 32//config: hd is an alias to hexdump -C.
diff --git a/util-linux/hexdump_xxd.c b/util-linux/hexdump_xxd.c
index be4b4f354..5f72d3be4 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" 10//config: bool "xxd (8.9 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 8cb908cb3..c2721dbac 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" 10//config: bool "hwclock (5.8 kb)"
11//config: default y 11//config: default y
12//config: select PLATFORM_LINUX 12//config: select PLATFORM_LINUX
13//config: help 13//config: help
diff --git a/util-linux/ionice.c b/util-linux/ionice.c
index c54b3a6e1..cda5a90d6 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" 10//config: bool "ionice (3.6 kb)"
11//config: default y 11//config: default y
12//config: select PLATFORM_LINUX 12//config: select PLATFORM_LINUX
13//config: help 13//config: help
diff --git a/util-linux/ipcrm.c b/util-linux/ipcrm.c
index 76ea3ca4f..cabd8b9e7 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" 11//config: bool "ipcrm (2.9 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 88ae9225d..0d5a16a2b 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//config: bool "ipcs (11 kb)"
12//config: default y 12//config: default y
13//config: select PLATFORM_LINUX 13//config: select PLATFORM_LINUX
14//config: help 14//config: help
diff --git a/util-linux/last.c b/util-linux/last.c
index b3f125c3f..5bce85753 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" 10//config: bool "last (6.2 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 d356f49c2..cbd1c6052 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" 10//config: bool "losetup (5.4 kb)"
11//config: default y 11//config: default y
12//config: select PLATFORM_LINUX 12//config: select PLATFORM_LINUX
13//config: help 13//config: help
diff --git a/util-linux/lspci.c b/util-linux/lspci.c
index 8b38a2366..c4f43bd12 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" 10//config: bool "lspci (5.7 kb)"
11//config: default y 11//config: default y
12//config: #select PLATFORM_LINUX 12//config: #select PLATFORM_LINUX
13//config: help 13//config: help
diff --git a/util-linux/lsusb.c b/util-linux/lsusb.c
index 7d36d6f5a..9d12d8752 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" 10//config: bool "lsusb (3.5 kb)"
11//config: default y 11//config: default y
12//config: #select PLATFORM_LINUX 12//config: #select PLATFORM_LINUX
13//config: help 13//config: help
diff --git a/util-linux/mdev.c b/util-linux/mdev.c
index a59115dd4..a68e3f4e6 100644
--- a/util-linux/mdev.c
+++ b/util-linux/mdev.c
@@ -9,7 +9,7 @@
9 */ 9 */
10 10
11//config:config MDEV 11//config:config MDEV
12//config: bool "mdev" 12//config: bool "mdev (16 kb)"
13//config: default y 13//config: default y
14//config: select PLATFORM_LINUX 14//config: select PLATFORM_LINUX
15//config: help 15//config: help
diff --git a/util-linux/mesg.c b/util-linux/mesg.c
index 45c13b8e0..a83da03e6 100644
--- a/util-linux/mesg.c
+++ b/util-linux/mesg.c
@@ -8,7 +8,7 @@
8 */ 8 */
9 9
10//config:config MESG 10//config:config MESG
11//config: bool "mesg" 11//config: bool "mesg (1.2 kb)"
12//config: default y 12//config: default y
13//config: help 13//config: help
14//config: Mesg controls access to your terminal by others. It is typically 14//config: Mesg controls access to your terminal by others. It is typically
diff --git a/util-linux/mkfs_ext2.c b/util-linux/mkfs_ext2.c
index 4a7a878ac..f646f368c 100644
--- a/util-linux/mkfs_ext2.c
+++ b/util-linux/mkfs_ext2.c
@@ -8,14 +8,14 @@
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 MKE2FS 10//config:config MKE2FS
11//config: bool "mke2fs" 11//config: bool "mke2fs (9.7 kb)"
12//config: default y 12//config: default y
13//config: select PLATFORM_LINUX 13//config: select PLATFORM_LINUX
14//config: help 14//config: help
15//config: Utility to create EXT2 filesystems. 15//config: Utility to create EXT2 filesystems.
16//config: 16//config:
17//config:config MKFS_EXT2 17//config:config MKFS_EXT2
18//config: bool "mkfs.ext2" 18//config: bool "mkfs.ext2 (9.8 kb)"
19//config: default y 19//config: default y
20//config: select PLATFORM_LINUX 20//config: select PLATFORM_LINUX
21//config: help 21//config: help
diff --git a/util-linux/mkfs_vfat.c b/util-linux/mkfs_vfat.c
index 1fc943430..a191c03d6 100644
--- a/util-linux/mkfs_vfat.c
+++ b/util-linux/mkfs_vfat.c
@@ -8,14 +8,14 @@
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" 11//config: bool "mkdosfs (6.8 kb)"
12//config: default y 12//config: default y
13//config: select PLATFORM_LINUX 13//config: select PLATFORM_LINUX
14//config: help 14//config: help
15//config: Utility to create FAT32 filesystems. 15//config: Utility to create FAT32 filesystems.
16//config: 16//config:
17//config:config MKFS_VFAT 17//config:config MKFS_VFAT
18//config: bool "mkfs.vfat" 18//config: bool "mkfs.vfat (6.8 kb)"
19//config: default y 19//config: default y
20//config: select PLATFORM_LINUX 20//config: select PLATFORM_LINUX
21//config: help 21//config: help
diff --git a/util-linux/mkswap.c b/util-linux/mkswap.c
index 954a1948d..deb911485 100644
--- a/util-linux/mkswap.c
+++ b/util-linux/mkswap.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 MKSWAP 8//config:config MKSWAP
9//config: bool "mkswap" 9//config: bool "mkswap (5.8 kb)"
10//config: default y 10//config: default y
11//config: help 11//config: help
12//config: The mkswap utility is used to configure a file or disk partition as 12//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 debad81bd..11546a8f8 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" 17//config: bool "more (6.7 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 5fcc7958c..423e89d5b 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" 21//config: bool "mount (30 kb)"
22//config: default y 22//config: default y
23//config: select PLATFORM_LINUX 23//config: select PLATFORM_LINUX
24//config: help 24//config: help
diff --git a/util-linux/mountpoint.c b/util-linux/mountpoint.c
index 8b9e1d779..0ba4a308e 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" 12//config: bool "mountpoint (4.5 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/pivot_root.c b/util-linux/pivot_root.c
index 9bdae506c..c21291ba0 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" 12//config: bool "pivot_root (898 bytes)"
13//config: default y 13//config: default y
14//config: select PLATFORM_LINUX 14//config: select PLATFORM_LINUX
15//config: help 15//config: help
diff --git a/util-linux/rdate.c b/util-linux/rdate.c
index 960df25d2..d950b45b5 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" 11//config: bool "rdate (6 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 0e1578e33..6ea9c2a8a 100644
--- a/util-linux/rdev.c
+++ b/util-linux/rdev.c
@@ -9,7 +9,7 @@
9 * 9 *
10 */ 10 */
11//config:config RDEV 11//config:config RDEV
12//config: bool "rdev" 12//config: bool "rdev (1.4 kb)"
13//config: default y 13//config: default y
14//config: help 14//config: help
15//config: Print the device node associated with the filesystem mounted at '/'. 15//config: Print the device node associated with the filesystem mounted at '/'.
diff --git a/util-linux/readprofile.c b/util-linux/readprofile.c
index 31abb6bb2..b4cb5804f 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" 35//config: bool "readprofile (7.2 kb)"
36//config: default y 36//config: default y
37//config: #select PLATFORM_LINUX 37//config: #select PLATFORM_LINUX
38//config: help 38//config: help
diff --git a/util-linux/renice.c b/util-linux/renice.c
index 4da3394a8..751af4548 100644
--- a/util-linux/renice.c
+++ b/util-linux/renice.c
@@ -19,7 +19,7 @@
19 * following IDs (if any). Multiple switches are allowed. 19 * following IDs (if any). Multiple switches are allowed.
20 */ 20 */
21//config:config RENICE 21//config:config RENICE
22//config: bool "renice" 22//config: bool "renice (3.8 kb)"
23//config: default y 23//config: default y
24//config: help 24//config: help
25//config: Renice alters the scheduling priority of one or more running 25//config: Renice alters the scheduling priority of one or more running
diff --git a/util-linux/rev.c b/util-linux/rev.c
index c22505314..3d07b2247 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" 9//config: bool "rev (4.5 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 b63164588..01ab8ebb9 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" 26//config: bool "rtcwake (6.4 kb)"
27//config: default y 27//config: default y
28//config: select PLATFORM_LINUX 28//config: select PLATFORM_LINUX
29//config: help 29//config: help
diff --git a/util-linux/script.c b/util-linux/script.c
index c5063e8a1..d82a92d1e 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" 14//config: bool "script (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 8a0c7489d..d0050f26b 100644
--- a/util-linux/scriptreplay.c
+++ b/util-linux/scriptreplay.c
@@ -8,7 +8,7 @@
8 * 8 *
9 */ 9 */
10//config:config SCRIPTREPLAY 10//config:config SCRIPTREPLAY
11//config: bool "scriptreplay" 11//config: bool "scriptreplay (2.6 kb)"
12//config: default y 12//config: default y
13//config: help 13//config: help
14//config: This program replays a typescript, using timing information 14//config: This program replays a typescript, using timing information
diff --git a/util-linux/setarch.c b/util-linux/setarch.c
index e4124b044..07de7f4db 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" 10//config: bool "setarch (3.4 kb)"
11//config: default y 11//config: default y
12//config: select PLATFORM_LINUX 12//config: select PLATFORM_LINUX
13//config: help 13//config: help
@@ -17,14 +17,14 @@
17//config: (like amd64/x86, ppc64/ppc, sparc64/sparc, etc...). 17//config: (like amd64/x86, ppc64/ppc, sparc64/sparc, etc...).
18//config: 18//config:
19//config:config LINUX32 19//config:config LINUX32
20//config: bool "linux32" 20//config: bool "linux32 (3.2 kb)"
21//config: default y 21//config: default y
22//config: select PLATFORM_LINUX 22//config: select PLATFORM_LINUX
23//config: help 23//config: help
24//config: Alias to "setarch linux32". 24//config: Alias to "setarch linux32".
25//config: 25//config:
26//config:config LINUX64 26//config:config LINUX64
27//config: bool "linux64" 27//config: bool "linux64 (3.2 kb)"
28//config: default y 28//config: default y
29//config: select PLATFORM_LINUX 29//config: select PLATFORM_LINUX
30//config: help 30//config: help
diff --git a/util-linux/setpriv.c b/util-linux/setpriv.c
index 3d8dfea52..89181085a 100644
--- a/util-linux/setpriv.c
+++ b/util-linux/setpriv.c
@@ -8,7 +8,7 @@
8 * 8 *
9 */ 9 */
10//config:config SETPRIV 10//config:config SETPRIV
11//config: bool "setpriv" 11//config: bool "setpriv (3.4 kb)"
12//config: default y 12//config: default y
13//config: select PLATFORM_LINUX 13//config: select PLATFORM_LINUX
14//config: select LONG_OPTS 14//config: select LONG_OPTS
diff --git a/util-linux/setsid.c b/util-linux/setsid.c
index 143a8f8fa..15a7c05e9 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" 17//config: bool "setsid (3.9 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/swaponoff.c b/util-linux/swaponoff.c
index 313ea0ef9..f76db541d 100644
--- a/util-linux/swaponoff.c
+++ b/util-linux/swaponoff.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 SWAPON 9//config:config SWAPON
10//config: bool "swapon" 10//config: bool "swapon (4.9 kb)"
11//config: default y 11//config: default y
12//config: select PLATFORM_LINUX 12//config: select PLATFORM_LINUX
13//config: help 13//config: help
@@ -35,7 +35,7 @@
35//config: Enable support for setting swap device priority in swapon. 35//config: Enable support for setting swap device priority in swapon.
36//config: 36//config:
37//config:config SWAPOFF 37//config:config SWAPOFF
38//config: bool "swapoff" 38//config: bool "swapoff (4.3 kb)"
39//config: default y 39//config: default y
40//config: select PLATFORM_LINUX 40//config: select PLATFORM_LINUX
41//config: help 41//config: help
diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c
index f18e8a5ce..92e385b98 100644
--- a/util-linux/switch_root.c
+++ b/util-linux/switch_root.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 SWITCH_ROOT 8//config:config SWITCH_ROOT
9//config: bool "switch_root" 9//config: bool "switch_root (5.2 kb)"
10//config: default y 10//config: default y
11//config: select PLATFORM_LINUX 11//config: select PLATFORM_LINUX
12//config: help 12//config: help
diff --git a/util-linux/taskset.c b/util-linux/taskset.c
index 94a07383a..581b0d144 100644
--- a/util-linux/taskset.c
+++ b/util-linux/taskset.c
@@ -7,7 +7,7 @@
7 */ 7 */
8 8
9//config:config TASKSET 9//config:config TASKSET
10//config: bool "taskset" 10//config: bool "taskset (4.1 kb)"
11//config: default y 11//config: default y
12//config: help 12//config: help
13//config: Retrieve or set a processes's CPU affinity. 13//config: Retrieve or set a processes's CPU affinity.
diff --git a/util-linux/uevent.c b/util-linux/uevent.c
index c22216a8a..cef93adf6 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" 7//config: bool "uevent (3.2 kb)"
8//config: default y 8//config: default y
9//config: select PLATFORM_LINUX 9//config: select PLATFORM_LINUX
10//config: help 10//config: help
diff --git a/util-linux/umount.c b/util-linux/umount.c
index 0c50dc9ee..f970f9f84 100644
--- a/util-linux/umount.c
+++ b/util-linux/umount.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 UMOUNT 10//config:config UMOUNT
11//config: bool "umount" 11//config: bool "umount (4.5 kb)"
12//config: default y 12//config: default y
13//config: select PLATFORM_LINUX 13//config: select PLATFORM_LINUX
14//config: help 14//config: help
diff --git a/util-linux/wall.c b/util-linux/wall.c
index 50658f457..4550f0b68 100644
--- a/util-linux/wall.c
+++ b/util-linux/wall.c
@@ -7,7 +7,7 @@
7 */ 7 */
8 8
9//config:config WALL 9//config:config WALL
10//config: bool "wall" 10//config: bool "wall (2.5 kb)"
11//config: default y 11//config: default y
12//config: depends on FEATURE_UTMP 12//config: depends on FEATURE_UTMP
13//config: help 13//config: help