Ticket #3432: list-update.patch
File list-update.patch, 9.1 KB (added by , 11 years ago) |
---|
-
trunk/BOOK/chapter06/coreutils.xml
149 149 comm, cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du, echo, 150 150 env, expand, expr, factor, false, fmt, fold, groups, head, hostid, 151 151 id, install, join, link, ln, logname, ls, md5sum, mkdir, mkfifo, mknod, 152 mktemp, mv, nice, nl, nohup, nproc, od, paste, pathchk, pinky, pr,152 mktemp, mv, nice, nl, nohup, nproc, numfmt, od, paste, pathchk, pinky, pr, 153 153 printenv, printf, ptx, pwd, readlink, realpath, rm, rmdir, runcon, seq, 154 154 sha1sum, sha224sum, sha256sum, sha384sum, sha512sum, shred, shuf, sleep, 155 155 sort, split, stat, stdbuf, stty, sum, sync, tac, tail, tee, test, … … 673 673 </listitem> 674 674 </varlistentry> 675 675 676 <varlistentry id="numfmt"> 677 <term><command>numfmt</command></term> 678 <listitem> 679 <para>Converts numbers to or from human-readable strings</para> 680 <indexterm zone="ch-system-coreutils numfmt"> 681 <primary sortas="b-numfmt">numfmt</primary> 682 </indexterm> 683 </listitem> 684 </varlistentry> 685 676 686 <varlistentry id="od"> 677 687 <term><command>od</command></term> 678 688 <listitem> -
trunk/BOOK/chapter06/e2fsprogs.xml
166 166 <segtitle>Installed directory</segtitle> 167 167 168 168 <seglistitem> 169 <seg>badblocks, chattr, compile_et, debugfs, dumpe2fs, 170 e2fsck, e2image, e2label, e2undo, fsck.ext2,169 <seg>badblocks, chattr, compile_et, debugfs, dumpe2fs,e2freefrag, 170 e2fsck, e2image, e2label, e2undo, e4defrag, filefrag, fsck.ext2, 171 171 fsck.ext3, fsck.ext4, fsck.ext4dev, logsave, lsattr, mk_cmds, mke2fs, 172 172 mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev, 173 173 resize2fs, and tune2fs</seg> … … 243 243 </listitem> 244 244 </varlistentry> 245 245 246 <varlistentry id="e2freefrag"> 247 <term><command>e2freefrag</command></term> 248 <listitem> 249 <para> Reports free space fragmentation information</para> 250 <indexterm zone="ch-system-e2fsprogs e2freefrag"> 251 <primary sortas="b-e2freefrag">e2freefrag</primary> 252 </indexterm> 253 </listitem> 254 </varlistentry> 255 246 256 <varlistentry id="e2fsck"> 247 257 <term><command>e2fsck</command></term> 248 258 <listitem> … … 290 300 </listitem> 291 301 </varlistentry> 292 302 303 <varlistentry id="e4defrag"> 304 <term><command>e4defrag</command></term> 305 <listitem> 306 <para>Online defragmenter for ext4 filesystems</para> 307 <indexterm zone="ch-system-e2fsprogs e4defrag"> 308 <primary sortas="b-e4defrag">e4defrag</primary> 309 </indexterm> 310 </listitem> 311 </varlistentry> 312 313 <varlistentry id="filefrag"> 314 <term><command>filefrag</command></term> 315 <listitem> 316 <para>Reports on how badly fragmented a particular file might be</para> 317 <indexterm zone="ch-system-e2fsprogs filefrag"> 318 <primary sortas="b-filefrag">filefrag</primary> 319 </indexterm> 320 </listitem> 321 </varlistentry> 322 293 323 <varlistentry id="fsck.ext2"> 294 324 <term><command>fsck.ext2</command></term> 295 325 <listitem> … … 424 454 </listitem> 425 455 </varlistentry> 426 456 457 <varlistentry id="mklost-found"> 458 <term><command>mklost+found</command></term> 459 <listitem> 460 <para>Used to create a <filename class="directory">lost+found</filename> 461 directory on an <systemitem class="filesystem">ext2</systemitem> file 462 system; it pre-allocates disk blocks to this directory to lighten the 463 task of <command>e2fsck</command></para> 464 <indexterm zone="ch-system-e2fsprogs mklost-found"> 465 <primary sortas="b-mklost+found">mklost+found</primary> 466 </indexterm> 467 </listitem> 468 </varlistentry> 469 427 470 <varlistentry id="resize2fs"> 428 471 <term><command>resize2fs</command></term> 429 472 <listitem> -
trunk/BOOK/chapter06/gawk.xml
76 76 <seg>filefuncs.so, fnmatch.so, fork.so, inplace.so, ordchr.so, 77 77 readdir.so, readfile.so, revoutput.so, revtwoway.so, rwarray.so, 78 78 testext.so, and time.so</seg> 79 <seg>/usr/lib/{,g}awk, /usr/share/awk </seg>79 <seg>/usr/lib/{,g}awk, /usr/share/awk, /usr/share/doc/gawk-&gawk-version;</seg> 80 80 </seglistitem> 81 81 </segmentedlist> 82 82 -
trunk/BOOK/chapter06/gcc.xml
318 318 libgcc_s.so, libgcov.a, libgomp.{a,so}, libitm.{a,so}, 319 319 liblto_plugin.so, libmudflap.{a,so}, libmudflapth.{a,so}, 320 320 libquadmath.{a,so}, libssp.{a,so}, 321 libssp_nonshared.a, libstdc++.{a,so} and libsupc++.a</seg>321 libssp_nonshared.a, libstdc++.{a,so}, libsupc++.a and libtsan.{a,so}</seg> 322 322 323 323 <seg>/usr/include/c++, /usr/lib/gcc, /usr/share/gcc-&gcc-version;</seg> 324 324 </seglistitem> … … 526 526 </listitem> 527 527 </varlistentry> 528 528 529 <varlistentry id="libtsan"> 530 <term><filename class="libraryfile">libtsan</filename></term> 531 <listitem> 532 <para>The Thread Sanitizer runtime library</para> 533 <indexterm zone="ch-system-gcc libtsan"> 534 <primary sortas="c-libtsan">libtsan</primary> 535 </indexterm> 536 </listitem> 537 </varlistentry> 538 529 539 </variablelist> 530 540 531 541 </sect2> -
trunk/BOOK/chapter06/texinfo.xml
100 100 <segtitle>Installed directory</segtitle> 101 101 102 102 <seglistitem> 103 <seg>info, infokey, install-info, makeinfo , pdftexi2dvi,104 p od2texi, texi2any, texi2dvi, texi2pdf, and texindex</seg>103 <seg>info, infokey, install-info, makeinfo (link to texi2any), 104 pdftexi2dvi, pod2texi, texi2any, texi2dvi, texi2pdf, and texindex</seg> 105 105 <seg>/usr/share/texinfo</seg> 106 106 </seglistitem> 107 107 </segmentedlist> -
trunk/BOOK/chapter06/util-linux.xml
116 116 <segtitle>Installed directories</segtitle> 117 117 118 118 <seglistitem> 119 <seg>addpart, agetty, blk id, blockdev, cal, cfdisk, chcpu,119 <seg>addpart, agetty, blkdiscard, blkid, blockdev, cal, cfdisk, chcpu, 120 120 chrt, col, colcrt, colrm, column, ctrlaltdel, cytune, delpart, 121 121 dmesg, eject, fallocate, fdformat, fdisk, findfs, findmnt, flock, fsck, 122 122 fsck.cramfs, fsck.minix, fsfreeze, fstrim, getopt, hexdump, hwclock, i386, 123 ionice, ipcmk, ipcrm, ipcs, isosize, ldattach, linux32, linux64,123 ionice, ipcmk, ipcrm, ipcs, isosize, kill, ldattach, linux32, linux64, 124 124 logger, look, losetup, lsblk, lscpu, lslocks, mcookie, mkfs, mkfs.bfs, 125 125 mkfs.cramfs, mkfs.minix, mkswap, more, mount, mountpoint, namei, partx, 126 126 pg, pivot_root, prlimit, raw, readprofile, rename, renice, resizepart, … … 132 132 <seg>libblkid.{a,so}, libmount.{a,so}, libuuid.{a,so}</seg> 133 133 134 134 <seg>/usr/include/blkid, /usr/include/libmount, /usr/include/uuid, 135 /usr/share/ getopt, /var/lib/hwclock</seg>135 /usr/share/doc/util-linux/getopt, /var/lib/hwclock</seg> 136 136 </seglistitem> 137 137 </segmentedlist> 138 138 … … 162 162 </listitem> 163 163 </varlistentry> 164 164 165 <varlistentry id="blkdiscard"> 166 <term><command>blkdiscard</command></term> 167 <listitem> 168 <para>Discards sectors on a device</para> 169 <indexterm zone="ch-system-util-linux blkdiscard"> 170 <primary sortas="b-blkdiscard">blkdiscard</primary> 171 </indexterm> 172 </listitem> 173 </varlistentry> 174 165 175 <varlistentry id="blkid"> 166 176 <term><command>blkid</command></term> 167 177 <listitem> … … 731 741 </listitem> 732 742 </varlistentry> 733 743 744 <varlistentry id="nsenter"> 745 <term><command>nsenter</command></term> 746 <listitem> 747 <para>Runs a program with namespaces of other processes</para> 748 <indexterm zone="ch-system-util-linux nsenter"> 749 <primary sortas="b-nsenter">nsenter</primary> 750 </indexterm> 751 </listitem> 752 </varlistentry> 753 734 754 <varlistentry id="partx"> 735 755 <term><command>partx</command></term> 736 756 <listitem>