mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
util-linux: revise contents and short descriptions
* tailf is removed completely * fdformat is disabled by default, and we don't really have any reason to enable it (and we'll need to workaround the missing man page issue if we want to enable it) * irqtop, lsirq, scriptreplay, and uclampset added
This commit is contained in:
parent
db2d98f7a9
commit
50c357d363
@ -127,15 +127,15 @@ su tester -c "make -k check"</userinput></screen>
|
||||
<seglistitem>
|
||||
<seg>addpart, agetty, blkdiscard, blkid, blkzone, blockdev, cal, cfdisk, chcpu,
|
||||
chmem, choom, chrt, col, colcrt, colrm, column, ctrlaltdel, delpart, dmesg,
|
||||
eject, fallocate, fdformat, fdisk, fincore, findfs, findmnt, flock, fsck,
|
||||
eject, fallocate, fdisk, fincore, findfs, findmnt, flock, fsck,
|
||||
fsck.cramfs, fsck.minix, fsfreeze, fstrim, getopt, hexdump, hwclock,
|
||||
i386, ionice, ipcmk, ipcrm, ipcs, isosize, kill, last, lastb (link to
|
||||
i386, ionice, ipcmk, ipcrm, ipcs, irqtop, isosize, kill, last, lastb (link to
|
||||
last), ldattach, linux32, linux64, logger, look, losetup, lsblk, lscpu,
|
||||
lsipc, lslocks, lslogins, lsmem, lsns, mcookie, mesg, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap,
|
||||
lsipc, lsirq, lslocks, lslogins, lsmem, lsns, mcookie, mesg, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap,
|
||||
more, mount, mountpoint, namei, nsenter, partx, pivot_root, prlimit,
|
||||
readprofile, rename, renice, resizepart, rev, rfkill, rtcwake, script,
|
||||
scriptreplay, setarch, setsid, setterm, sfdisk, sulogin, swaplabel,
|
||||
swapoff (link to swapon), swapon, switch_root, taskset, ul,
|
||||
scriptlive, scriptreplay, setarch, setsid, setterm, sfdisk, sulogin, swaplabel,
|
||||
swapoff (link to swapon), swapon, switch_root, taskset, uclampset, ul,
|
||||
umount, uname26, unshare, utmpdump, uuidd, uuidgen, uuidparse, wall, wdctl, whereis,
|
||||
wipefs, x86_64, and zramctl</seg>
|
||||
<seg>libblkid.so, libfdisk.so, libmount.so,
|
||||
@ -370,16 +370,6 @@ su tester -c "make -k check"</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="fdformat">
|
||||
<term><command>fdformat</command></term>
|
||||
<listitem>
|
||||
<para>Low-level formats a floppy disk</para>
|
||||
<indexterm zone="ch-system-util-linux fdformat">
|
||||
<primary sortas="b-fdformat">fdformat</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="fdisk">
|
||||
<term><command>fdisk</command></term>
|
||||
<listitem>
|
||||
@ -569,6 +559,17 @@ su tester -c "make -k check"</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="irqtop">
|
||||
<term><command>irqtop</command></term>
|
||||
<listitem>
|
||||
<para>Displays kernel interrupt counter information in
|
||||
<filename>top(1)</filename> style view</para>
|
||||
<indexterm zone="ch-system-util-linux irqtop">
|
||||
<primary sortas="b-irqtop">irqtop</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="isosize">
|
||||
<term><command>isosize</command></term>
|
||||
<listitem>
|
||||
@ -704,6 +705,16 @@ su tester -c "make -k check"</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="lsirq">
|
||||
<term><command>lsirq</command></term>
|
||||
<listitem>
|
||||
<para>Displays kernel interrupt counter information</para>
|
||||
<indexterm zone="ch-system-util-linux lsirq">
|
||||
<primary sortas="b-lsirq">lsirq</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="lslocks">
|
||||
<term><command>lslocks</command></term>
|
||||
<listitem>
|
||||
@ -984,6 +995,16 @@ su tester -c "make -k check"</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="scriptlive">
|
||||
<term><command>scriptlive</command></term>
|
||||
<listitem>
|
||||
<para>Re-run session typescripts using timing information</para>
|
||||
<indexterm zone="ch-system-util-linux scriptlive">
|
||||
<primary sortas="b-scriptlive">scriptlive</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="scriptreplay">
|
||||
<term><command>scriptreplay</command></term>
|
||||
<listitem>
|
||||
@ -1088,18 +1109,6 @@ su tester -c "make -k check"</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="tailf">
|
||||
<term><command>tailf</command></term>
|
||||
<listitem>
|
||||
<para>Tracks the growth of a log file; displays the last 10 lines
|
||||
of a log file, then continues displaying any new entries in the
|
||||
log file as they are created</para>
|
||||
<indexterm zone="ch-system-util-linux tailf">
|
||||
<primary sortas="b-tailf">tailf</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="taskset">
|
||||
<term><command>taskset</command></term>
|
||||
<listitem>
|
||||
@ -1110,6 +1119,17 @@ su tester -c "make -k check"</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="uclampset">
|
||||
<term><command>uclampset</command></term>
|
||||
<listitem>
|
||||
<para>Manipulate the utilization clamping attributes of the
|
||||
system or a process</para>
|
||||
<indexterm zone="ch-system-util-linux uclampset">
|
||||
<primary sortas="b-uclampset">uclampset</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ul">
|
||||
<term><command>ul</command></term>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user