Changeset 2b220db9
- Timestamp:
- Nov 18, 2012, 1:51:13 AM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 7a7f255
- Parents:
- f74335ee
- Location:
- BOOK
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/binutils.xml
rf74335ee r2b220db9 120 120 121 121 <seglistitem> 122 <seg>addr2line, ar, as, c++filt, gprof, ld, nm, objcopy, objdump, 122 <seg>addr2line, ar, as, c++filt, elfedit, gprof, ld, ld.bfd, nm, objcopy, 123 objdump, 123 124 ranlib, readelf, size, strings, and strip</seg> 124 125 <seg>libiberty.a, libbfd.[a,so], and libopcodes.[a,so]</seg> … … 177 178 </varlistentry> 178 179 180 <varlistentry id="elfedit"> 181 <term><command>elfedit</command></term> 182 <listitem> 183 <para>Updates the ELF header of ELF files</para> 184 <indexterm zone="ch-system-binutils elfedit"> 185 <primary sortas="b-elfedit">elfedit</primary> 186 </indexterm> 187 </listitem> 188 </varlistentry> 189 179 190 <varlistentry id="gprof"> 180 191 <term><command>gprof</command></term> … … 195 206 <indexterm zone="ch-system-binutils ld"> 196 207 <primary sortas="b-ld">ld</primary> 208 </indexterm> 209 </listitem> 210 </varlistentry> 211 212 <varlistentry id="ld.bfd"> 213 <term><command>ld.bfd</command></term> 214 <listitem> 215 <para>Hard link to <command>ld</command></para> 216 <indexterm zone="ch-system-binutils ld.bfd"> 217 <primary sortas="b-ld.bfd">ld.bfd</primary> 197 218 </indexterm> 198 219 </listitem> -
BOOK/final-system/common/cloog.xml
rf74335ee r2b220db9 57 57 58 58 <segmentedlist> 59 <segtitle>Installed program s</segtitle>59 <segtitle>Installed program</segtitle> 60 60 <segtitle>Installed libraries</segtitle> 61 <segtitle>Installed director y</segtitle>61 <segtitle>Installed directories</segtitle> 62 62 63 63 <seglistitem> 64 64 <seg>cloog</seg> 65 <seg>libcloog .[a,so]</seg>66 <seg>/usr/include/cloog </seg>65 <seg>libcloog-isl.[a,so], libisl.[a,so]</seg> 66 <seg>/usr/include/cloog, /usr/include/isl</seg> 67 67 </seglistitem> 68 68 </segmentedlist> … … 83 83 </varlistentry> 84 84 85 <varlistentry id="libcloog ">86 <term><filename class="libraryfile">libcloog </filename></term>85 <varlistentry id="libcloog-isl"> 86 <term><filename class="libraryfile">libcloog-isl</filename></term> 87 87 <listitem> 88 <para>The Chunky Loop Generator.</para> 89 <indexterm zone="ch-system-cloog libcloog"> 90 <primary sortas="c-libcloog">libcloog</primary> 88 <para>Isl backend for CLooG.</para> 89 <indexterm zone="ch-system-cloog libcloog-isl"> 90 <primary sortas="c-libcloog-isl">libcloog-isl</primary> 91 </indexterm> 92 </listitem> 93 </varlistentry> 94 95 <varlistentry id="libisl"> 96 <term><filename class="libraryfile">libisl</filename></term> 97 <listitem> 98 <para>The Integer Set Library.</para> 99 <indexterm zone="ch-system-cloog libisl"> 100 <primary sortas="c-libisl">libisl</primary> 91 101 </indexterm> 92 102 </listitem> -
BOOK/final-system/common/coreutils.xml
rf74335ee r2b220db9 127 127 echo, env, expand, expr, factor, false, fmt, fold, groups, head, 128 128 hostid, hostname, id, install, join, link, ln, logname, ls, md5sum, 129 mkdir, mkfifo, mknod, mktemp, mv, nice, nl, nohup, od, paste, pathchk,130 p inky, pr, printenv, printf, ptx, pwd, readlink, rm, rmdir, runcon, seq,131 sha1sum, sha224sum, sha256sum, sha384sum, sha512sum, shred, shuf,132 s leep, sort, split, stat, stdbuf, stty, sum, sync, tac, tail, tee, test,133 timeout, touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq,134 unlink, users, vdir, wc, who, whoami, and yes</seg>129 mkdir, mkfifo, mknod, mktemp, mv, nice, nl, nohup, nproc, od, paste, 130 pathchk, pinky, pr, printenv, printf, ptx, pwd, readlink, realpath, rm, 131 rmdir, runcon, seq, sha1sum, sha224sum, sha256sum, sha384sum, 132 sha512sum, shred, shuf, sleep, sort, split, stat, stdbuf, stty, sum, 133 sync, tac, tail, tee, test, timeout, touch, tr, true, truncate, tsort, 134 tty, uname, unexpand, uniq, unlink, users, vdir, wc, who, whoami, and yes</seg> 135 135 <seg>libstdbuf.so</seg> 136 136 <seg>/usr/lib/coreutils</seg> … … 650 650 </varlistentry> 651 651 652 <varlistentry id="nproc"> 653 <term><command>nproc</command></term> 654 <listitem> 655 <para>Prints the number of processing units available to the current 656 process</para> 657 <indexterm zone="ch-system-coreutils nproc"> 658 <primary sortas="b-nproc">nproc</primary> 659 </indexterm> 660 </listitem> 661 </varlistentry> 662 652 663 <varlistentry id="od"> 653 664 <term><command>od</command></term> … … 750 761 <indexterm zone="ch-system-coreutils readlink"> 751 762 <primary sortas="b-readlink">readlink</primary> 763 </indexterm> 764 </listitem> 765 </varlistentry> 766 767 <varlistentry id="realpath"> 768 <term><command>realpath</command></term> 769 <listitem> 770 <para>Prints the resolved path</para> 771 <indexterm zone="ch-system-coreutils realpath"> 772 <primary sortas="b-realpath">realpath</primary> 752 773 </indexterm> 753 774 </listitem> -
BOOK/final-system/common/e2fsprogs.xml
rf74335ee r2b220db9 96 96 <seglistitem> 97 97 <seg>badblocks, chattr, compile_et, debugfs, dumpe2fs, e2freefrag, 98 e2fsck, e2image, e2initrd_helper, e2label, e2undo, filefrag, fsck.ext2,99 fsck.ext 3, fsck.ext4, fsck.ext4dev, logsave, lsattr, mk_cmds, mke2fs,100 mk fs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev, mklost+found, resize2fs,101 and tune2fs</seg>102 <seg>libcom_err.[a,so], libe2p.[a,so], libext2fs.[a,so], and103 libss.[a,so] </seg>98 e2fsck, e2image, e2initrd_helper, e2label, e2undo, e4defrag, filefrag, 99 fsck.ext2, fsck.ext3, fsck.ext4, fsck.ext4dev, logsave, lsattr, 100 mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev, 101 mklost+found, resize2fs, and tune2fs</seg> 102 <seg>libcom_err.[a,so], libe2p.[a,so], libext2fs.[a,so], 103 libss.[a,so], and libquota.a</seg> 104 104 <seg>/usr/include/e2p, /usr/include/et, /usr/include/ext2fs, 105 /usr/include/ ss, /usr/share/et, /usr/share/ss</seg>105 /usr/include/quota, /usr/include/ss, /usr/share/et, /usr/share/ss</seg> 106 106 </seglistitem> 107 107 </segmentedlist> … … 235 235 </varlistentry> 236 236 237 <varlistentry id="e4defrag"> 238 <term><command>e4defrag</command></term> 239 <listitem> 240 <para>Online defragmenter for ext4 filesystems</para> 241 <indexterm zone="ch-system-e2fsprogs e4defrag"> 242 <primary sortas="b-e4defrag">e4defrag</primary> 243 </indexterm> 244 </listitem> 245 </varlistentry> 246 237 247 <varlistentry id="filefrag"> 238 248 <term><command>filefrag</command></term> … … 445 455 </varlistentry> 446 456 457 <varlistentry id="libquota"> 458 <term><filename class="libraryfile">libquota</filename></term> 459 <listitem> 460 <para>Provides an interface for creating and updating quota files 461 and ext4 superblock fields</para> 462 <indexterm zone="ch-system-e2fsprogs libquota"> 463 <primary sortas="c-libquota">libquota</primary> 464 </indexterm> 465 </listitem> 466 </varlistentry> 467 447 468 <varlistentry id="libss"> 448 469 <term><filename class="libraryfile">libss</filename></term> -
BOOK/final-system/common/eglibc.xml
rf74335ee r2b220db9 328 328 <seglistitem> 329 329 <seg>catchsegv, gencat, getconf, getent, iconv, iconvconfig, ldconfig, 330 ldd, lddlibc4, locale, localedef, m trace, nscd,331 pcprofiledump, p t_chown, rpcgen, rpcinfo, sln, sprof, tzselect, xtrace,332 zdump, and zic</seg>330 ldd, lddlibc4, locale, localedef, makedb, mtrace, nscd, 331 pcprofiledump, pldd, pt_chown, rpcgen, sln, sprof, tzselect, 332 xtrace,zdump, and zic</seg> 333 333 <seg>ld.so, libBrokenLocale.[a,so], libSegFault.so, libanl.[a,so], 334 334 libbsd-compat.a, libc.[a,so], libc_nonshared.a, libcidn.[a,so], … … 470 470 </varlistentry> 471 471 472 <varlistentry id="makedb"> 473 <term><command>makedb</command></term> 474 <listitem> 475 <para>Creates a simple database from textual input</para> 476 <indexterm zone="ch-system-eglibc makedb"> 477 <primary sortas="b-makedb">makedb</primary> 478 </indexterm> 479 </listitem> 480 </varlistentry> 481 472 482 <varlistentry id="mtrace"> 473 483 <term><command>mtrace</command></term> … … 502 512 </varlistentry> 503 513 514 <varlistentry id="pldd"> 515 <term><command>pldd</command></term> 516 <listitem> 517 <para>Lists dynamic shared objects used by running processes</para> 518 <indexterm zone="ch-system-eglibc pldd"> 519 <primary sortas="b-pldd">pldd</primary> 520 </indexterm> 521 </listitem> 522 </varlistentry> 523 504 524 <varlistentry id="pt_chown"> 505 525 <term><command>pt_chown</command></term> … … 524 544 </varlistentry> 525 545 526 <varlistentry id="rpcinfo">527 <term><command>rpcinfo</command></term>528 <listitem>529 <para>Makes an RPC call to an RPC server</para>530 <indexterm zone="ch-system-eglibc rpcinfo">531 <primary sortas="b-rpcinfo">rpcinfo</primary>532 </indexterm>533 </listitem>534 </varlistentry>535 536 546 <varlistentry id="sln"> 537 547 <term><command>sln</command></term> … … 540 550 <indexterm zone="ch-system-eglibc sln"> 541 551 <primary sortas="b-sln">sln</primary> 552 </indexterm> 553 </listitem> 554 </varlistentry> 555 556 <varlistentry id="sotruss"> 557 <term><command>sotruss</command></term> 558 <listitem> 559 <para>Traces shared library procedure calls of a specified command</para> 560 <indexterm zone="ch-system-eglibc sotruss"> 561 <primary sortas="b-sotruss">sotruss</primary> 542 562 </indexterm> 543 563 </listitem> -
BOOK/final-system/common/flex.xml
rf74335ee r2b220db9 96 96 </varlistentry> 97 97 98 <varlistentry id="flexpp"> 99 <term><command>flex++</command></term> 100 <listitem> 101 <para>Link to <command>flex</command> which makes it generate C++ 102 scanner classes</para> 103 <indexterm zone="ch-system-flex flexpp"> 104 <primary sortas="b-flex++">flex++</primary> 105 </indexterm> 106 </listitem> 107 </varlistentry> 108 98 109 <varlistentry id="lex"> 99 110 <term><command>lex</command></term> -
BOOK/final-system/common/gcc.xml
rf74335ee r2b220db9 110 110 111 111 <seglistitem> 112 <seg>c++, cc (link to gcc), cpp, g++, gcc, gccbug,and gcov</seg>112 <seg>c++, cc (link to gcc), cpp, g++, gcc, and gcov</seg> 113 113 <seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libgcov.a, libgomp.[a,so], 114 114 libmudflap.[a,so], libmudflapth.[a,so], libssp.[a,so], 115 115 libssp_nonshared.a, libstdc++.[a,so], and libsupc++.a</seg> 116 <seg>/usr/include/c++, /usr/lib/gcc </seg>116 <seg>/usr/include/c++, /usr/lib/gcc, /usr/share/gcc-&gcc-version;</seg> 117 117 </seglistitem> 118 118 </segmentedlist> … … 174 174 </varlistentry> 175 175 176 <varlistentry id="gccbug">177 <term><command>gccbug</command></term>178 <listitem>179 <para>A shell script used to help create useful bug reports</para>180 <indexterm zone="ch-system-gcc gccbug">181 <primary sortas="b-gccbug">gccbug</primary>182 </indexterm>183 </listitem>184 </varlistentry>185 186 176 <varlistentry id="gcov"> 187 177 <term><command>gcov</command></term> -
BOOK/final-system/common/groff.xml
rf74335ee r2b220db9 69 69 roff2pdf, roff2ps, roff2text, roff2x, soelim, tbl, tfmtodit, troff, 70 70 and zsoelim (link to soelim)</seg> 71 <seg>/usr/lib/groff, /usr/share/doc/groff , /usr/share/groff</seg>71 <seg>/usr/lib/groff, /usr/share/doc/groff-&groff-version;, /usr/share/groff</seg> 72 72 </seglistitem> 73 73 </segmentedlist> -
BOOK/final-system/common/kmod.xml
rf74335ee r2b220db9 82 82 83 83 <seglistitem> 84 <seg>depmod, insmod, lsmod, modinfo, modprobe, and84 <seg>depmod, insmod, kmod, lsmod, modinfo, modprobe, and 85 85 rmmod</seg> 86 86 </seglistitem> … … 111 111 <indexterm zone="ch-system-kmod insmod"> 112 112 <primary sortas="b-insmod">insmod</primary> 113 </indexterm> 114 </listitem> 115 </varlistentry> 116 117 <varlistentry id="kmod"> 118 <term><command>kmod</command></term> 119 <listitem> 120 <para>Loads and unloads kernel modules</para> 121 <indexterm zone="ch-system-kmod kmod"> 122 <primary sortas="b-kmod">kmod</primary> 113 123 </indexterm> 114 124 </listitem> -
BOOK/final-system/common/libee.xml
rf74335ee r2b220db9 49 49 50 50 <segmentedlist> 51 <segtitle>Installed Program s</segtitle>51 <segtitle>Installed Program</segtitle> 52 52 <segtitle>Installed libraries</segtitle> 53 <segtitle>Installed directory</segtitle> 53 54 54 55 <seglistitem> 55 <seg> convert</seg>56 <seg>libee-convert</seg> 56 57 <seg>libee.[a,so]</seg> 58 <seg>/usr/include/libee</seg> 57 59 </seglistitem> 58 60 </segmentedlist> … … 63 65 <?dbhtml list-presentation="table"?> 64 66 65 <varlistentry id=" convert">66 <term><command> convert</command></term>67 <varlistentry id="libee-convert"> 68 <term><command>libee-convert</command></term> 67 69 <listitem> 68 70 <para>todo</para> 69 <indexterm zone="ch-system-libee convert">70 <primary sortas="b- convert">convert</primary>71 <indexterm zone="ch-system-libee libee-convert"> 72 <primary sortas="b-libee-convert">libee-convert</primary> 71 73 </indexterm> 72 74 </listitem> -
BOOK/final-system/common/linux-headers.xml
rf74335ee r2b220db9 77 77 78 78 <seglistitem> 79 <seg>/usr/include/{asm,asm-generic,drm,linux,mtd,rdma,s ound,video}/*.h</seg>79 <seg>/usr/include/{asm,asm-generic,drm,linux,mtd,rdma,scsi,sound,video,xen}/*.h</seg> 80 80 <seg>/usr/include/asm, /usr/include/asm-generic, /usr/include/drm, 81 81 /usr/include/linux, /usr/include/mtd, /usr/include/rdma, -
BOOK/final-system/common/perl.xml
rf74335ee r2b220db9 120 120 <seglistitem> 121 121 <seg>a2p, c2ph, config_data, corelist, cpan, cpan2dist, cpanp, 122 cpanp-run-perl, dprofpp, enc2xs, find2perl, h2ph, h2xs, instmodsh,122 cpanp-run-perl, enc2xs, find2perl, h2ph, h2xs, instmodsh, json_pp, 123 123 libnetcfg, perl, perl&perl-version; (link to perl), perlbug, 124 124 perldoc, perlivp, perlthanks (link to perlbug), piconv, pl2pm, pod2html, 125 125 pod2latex, pod2man, pod2text, pod2usage, podchecker, podselect, prove, 126 psed (link to s2p), pstruct (link to c2ph), ptar, ptardiff, s2p, shasum,127 s plain, and xsubpp</seg>126 psed (link to s2p), pstruct (link to c2ph), ptar, ptardiff, ptargrep, 127 s2p, shasum, splain, xsubpp, and zipdetails</seg> 128 128 <seg>Several hundred which cannot all be listed here</seg> 129 129 <seg>/usr/lib/perl5</seg> … … 213 213 <indexterm zone="ch-system-perl cpanp-run-perl"> 214 214 <primary sortas="b-cpanp-run-perl">cpanp-run-perl</primary> 215 </indexterm>216 </listitem>217 </varlistentry>218 219 <varlistentry id="dprofpp">220 <term><command>dprofpp</command></term>221 <listitem>222 <para>Displays Perl profile data</para>223 <indexterm zone="ch-system-perl dprofpp">224 <primary sortas="b-dprofpp">dprofpp</primary>225 215 </indexterm> 226 216 </listitem> … … 282 272 </varlistentry> 283 273 274 <varlistentry id="json_pp"> 275 <term><command>json_pp</command></term> 276 <listitem> 277 <para>Converts data between certain input and output formats</para> 278 <indexterm zone="ch-system-perl json_pp"> 279 <primary sortas="b-json_pp">json_pp</primary> 280 </indexterm> 281 </listitem> 282 </varlistentry> 283 284 284 <varlistentry id="libnetcfg"> 285 285 <term><command>libnetcfg</command></term> … … 505 505 </varlistentry> 506 506 507 <varlistentry id="ptargrep"> 508 <term><command>ptargrep</command></term> 509 <listitem> 510 <para>A Perl program that applies pattern matching to the contents 511 of files in a tar archive</para> 512 <indexterm zone="ch-system-perl ptargrep"> 513 <primary sortas="b-ptargrep">ptargrep</primary> 514 </indexterm> 515 </listitem> 516 </varlistentry> 517 507 518 <varlistentry id="s2p"> 508 519 <term><command>s2p</command></term> … … 545 556 </varlistentry> 546 557 558 <varlistentry id="zipdetails"> 559 <term><command>zipdetails</command></term> 560 <listitem> 561 <para>Displays details about the internal structure of a Zip file</para> 562 <indexterm zone="ch-system-perl zipdetails"> 563 <primary sortas="b-zipdetails">zipdetails</primary> 564 </indexterm> 565 </listitem> 566 </varlistentry> 567 547 568 </variablelist> 548 569 -
BOOK/final-system/common/ppl.xml
rf74335ee r2b220db9 63 63 64 64 <seglistitem> 65 <seg>ppl-config, ppl_lcdd </seg>66 <seg>libppl.[a,so], libppl_c.[a,so] , libpwl.[a,so]</seg>67 <seg>/usr/share/doc/ppl , /usr/share/doc/pwl</seg>65 <seg>ppl-config, ppl_lcdd, ppl_pips</seg> 66 <seg>libppl.[a,so], libppl_c.[a,so]</seg> 67 <seg>/usr/share/doc/ppl</seg> 68 68 </seglistitem> 69 69 </segmentedlist> … … 91 91 <indexterm zone="ch-system-ppl ppl_lcdd"> 92 92 <primary sortas="b-ppl_lcdd">ppl_lcdd</primary> 93 </indexterm> 94 </listitem> 95 </varlistentry> 96 97 <varlistentry id="ppl_pips"> 98 <term><command>ppl_pips</command></term> 99 <listitem> 100 <para>A PPL-based parametric integer programming problem solver</para> 101 <indexterm zone="ch-system-ppl ppl_pips"> 102 <primary sortas="b-ppl_pips">ppl_pips</primary> 93 103 </indexterm> 94 104 </listitem> -
BOOK/final-system/common/psmisc.xml
rf74335ee r2b220db9 79 79 80 80 <seglistitem> 81 <seg>fuser, killall, peekfd, pstree, and pstree.x11 (link to pstree)</seg> 81 <seg>fuser, killall, peekfd, prtstat, pstree, and pstree.x11 82 (link to pstree)</seg> 82 83 </seglistitem> 83 84 </segmentedlist> … … 120 121 </varlistentry> 121 122 123 <varlistentry id="prtstat"> 124 <term><command>prtstat</command></term> 125 <listitem> 126 <para>Prints information about a process</para> 127 <indexterm zone="ch-system-psmisc prtstat"> 128 <primary sortas="b-prtstat">prtstat</primary> 129 </indexterm> 130 </listitem> 131 </varlistentry> 132 122 133 <varlistentry id="pstree"> 123 134 <term><command>pstree</command></term> -
BOOK/final-system/common/sysvinit.xml
rf74335ee r2b220db9 125 125 126 126 <seglistitem> 127 <seg>bootlogd, halt, init, killall5, last, lastb (link to last), mesg, 127 <seg>bootlogd, fstab-decode, halt, init, killall5, last, lastb (link 128 to last), mesg, 128 129 pidof (link to killall5), poweroff (link to halt), 129 130 reboot (link to halt), runlevel, shutdown, and telinit (link to init)</seg> … … 142 143 <indexterm zone="ch-system-sysvinit bootlogd"> 143 144 <primary sortas="b-bootlogd">bootlogd</primary> 145 </indexterm> 146 </listitem> 147 </varlistentry> 148 149 <varlistentry id="fstab-decode"> 150 <term><command>fstab-decode</command></term> 151 <listitem> 152 <para>Runs a command with fstab-encoded arguments</para> 153 <indexterm zone="ch-system-sysvinit fstab-decode"> 154 <primary sortas="b-fstab-decode">fstab-decode</primary> 144 155 </indexterm> 145 156 </listitem> -
BOOK/final-system/common/util-linux.xml
rf74335ee r2b220db9 104 104 105 105 <seglistitem> 106 <seg>addpart, agetty, arch, blkid, blockdev, cal, cfdisk, ch kdupexe,107 chrt, col, colcrt, colrm, column, ctrlaltdel, cytune, d date, delpart,106 <seg>addpart, agetty, arch, blkid, blockdev, cal, cfdisk, chcpu, 107 chrt, col, colcrt, colrm, column, ctrlaltdel, cytune, delpart, 108 108 dmesg, eject, fallocate, fdformat, fdisk, findfs, findmnt, flock, 109 109 fsck, fsck.cramfs, fsck.minix, fsfreeze, fstrim, getopt, hexdump, 110 hwclock, ionice, ipcmk, ipcrm, ipcs, isosize, kill, ldattach, line,111 logger, look, losetup, lsblk, lscpu, mcookie, mkfs, mkfs.bfs,110 hwclock, ionice, ipcmk, ipcrm, ipcs, isosize, kill, ldattach, 111 logger, look, losetup, lsblk, lscpu, lslocks, mcookie, mkfs, mkfs.bfs, 112 112 mkfs.cramfs, mkfs.minix, mkswap, more, mount, mountpoint, namei, 113 partx, pg, pivot_root, readprofile, rename, renice, rev, rtcwake,114 script, scriptreplay, setarch, setsid, setterm, sulogin, sfdisk,115 s waplabel, swapoff (link to swapon), swapon, switch_root, tailf,116 taskset, tunelp, ul, umount, unshare, utmpdump, uuidd, uuidgen,117 wall, wdctl, whereis, wipefs, and write</seg>113 partx, pg, pivot_root, prlimit, raw, readprofile, rename, renice, 114 resizepart, rev, rtcwake, script, scriptreplay, setarch, setsid, 115 setterm, sfdisk, sulogin, swaplabel, swapoff (link to swapon), swapon, 116 switch_root, tailf, taskset, tunelp, ul, umount, unshare, utmpdump, 117 uuidd, uuidgen, wall, wdctl, whereis, wipefs, and write</seg> 118 118 <seg>libblkid.[a,so], libmount.[a,so], and libuuid.[a,so]</seg> 119 119 <seg>/usr/include/blkid, /usr/include/libmount, /usr/include/uuid, … … 200 200 </varlistentry> 201 201 202 <varlistentry id="ch kdupexe">203 <term><command>ch kdupexe</command></term>204 <listitem> 205 <para> Finds duplicate executables</para>206 <indexterm zone="ch-system-util-linux ch kdupexe">207 <primary sortas="b-ch kdupexe">chkdupexe</primary>202 <varlistentry id="chcpu"> 203 <term><command>chcpu</command></term> 204 <listitem> 205 <para>Utility to configure CPUs</para> 206 <indexterm zone="ch-system-util-linux chcpu"> 207 <primary sortas="b-chcpu">chcpu</primary> 208 208 </indexterm> 209 209 </listitem> … … 541 541 </varlistentry> 542 542 543 <varlistentry id="line">544 <term><command>line</command></term>545 <listitem>546 <para>Copies a single line</para>547 <indexterm zone="ch-system-util-linux line">548 <primary sortas="b-line">line</primary>549 </indexterm>550 </listitem>551 </varlistentry>552 553 543 <varlistentry id="logger"> 554 544 <term><command>logger</command></term> … … 597 587 <indexterm zone="ch-system-util-linux lscpu"> 598 588 <primary sortas="b-lscpu">lscpu</primary> 589 </indexterm> 590 </listitem> 591 </varlistentry> 592 593 <varlistentry id="lslocks"> 594 <term><command>lslocks</command></term> 595 <listitem> 596 <para>Lists local system locks</para> 597 <indexterm zone="ch-system-util-linux lslocks"> 598 <primary sortas="b-lslocks">lslocks</primary> 599 599 </indexterm> 600 600 </listitem> … … 737 737 </varlistentry> 738 738 739 <varlistentry id="prlimit"> 740 <term><command>prlimit</command></term> 741 <listitem> 742 <para>Gets and sets a process' resource limits</para> 743 <indexterm zone="ch-system-util-linux prlimit"> 744 <primary sortas="b-prlimit">prlimit</primary> 745 </indexterm> 746 </listitem> 747 </varlistentry> 748 749 <varlistentry id="raw"> 750 <term><command>raw</command></term> 751 <listitem> 752 <para>Binds a Linux raw character device to a block device</para> 753 <indexterm zone="ch-system-util-linux raw"> 754 <primary sortas="b-raw">raw</primary> 755 </indexterm> 756 </listitem> 757 </varlistentry> 758 739 759 <varlistentry id="readprofile"> 740 760 <term><command>readprofile</command></term> … … 768 788 </varlistentry> 769 789 790 <varlistentry id="resizepart"> 791 <term><command>resizepart</command></term> 792 <listitem> 793 <para>Asks the Linux kernel to resize a partition</para> 794 <indexterm zone="ch-system-util-linux resizepart"> 795 <primary sortas="b-resizepart">resizepart</primary> 796 </indexterm> 797 </listitem> 798 </varlistentry> 799 770 800 <varlistentry id="rev"> 771 801 <term><command>rev</command></term> … … 835 865 <indexterm zone="ch-system-util-linux setterm"> 836 866 <primary sortas="b-setterm">setterm</primary> 867 </indexterm> 868 </listitem> 869 </varlistentry> 870 871 <varlistentry id="sfdisk"> 872 <term><command>sfdisk</command></term> 873 <listitem> 874 <para>A disk partition table manipulator</para> 875 <indexterm zone="ch-system-util-linux sfdisk"> 876 <primary sortas="b-sfdisk">sfdisk</primary> 837 877 </indexterm> 838 878 </listitem> … … 847 887 <indexterm zone="ch-system-util-linux sulogin"> 848 888 <primary sortas="b-sulogin">sulogin</primary> 849 </indexterm>850 </listitem>851 </varlistentry>852 853 <varlistentry id="sfdisk">854 <term><command>sfdisk</command></term>855 <listitem>856 <para>A disk partition table manipulator</para>857 <indexterm zone="ch-system-util-linux sfdisk">858 <primary sortas="b-sfdisk">sfdisk</primary>859 889 </indexterm> 860 890 </listitem> -
BOOK/introduction/common/changelog.xml
rf74335ee r2b220db9 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>November 18, 2012</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Many updates to list of installed programs</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 38 48 <listitem> 39 49 <para>November 17, 2012</para>
Note:
See TracChangeset
for help on using the changeset viewer.