Changeset 410c6f8 for chapter08


Ignore:
Timestamp:
12/16/2022 11:30:11 PM (17 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
692f8de
Parents:
6ece6ec (diff), 9bb4939 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gawk.xml

    r6ece6ec r410c6f8  
    6262
    6363    <variablelist>
    64       <title>The meaning of the make environment variable:</title>
     64      <title>The meaning of the overridden make variable:</title>
    6565
    6666      <varlistentry>
  • chapter08/util-linux.xml

    r6ece6ec r410c6f8  
    7878
    7979    <para>The --disable and --without options prevent warnings about
    80     building components that require packages not in LFS or are
     80    building components that either require packages not in LFS, or are
    8181    inconsistent with programs installed by other packages.</para>
    8282
     
    9393    module.  Building it into the kernel will prevent booting.  For complete
    9494    coverage, other BLFS packages must be installed.  If desired, this test can
    95     be run after rebooting into the completed LFS system and running:</para>
     95    be run by booting into the completed LFS system and running:</para>
    9696
    9797<screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen>
     
    258258        chmem, choom, chrt, col, colcrt, colrm, column, ctrlaltdel, delpart, dmesg,
    259259        eject, fallocate, fdisk, fincore, findfs, findmnt, flock, fsck,
    260         fsck.cramfs, fsck.minix, fsfreeze, fstrim, getopt, hexdump, hwclock,
    261         i386, ionice, ipcmk, ipcrm, ipcs, irqtop, isosize, kill, last, lastb (link to
    262         last), ldattach, linux32, linux64, logger, look, losetup, lsblk, lscpu,
    263         lsipc, lsirq, lslocks, lslogins, lsmem, lsns, mcookie, mesg, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap,
     260        fsck.cramfs, fsck.minix, fsfreeze, fstrim, getopt, hardlink, hexdump, hwclock,
     261        i386 (link to setarch), ionice, ipcmk, ipcrm, ipcs, irqtop, isosize, kill, last,
     262        lastb (link to last), ldattach, linux32 (link to setarch), linux64 (link to setarch),
     263        logger, look, losetup, lsblk, lscpu, lsipc, lsirq, lsfd, lslocks, lslogins,
     264        lsmem, lsns, mcookie, mesg, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap,
    264265        more, mount, mountpoint, namei, nsenter, partx, pivot_root, prlimit,
    265266        readprofile, rename, renice, resizepart, rev, rfkill, rtcwake, script,
    266267        scriptlive, scriptreplay, setarch, setsid, setterm, sfdisk, sulogin, swaplabel,
    267         swapoff (link to swapon), swapon, switch_root, taskset, uclampset, ul,
    268         umount, uname26, unshare, utmpdump, uuidd, uuidgen, uuidparse, wall, wdctl, whereis,
    269         wipefs, x86_64, and zramctl</seg>
     268        swapoff, swapon, switch_root, taskset, uclampset, ul,
     269        umount, uname26 (link to setarch), unshare, utmpdump, uuidd, uuidgen, uuidparse,
     270        wall, wdctl, whereis, wipefs, x86_64 (link to setarch), and zramctl</seg>
    270271        <seg>libblkid.so, libfdisk.so, libmount.so,
    271272        libsmartcols.so, and libuuid.so</seg>
     
    330331        <term><command>blkzone</command></term>
    331332        <listitem>
    332           <para>Runs zone command on the given block device</para>
     333          <para>Is used to manage zoned storage block devices</para>
    333334          <indexterm zone="ch-system-util-linux blkzone">
    334335            <primary sortas="b-blkzone">blkzone</primary>
     
    391392        <term><command>choom</command></term>
    392393        <listitem>
    393           <para>Displays and adjusts OOM-killer score</para>
     394          <para>Displays and adjusts OOM-killer scores, used to determine
     395          which process to kill first when Linux is Out Of Memory</para>
    394396          <indexterm zone="ch-system-util-linux choom">
    395397            <primary sortas="b-choom">choom</primary>
     
    523525        <term><command>findfs</command></term>
    524526        <listitem>
    525           <para>Finds a file system by label or Universally Unique Identifier
     527          <para>Finds a file system, either by label or Universally Unique Identifier
    526528          (UUID)</para>
    527529          <indexterm zone="ch-system-util-linux findfs">
     
    535537        <listitem>
    536538          <para>Is a command line interface to the libmount library
    537           for work with mountinfo, fstab and mtab files</para>
     539          for working with mountinfo, fstab and mtab files</para>
    538540          <indexterm zone="ch-system-util-linux findmnt">
    539541            <primary sortas="b-findmnt">findmnt</primary>
     
    615617        </listitem>
    616618      </varlistentry>
     619     
     620      <varlistentry id="hardlink">
     621        <term><command>hardlink</command></term>
     622        <listitem>
     623          <para>Consolidates duplicate files by creating hard links</para>
     624          <indexterm zone="ch-system-util-linux hardlink">
     625            <primary sortas="b-hardlink">hardlink</primary>
     626          </indexterm>
     627        </listitem>
     628      </varlistentry>
    617629
    618630      <varlistentry id="hexdump">
    619631        <term><command>hexdump</command></term>
    620632        <listitem>
    621           <para>Dumps the given file in hexadecimal or in another given
    622           format</para>
     633          <para>Dumps the given file in hexadecimal, decimal, octal,
     634          or ascii</para>
    623635          <indexterm zone="ch-system-util-linux hexdump">
    624636            <primary sortas="b-hexdump">hexdump</primary>
     
    823835        </listitem>
    824836      </varlistentry>
     837     
     838      <varlistentry id="lsfd">
     839        <term><command>lsfd</command></term>
     840        <listitem>
     841          <para>Displays information about open files; replaces <command>lsof</command></para>
     842          <indexterm zone="ch-system-util-linux lsfd">
     843            <primary sortas="b-lsfd">lsfd</primary>
     844          </indexterm>
     845        </listitem>
     846      </varlistentry>
    825847
    826848      <varlistentry id="lsipc">
     
    9941016        <term><command>namei</command></term>
    9951017        <listitem>
    996           <para>Shows the symbolic links in the given pathnames</para>
     1018          <para>Shows the symbolic links in the given paths</para>
    9971019          <indexterm zone="ch-system-util-linux namei">
    9981020            <primary sortas="b-namei">namei</primary>
     
    10361058        <term><command>prlimit</command></term>
    10371059        <listitem>
    1038           <para>Get and set a process' resource limits</para>
     1060          <para>Gets and sets a process's resource limits</para>
    10391061          <indexterm zone="ch-system-util-linux prlimit">
    10401062            <primary sortas="b-prlimit">prlimit</primary>
     
    11071129        <term><command>rtcwake</command></term>
    11081130        <listitem>
    1109           <para>Used to enter a system sleep state until specified wakeup
     1131          <para>Used to enter a system sleep state until the specified wakeup
    11101132          time</para>
    11111133          <indexterm zone="ch-system-util-linux rtcwake">
     
    11281150        <term><command>scriptlive</command></term>
    11291151        <listitem>
    1130           <para>Re-run session typescripts using timing information</para>
     1152          <para>Re-runs session typescripts using timing information</para>
    11311153          <indexterm zone="ch-system-util-linux scriptlive">
    11321154            <primary sortas="b-scriptlive">scriptlive</primary>
     
    11481170        <term><command>setarch</command></term>
    11491171        <listitem>
    1150           <para>Changes reported architecture in a new program environment and
     1172          <para>Changes reported architecture in a new program environment, and
    11511173          sets personality flags</para>
    11521174          <indexterm zone="ch-system-util-linux setarch">
     
    12011223        <term><command>swaplabel</command></term>
    12021224        <listitem>
    1203           <para>Allows to change swaparea UUID and label</para>
     1225          <para>Makes changes to the swap area's UUID and label</para>
    12041226          <indexterm zone="ch-system-util-linux swaplabel">
    12051227            <primary sortas="b-swaplabel">swaplabel</primary>
     
    12211243        <term><command>swapon</command></term>
    12221244        <listitem>
    1223           <para>Enables devices and files for paging and swapping and
     1245          <para>Enables devices and files for paging and swapping, and
    12241246          lists the devices and files currently in use</para>
    12251247          <indexterm zone="ch-system-util-linux swapon">
     
    12421264        <term><command>taskset</command></term>
    12431265        <listitem>
    1244           <para>Retrieves or sets a process' CPU affinity</para>
     1266          <para>Retrieves or sets a process's CPU affinity</para>
    12451267          <indexterm zone="ch-system-util-linux taskset">
    12461268            <primary sortas="b-taskset">taskset</primary>
     
    12521274        <term><command>uclampset</command></term>
    12531275        <listitem>
    1254           <para>Manipulate the utilization clamping attributes of the
     1276          <para>Manipulates the utilization clamping attributes of the
    12551277          system or a process</para>
    12561278          <indexterm zone="ch-system-util-linux uclampset">
     
    13041326        <term><command>utmpdump</command></term>
    13051327        <listitem>
    1306           <para>Displays the content of the given login file in a more
     1328          <para>Displays the content of the given login file in a
    13071329          user-friendly format</para>
    13081330          <indexterm zone="ch-system-util-linux utmpdump">
     
    13261348        <term><command>uuidgen</command></term>
    13271349        <listitem>
    1328           <para>Creates new UUIDs. Each new UUID can reasonably be considered
     1350          <para>Creates new UUIDs. Each new UUID is a random number likely to be
    13291351          unique among all UUIDs created, on the local system and on other
    1330           systems, in the past and in the future</para>
     1352          systems, in the past and in the future, with extremely high
     1353          probability (~340 trillion trillion trillion unique UUIDs are possible)</para>
    13311354          <indexterm zone="ch-system-util-linux uuidgen">
    13321355            <primary sortas="b-uuidgen">uuidgen</primary>
     
    13381361        <term><command>uuidparse</command></term>
    13391362        <listitem>
    1340           <para>An utility to parse unique identifiers</para>
     1363          <para>A utility to parse unique identifiers</para>
    13411364          <indexterm zone="ch-system-util-linux uuidparse">
    13421365            <primary sortas="b-uuidparse">uuidparse</primary>
     
    13701393        <listitem>
    13711394          <para>Reports the location of the binary, source, and man page
    1372           for the given command</para>
     1395          files for the given command</para>
    13731396          <indexterm zone="ch-system-util-linux whereis">
    13741397            <primary sortas="b-whereis">whereis</primary>
Note: See TracChangeset for help on using the changeset viewer.