Changes in / [410c6f8:6ece6ec]


Ignore:
Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gawk.xml

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

    r410c6f8 r6ece6ec  
    7878
    7979    <para>The --disable and --without options prevent warnings about
    80     building components that either require packages not in LFS, or are
     80    building components that 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 by booting into the completed LFS system and running:</para>
     95    be run after rebooting 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, 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,
     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,
    265264        more, mount, mountpoint, namei, nsenter, partx, pivot_root, prlimit,
    266265        readprofile, rename, renice, resizepart, rev, rfkill, rtcwake, script,
    267266        scriptlive, scriptreplay, setarch, setsid, setterm, sfdisk, sulogin, swaplabel,
    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>
     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>
    271270        <seg>libblkid.so, libfdisk.so, libmount.so,
    272271        libsmartcols.so, and libuuid.so</seg>
     
    331330        <term><command>blkzone</command></term>
    332331        <listitem>
    333           <para>Is used to manage zoned storage block devices</para>
     332          <para>Runs zone command on the given block device</para>
    334333          <indexterm zone="ch-system-util-linux blkzone">
    335334            <primary sortas="b-blkzone">blkzone</primary>
     
    392391        <term><command>choom</command></term>
    393392        <listitem>
    394           <para>Displays and adjusts OOM-killer scores, used to determine
    395           which process to kill first when Linux is Out Of Memory</para>
     393          <para>Displays and adjusts OOM-killer score</para>
    396394          <indexterm zone="ch-system-util-linux choom">
    397395            <primary sortas="b-choom">choom</primary>
     
    525523        <term><command>findfs</command></term>
    526524        <listitem>
    527           <para>Finds a file system, either by label or Universally Unique Identifier
     525          <para>Finds a file system by label or Universally Unique Identifier
    528526          (UUID)</para>
    529527          <indexterm zone="ch-system-util-linux findfs">
     
    537535        <listitem>
    538536          <para>Is a command line interface to the libmount library
    539           for working with mountinfo, fstab and mtab files</para>
     537          for work with mountinfo, fstab and mtab files</para>
    540538          <indexterm zone="ch-system-util-linux findmnt">
    541539            <primary sortas="b-findmnt">findmnt</primary>
     
    617615        </listitem>
    618616      </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>
    629617
    630618      <varlistentry id="hexdump">
    631619        <term><command>hexdump</command></term>
    632620        <listitem>
    633           <para>Dumps the given file in hexadecimal, decimal, octal,
    634           or ascii</para>
     621          <para>Dumps the given file in hexadecimal or in another given
     622          format</para>
    635623          <indexterm zone="ch-system-util-linux hexdump">
    636624            <primary sortas="b-hexdump">hexdump</primary>
     
    835823        </listitem>
    836824      </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>
    847825
    848826      <varlistentry id="lsipc">
     
    1016994        <term><command>namei</command></term>
    1017995        <listitem>
    1018           <para>Shows the symbolic links in the given paths</para>
     996          <para>Shows the symbolic links in the given pathnames</para>
    1019997          <indexterm zone="ch-system-util-linux namei">
    1020998            <primary sortas="b-namei">namei</primary>
     
    10581036        <term><command>prlimit</command></term>
    10591037        <listitem>
    1060           <para>Gets and sets a process's resource limits</para>
     1038          <para>Get and set a process' resource limits</para>
    10611039          <indexterm zone="ch-system-util-linux prlimit">
    10621040            <primary sortas="b-prlimit">prlimit</primary>
     
    11291107        <term><command>rtcwake</command></term>
    11301108        <listitem>
    1131           <para>Used to enter a system sleep state until the specified wakeup
     1109          <para>Used to enter a system sleep state until specified wakeup
    11321110          time</para>
    11331111          <indexterm zone="ch-system-util-linux rtcwake">
     
    11501128        <term><command>scriptlive</command></term>
    11511129        <listitem>
    1152           <para>Re-runs session typescripts using timing information</para>
     1130          <para>Re-run session typescripts using timing information</para>
    11531131          <indexterm zone="ch-system-util-linux scriptlive">
    11541132            <primary sortas="b-scriptlive">scriptlive</primary>
     
    11701148        <term><command>setarch</command></term>
    11711149        <listitem>
    1172           <para>Changes reported architecture in a new program environment, and
     1150          <para>Changes reported architecture in a new program environment and
    11731151          sets personality flags</para>
    11741152          <indexterm zone="ch-system-util-linux setarch">
     
    12231201        <term><command>swaplabel</command></term>
    12241202        <listitem>
    1225           <para>Makes changes to the swap area's UUID and label</para>
     1203          <para>Allows to change swaparea UUID and label</para>
    12261204          <indexterm zone="ch-system-util-linux swaplabel">
    12271205            <primary sortas="b-swaplabel">swaplabel</primary>
     
    12431221        <term><command>swapon</command></term>
    12441222        <listitem>
    1245           <para>Enables devices and files for paging and swapping, and
     1223          <para>Enables devices and files for paging and swapping and
    12461224          lists the devices and files currently in use</para>
    12471225          <indexterm zone="ch-system-util-linux swapon">
     
    12641242        <term><command>taskset</command></term>
    12651243        <listitem>
    1266           <para>Retrieves or sets a process's CPU affinity</para>
     1244          <para>Retrieves or sets a process' CPU affinity</para>
    12671245          <indexterm zone="ch-system-util-linux taskset">
    12681246            <primary sortas="b-taskset">taskset</primary>
     
    12741252        <term><command>uclampset</command></term>
    12751253        <listitem>
    1276           <para>Manipulates the utilization clamping attributes of the
     1254          <para>Manipulate the utilization clamping attributes of the
    12771255          system or a process</para>
    12781256          <indexterm zone="ch-system-util-linux uclampset">
     
    13261304        <term><command>utmpdump</command></term>
    13271305        <listitem>
    1328           <para>Displays the content of the given login file in a
     1306          <para>Displays the content of the given login file in a more
    13291307          user-friendly format</para>
    13301308          <indexterm zone="ch-system-util-linux utmpdump">
     
    13481326        <term><command>uuidgen</command></term>
    13491327        <listitem>
    1350           <para>Creates new UUIDs. Each new UUID is a random number likely to be
     1328          <para>Creates new UUIDs. Each new UUID can reasonably be considered
    13511329          unique among all UUIDs created, on the local system and on other
    1352           systems, in the past and in the future, with extremely high
    1353           probability (~340 trillion trillion trillion unique UUIDs are possible)</para>
     1330          systems, in the past and in the future</para>
    13541331          <indexterm zone="ch-system-util-linux uuidgen">
    13551332            <primary sortas="b-uuidgen">uuidgen</primary>
     
    13611338        <term><command>uuidparse</command></term>
    13621339        <listitem>
    1363           <para>A utility to parse unique identifiers</para>
     1340          <para>An utility to parse unique identifiers</para>
    13641341          <indexterm zone="ch-system-util-linux uuidparse">
    13651342            <primary sortas="b-uuidparse">uuidparse</primary>
     
    13931370        <listitem>
    13941371          <para>Reports the location of the binary, source, and man page
    1395           files for the given command</para>
     1372          for the given command</para>
    13961373          <indexterm zone="ch-system-util-linux whereis">
    13971374            <primary sortas="b-whereis">whereis</primary>
Note: See TracChangeset for help on using the changeset viewer.