Ticket #3444: text-updates.patch

File text-updates.patch, 8.1 KB (added by Chris Staub, 11 years ago)
  • trunk/BOOK/chapter02/creatingfilesystem.xml

     
    3434    <varlistentry>
    3535      <term>ext4</term>
    3636      <listitem><para>is the latest version of the ext file system family of
    37       partition types.  It provides several new capabilties including
     37      partition types.  It provides several new capabilities including
    3838      nano-second timestamps, creation and use of very large files (16 TB), and
    3939      speed improvements.</para>
    4040      </listitem>
  • trunk/BOOK/chapter05/libstdc++.xml

     
    9999          searched by the C++ compiler. In a normal build, this information
    100100          is automatically passed to the Libstdc++ <command>configure</command>
    101101          options from the toplevel directory. In our case, this information
    102           must be explicitely given.</para>
     102          must be explicitly given.</para>
    103103        </listitem>
    104104      </varlistentry>
    105105
  • trunk/BOOK/chapter06/gcc.xml

     
    430430        </listitem>
    431431      </varlistentry>
    432432
     433      <varlistentry id="libasan">
     434        <term><filename class="libraryfile">libasan</filename></term>
     435        <listitem>
     436          <para>The Address Sanitizer runtime library</para>
     437          <indexterm zone="ch-system-gcc libasan">
     438            <primary sortas="c-libasan">libasan</primary>
     439          </indexterm>
     440        </listitem>
     441      </varlistentry>
     442
    433443      <varlistentry id="libgcc">
    434444        <term><filename class="libraryfile">libgcc</filename></term>
    435445        <listitem>
  • trunk/BOOK/chapter06/systemd.xml

     
    6565    <application>systemd</application> source code that have explicit directory
    6666    paths embedded.  For instance, the binary version of the hardware
    6767    database's path and file name used at run time,
    68     <filename>/etc/udev/hwdb.bin</filename>, cannot be changed without explict
     68    <filename>/etc/udev/hwdb.bin</filename>, cannot be changed without explicit
    6969    changes to the source code.</para></caution>
    7070
    7171    <para>Now initialize the hardware database:</para>
  • trunk/BOOK/chapter06/sysvinit.xml

     
    8484
    8585      <seglistitem>
    8686        <seg>bootlogd, fstab-decode, halt, init, killall5,
    87         lastb (link to last), pidof (link to killall5),
    88         poweroff (link to halt), reboot (link to halt), runlevel, shutdown,
    89         sulogin, and telinit (link to init)</seg>
     87        pidof (link to killall5), poweroff (link to halt), reboot (link to
     88        halt), runlevel, shutdown, sulogin, and telinit (link to init)</seg>
    9089      </seglistitem>
    9190    </segmentedlist>
    9291
     
    153152        </listitem>
    154153      </varlistentry>
    155154
    156       <varlistentry id="lastb">
    157         <term><command>lastb</command></term>
    158         <listitem>
    159           <para>Shows the failed login attempts, as logged in
    160           <filename>/var/log/btmp</filename></para>
    161           <indexterm zone="ch-system-sysvinit lastb">
    162             <primary sortas="b-lastb">lastb</primary>
    163           </indexterm>
    164         </listitem>
    165       </varlistentry>
    166 
    167155      <varlistentry id="pidof">
    168156        <term><command>pidof</command></term>
    169157        <listitem>
  • trunk/BOOK/chapter06/util-linux.xml

     
    8484    <para>If desired, run the test suite as a non-root user:</para>
    8585
    8686    <warning><para>Running the test suite as the root user can be harmful to
    87     your system.  To run it, the kernel CONFIG_SCSI_DEBUG option for the kernel
    88     must be available in the currently running system.  The CONFIG_SCSI_DEBUG
    89     option must be built as a module.  Building it into the kernel will prevent
    90     booting.  For complete coverage, other BLFS packages must be installed.  If
    91     desired, this test can be run after rebooting into the completed LFS system
    92     and running:</para>
     87    your system. To run it, the CONFIG_SCSI_DEBUG option for the kernel must
     88    be available in the currently running system, and must be built as a module.
     89    Building it into the kernel will prevent booting. For complete coverage,
     90    other BLFS packages must be installed. If desired, this test can be run
     91    after rebooting into the completed LFS system and running:</para>
    9392
    9493    <screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen>
    9594    </warning>
     
    120119        chrt, col, colcrt, colrm, column, ctrlaltdel, cytune, delpart,
    121120        dmesg, eject, fallocate, fdformat, fdisk, findfs, findmnt, flock, fsck,
    122121        fsck.cramfs, fsck.minix, fsfreeze, fstrim, getopt, hexdump, hwclock, i386,
    123         ionice, ipcmk, ipcrm, ipcs, isosize, kill, ldattach, linux32, linux64,
    124         logger, look, losetup, lsblk, lscpu, lslocks, mcookie, mkfs, mkfs.bfs,
    125         mkfs.cramfs, mkfs.minix, mkswap, more, mount, mountpoint, namei, partx,
    126         pg, pivot_root, prlimit, raw, readprofile, rename, renice, resizepart,
    127         rev, rtcwake, script, scriptreplay, setarch, setsid, setterm, sfdisk,
    128         swaplabel, swapoff (link to swapon), swapon, switch_root, tailf,
     122        ionice, ipcmk, ipcrm, ipcs, isosize, kill, last, lastb (link to last),
     123        ldattach, linux32, linux64, logger, look, losetup, lsblk, lscpu,
     124        lslocks, mcookie, mesg, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap,
     125        more, mount, mountpoint, namei, partx, pg, pivot_root, prlimit, raw,
     126        readprofile, rename, renice, resizepart, rev, rtcwake, script,
     127        scriptreplay, setarch, setsid, setterm, sfdisk, swaplabel,
     128        swapoff (link to swapon), swapon, switch_root, tailf,
    129129        taskset, ul, umount, unshare, utmpdump, uuidd, uuidgen, wall,
    130130        wdctl, whereis, wipefs, and x86_64</seg>
    131131
     
    546546        </listitem>
    547547      </varlistentry>
    548548
     549      <varlistentry id="last">
     550        <term><command>last</command></term>
     551        <listitem>
     552          <para>Shows which users last logged in (and out), searching back
     553          through the <filename>/var/log/wtmp</filename> file; it also shows
     554          system boots, shutdowns, and run-level changes</para>
     555          <indexterm zone="ch-system-util-linux last">
     556            <primary sortas="b-last">last</primary>
     557          </indexterm>
     558        </listitem>
     559      </varlistentry>
     560
     561      <varlistentry id="lastb">
     562        <term><command>lastb</command></term>
     563        <listitem>
     564          <para>Shows the failed login attempts, as logged in
     565          <filename>/var/log/btmp</filename></para>
     566          <indexterm zone="ch-system-util-linux lastb">
     567            <primary sortas="b-lastb">lastb</primary>
     568          </indexterm>
     569        </listitem>
     570      </varlistentry>
     571
    549572      <varlistentry id="ldattach">
    550573        <term><command>ldattach</command></term>
    551574        <listitem>
     
    648671        </listitem>
    649672      </varlistentry>
    650673
     674      <varlistentry id="mesg">
     675        <term><command>mesg</command></term>
     676        <listitem>
     677          <para>Controls whether other users can send messages to the current
     678          user's terminal</para>
     679          <indexterm zone="ch-system-util-linux mesg">
     680            <primary sortas="b-mesg">mesg</primary>
     681          </indexterm>
     682        </listitem>
     683      </varlistentry>
     684
    651685      <varlistentry id="mkfs">
    652686        <term><command>mkfs</command></term>
    653687        <listitem>