Ticket #3444: text-updates.patch
File text-updates.patch, 8.1 KB (added by , 11 years ago) |
---|
-
trunk/BOOK/chapter02/creatingfilesystem.xml
34 34 <varlistentry> 35 35 <term>ext4</term> 36 36 <listitem><para>is the latest version of the ext file system family of 37 partition types. It provides several new capabil ties including37 partition types. It provides several new capabilities including 38 38 nano-second timestamps, creation and use of very large files (16 TB), and 39 39 speed improvements.</para> 40 40 </listitem> -
trunk/BOOK/chapter05/libstdc++.xml
99 99 searched by the C++ compiler. In a normal build, this information 100 100 is automatically passed to the Libstdc++ <command>configure</command> 101 101 options from the toplevel directory. In our case, this information 102 must be explicit ely given.</para>102 must be explicitly given.</para> 103 103 </listitem> 104 104 </varlistentry> 105 105 -
trunk/BOOK/chapter06/gcc.xml
430 430 </listitem> 431 431 </varlistentry> 432 432 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 433 443 <varlistentry id="libgcc"> 434 444 <term><filename class="libraryfile">libgcc</filename></term> 435 445 <listitem> -
trunk/BOOK/chapter06/systemd.xml
65 65 <application>systemd</application> source code that have explicit directory 66 66 paths embedded. For instance, the binary version of the hardware 67 67 database's path and file name used at run time, 68 <filename>/etc/udev/hwdb.bin</filename>, cannot be changed without explic t68 <filename>/etc/udev/hwdb.bin</filename>, cannot be changed without explicit 69 69 changes to the source code.</para></caution> 70 70 71 71 <para>Now initialize the hardware database:</para> -
trunk/BOOK/chapter06/sysvinit.xml
84 84 85 85 <seglistitem> 86 86 <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> 90 89 </seglistitem> 91 90 </segmentedlist> 92 91 … … 153 152 </listitem> 154 153 </varlistentry> 155 154 156 <varlistentry id="lastb">157 <term><command>lastb</command></term>158 <listitem>159 <para>Shows the failed login attempts, as logged in160 <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 167 155 <varlistentry id="pidof"> 168 156 <term><command>pidof</command></term> 169 157 <listitem> -
trunk/BOOK/chapter06/util-linux.xml
84 84 <para>If desired, run the test suite as a non-root user:</para> 85 85 86 86 <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> 93 92 94 93 <screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen> 95 94 </warning> … … 120 119 chrt, col, colcrt, colrm, column, ctrlaltdel, cytune, delpart, 121 120 dmesg, eject, fallocate, fdformat, fdisk, findfs, findmnt, flock, fsck, 122 121 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, 129 129 taskset, ul, umount, unshare, utmpdump, uuidd, uuidgen, wall, 130 130 wdctl, whereis, wipefs, and x86_64</seg> 131 131 … … 546 546 </listitem> 547 547 </varlistentry> 548 548 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 549 572 <varlistentry id="ldattach"> 550 573 <term><command>ldattach</command></term> 551 574 <listitem> … … 648 671 </listitem> 649 672 </varlistentry> 650 673 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 651 685 <varlistentry id="mkfs"> 652 686 <term><command>mkfs</command></term> 653 687 <listitem>