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/blkdiscard.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/fallocate.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_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/nsenter.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/switch_root.c2
-rw-r--r--util-linux/taskset.c2
-rw-r--r--util-linux/uevent.c2
-rw-r--r--util-linux/unshare.c2
-rw-r--r--util-linux/wall.c2
53 files changed, 58 insertions, 58 deletions
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