Ticket #3203: program-list-update.patch
File program-list-update.patch, 14.8 KB (added by , 12 years ago) |
---|
-
BOOK/chapter06/kbd.xml
138 138 <segtitle>Installed directory</segtitle> 139 139 140 140 <seglistitem> 141 <seg>chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, kbd _mode,142 kbd rate, loadkeys, loadunimap,141 <seg>chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, kbdinfo, 142 kbd_mode, kbdrate, loadkeys, loadunimap, 143 143 mapscrn, openvt, psfaddtable (link to psfxtable), psfgettable (link to 144 144 psfxtable), psfstriptable (link to psfxtable), psfxtable, <!--resizecons,--> 145 145 setfont, setkeycodes, setleds, setmetamode, … … 203 203 </listitem> 204 204 </varlistentry> 205 205 206 <varlistentry id="kbdinfo"> 207 <term><command>kbdinfo</command></term> 208 <listitem> 209 <para>Obtains information about the status of a console</para> 210 <indexterm zone="ch-system-kbd kbdinfo"> 211 <primary sortas="b-kbdinfo">kbdinfo</primary> 212 </indexterm> 213 </listitem> 214 </varlistentry> 215 206 216 <varlistentry id="kbd_mode"> 207 217 <term><command>kbd_mode</command></term> 208 218 <listitem> -
BOOK/chapter06/perl.xml
131 131 132 132 <seglistitem> 133 133 <seg>a2p, c2ph, config_data, corelist, cpan, cpan2dist, cpanp, 134 cpanp-run-perl, dprofpp,enc2xs, find2perl, h2ph, h2xs,134 cpanp-run-perl, enc2xs, find2perl, h2ph, h2xs, 135 135 instmodsh, json_pp, libnetcfg, perl, perl&perl-version; (link to perl), 136 136 perlbug, perldoc, perlivp, perlthanks (link to perlbug), piconv, pl2pm, 137 137 pod2html, pod2latex, pod2man, pod2text, pod2usage, podchecker, 138 138 podselect, prove, psed (link to s2p), pstruct (link to c2ph), ptar, 139 ptardiff, ptargrep, s2p, shasum, splain, and xsubpp</seg>139 ptardiff, ptargrep, s2p, shasum, splain, xsubpp, and zipdetails</seg> 140 140 <seg>Several hundred which cannot all be listed here</seg> 141 141 <seg>/usr/lib/perl5</seg> 142 142 </seglistitem> … … 230 230 </listitem> 231 231 </varlistentry> 232 232 233 <varlistentry id="dprofpp">234 <term><command>dprofpp</command></term>235 <listitem>236 <para>Displays Perl profile data</para>237 <indexterm zone="ch-system-perl dprofpp">238 <primary sortas="b-dprofpp">dprofpp</primary>239 </indexterm>240 </listitem>241 </varlistentry>242 243 233 <varlistentry id="enc2xs"> 244 234 <term><command>enc2xs</command></term> 245 235 <listitem> … … 580 570 </listitem> 581 571 </varlistentry> 582 572 573 <varlistentry id="zipdetails"> 574 <term><command>zipdetails</command></term> 575 <listitem> 576 <para>Displays details about the internal structure of a Zip file</para> 577 <indexterm zone="ch-system-perl zipdetails"> 578 <primary sortas="b-zipdetails">zipdetails</primary> 579 </indexterm> 580 </listitem> 581 </varlistentry> 582 583 583 </variablelist> 584 584 585 585 </sect2> -
BOOK/chapter06/util-linux.xml
97 97 <segtitle>Installed directories</segtitle> 98 98 99 99 <seglistitem> 100 <seg>addpart, agetty, blkid, blockdev, cal, cfdisk, chcpu, chkdupexe,100 <seg>addpart, agetty, blkid, blockdev, cal, cfdisk, chcpu, 101 101 chrt, col, colcrt, colrm, column, ctrlaltdel, cytune, delpart, 102 dmesg, fallocate, fdformat, fdisk, findfs, findmnt, flock, fsck,102 dmesg, eject, fallocate, fdformat, fdisk, findfs, findmnt, flock, fsck, 103 103 fsck.cramfs, fsck.minix, fsfreeze, fstrim, getopt, hexdump, hwclock, i386, 104 104 ionice, ipcmk, ipcrm, ipcs, isosize, ldattach, linux32, linux64, 105 logger, look, losetup, lsblk, lscpu, mcookie, mkfs, mkfs.bfs, mkfs.cramfs, 106 mkfs.minix, mkswap, more, mount, mountpoint, namei, partx, pg, pivot_root, 107 prlimit, raw, readprofile, rename, renice, rev, rtcwake, script, scriptreplay, 108 setarch, setsid, setterm, sfdisk, swaplabel, swapoff (link to swapon), 109 swapon, switch_root, tailf, taskset, tunelp, ul, umount, unshare, 110 uuidd, uuidgen, wall, whereis, wipefs, and x86_64</seg> 105 logger, look, losetup, lsblk, lscpu, lslocks, mcookie, mkfs, mkfs.bfs, 106 mkfs.cramfs, mkfs.minix, mkswap, more, mount, mountpoint, namei, partx, 107 pg, pivot_root, prlimit, raw, readprofile, rename, renice, resizepart, 108 rev, rtcwake, script, scriptreplay, setarch, setsid, setterm, sfdisk, 109 swaplabel, swapoff (link to swapon), swapon, switch_root, tailf, 110 taskset, tunelp, ul, umount, unshare, utmpdump, uuidd, uuidgen, wall, 111 wdctl, whereis, wipefs, and x86_64</seg> 111 112 112 113 <seg>libblkid.{a,so}, libmount.{a,so}, libuuid.{a,so}</seg> 113 114 … … 194 195 </listitem> 195 196 </varlistentry> 196 197 197 <varlistentry id="chkdupexe">198 <term><command>chkdupexe</command></term>199 <listitem>200 <para>Finds duplicate executables</para>201 <indexterm zone="ch-system-util-linux chkdupexe">202 <primary sortas="b-chkdupexe">chkdupexe</primary>203 </indexterm>204 </listitem>205 </varlistentry>206 207 198 <varlistentry id="chrt"> 208 199 <term><command>chrt</command></term> 209 200 <listitem> … … 297 288 </listitem> 298 289 </varlistentry> 299 290 291 <varlistentry id="eject"> 292 <term><command>eject</command></term> 293 <listitem> 294 <para>Ejects removable media</para> 295 <indexterm zone="ch-system-util-linux eject"> 296 <primary sortas="b-eject">eject</primary> 297 </indexterm> 298 </listitem> 299 </varlistentry> 300 300 301 <varlistentry id="fallocate"> 301 302 <term><command>fallocate</command></term> 302 303 <listitem> … … 587 588 </listitem> 588 589 </varlistentry> 589 590 591 <varlistentry id="lslocks"> 592 <term><command>lslocks</command></term> 593 <listitem> 594 <para>Lists local system locks</para> 595 <indexterm zone="ch-system-util-linux lslocks"> 596 <primary sortas="b-lslocks">lslocks</primary> 597 </indexterm> 598 </listitem> 599 </varlistentry> 600 590 601 <varlistentry id="mcookie"> 591 602 <term><command>mcookie</command></term> 592 603 <listitem> … … 774 785 </listitem> 775 786 </varlistentry> 776 787 788 <varlistentry id="resizepart"> 789 <term><command>resizepart</command></term> 790 <listitem> 791 <para>Asks the Linux kernel to resize a partition</para> 792 <indexterm zone="ch-system-util-linux resizepart"> 793 <primary sortas="b-resizepart">resizepart</primary> 794 </indexterm> 795 </listitem> 796 </varlistentry> 797 777 798 <varlistentry id="rev"> 778 799 <term><command>rev</command></term> 779 800 <listitem> … … 960 981 </listitem> 961 982 </varlistentry> 962 983 984 <varlistentry id="utmpdump"> 985 <term><command>utmpdump</command></term> 986 <listitem> 987 <para>Displays the content of the given login file in a more 988 user-friendly format</para> 989 <indexterm zone="ch-system-util-linux utmpdump"> 990 <primary sortas="b-utmpdump">utmpdump</primary> 991 </indexterm> 992 </listitem> 993 </varlistentry> 994 963 995 <varlistentry id="uuidd"> 964 996 <term><command>uuidd</command></term> 965 997 <listitem> … … 994 1026 </listitem> 995 1027 </varlistentry> 996 1028 1029 <varlistentry id="wdctl"> 1030 <term><command>wdctl</command></term> 1031 <listitem> 1032 <para>Shows hardware watchdog status</para> 1033 <indexterm zone="ch-system-util-linux wdctl"> 1034 <primary sortas="b-wdctl">wdctl</primary> 1035 </indexterm> 1036 </listitem> 1037 </varlistentry> 1038 997 1039 <varlistentry id="whereis"> 998 1040 <term><command>whereis</command></term> 999 1041 <listitem> -
BOOK/chapter06/man-db.xml
275 275 276 276 <segmentedlist> 277 277 <segtitle>Installed programs</segtitle> 278 <segtitle>Installed libraries</segtitle> 278 279 <segtitle>Installed directories</segtitle> 279 280 280 281 <seglistitem> 281 282 <seg>accessdb, apropos (link to whatis), catman, lexgrog, man, mandb, 282 283 manpath, whatis, and zsoelim</seg> 283 <seg>/usr/lib/man-db, /usr/share/doc/man-db</seg> 284 <seg>libman.so, libmandb.so</seg> 285 <seg>/usr/lib/man-db, /usr/share/doc/man-db-&man-db-version;</seg> 284 286 </seglistitem> 285 287 </segmentedlist> 286 288 … … 389 391 </listitem> 390 392 </varlistentry> 391 393 394 <varlistentry id="libman"> 395 <term><filename class="libraryfile">libman</filename></term> 396 <listitem> 397 <para>Contains run-time support for <command>man</command></para> 398 <indexterm zone="ch-system-man-db libman"> 399 <primary sortas="c-libman">libman</primary> 400 </indexterm> 401 </listitem> 402 </varlistentry> 403 404 <varlistentry id="libmandb"> 405 <term><filename class="libraryfile">libmandb</filename></term> 406 <listitem> 407 <para>Contains run-time support for <command>man</command></para> 408 <indexterm zone="ch-system-man-db libmandb"> 409 <primary sortas="c-libmandb">libmandb</primary> 410 </indexterm> 411 </listitem> 412 </varlistentry> 413 392 414 </variablelist> 393 415 394 416 </sect2> -
BOOK/chapter06/pkgconfig.xml
71 71 72 72 <seglistitem> 73 73 <seg>pkg-config</seg> 74 <seg>/usr/share/doc/pkg-config- 0.26</seg>74 <seg>/usr/share/doc/pkg-config-&pkgconfig-version;</seg> 75 75 </seglistitem> 76 76 </segmentedlist> 77 77 -
BOOK/chapter06/iproute2.xml
101 101 <segtitle>Installed directories</segtitle> 102 102 103 103 <seglistitem> 104 <seg> ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat,104 <seg>bridge, ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat, 105 105 nstat, routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss, 106 106 and tc</seg> 107 107 <seg>/etc/iproute2, /lib/tc, /usr/share/doc/iproute2-&iproute2-version;, … … 114 114 <?dbfo list-presentation="list"?> 115 115 <?dbhtml list-presentation="table"?> 116 116 117 <varlistentry id="bridge"> 118 <term><command>bridge</command></term> 119 <listitem> 120 <para>Configures network bridges</para> 121 <indexterm zone="ch-system-iproute2 bridge"> 122 <primary sortas="b-bridge">bridge</primary> 123 </indexterm> 124 </listitem> 125 </varlistentry> 126 117 127 <varlistentry id="ctstat"> 118 128 <term><command>ctstat</command></term> 119 129 <listitem> -
BOOK/chapter06/glibc.xml
483 483 484 484 <seglistitem> 485 485 <seg>catchsegv, gencat, getconf, getent, iconv, iconvconfig, ldconfig, 486 ldd, lddlibc4, locale, localedef, m trace, nscd, pcprofiledump,487 p t_chown, rpcgen, sln, sotruss, sprof, tzselect, xtrace,486 ldd, lddlibc4, locale, localedef, makedb, mtrace, nscd, pcprofiledump, 487 pldd, pt_chown, rpcgen, sln, sotruss, sprof, tzselect, xtrace, 488 488 zdump, and zic</seg> 489 489 <seg>ld.so, libBrokenLocale.{a,so}, libSegFault.so, libanl.{a,so}, 490 490 libbsd-compat.a, libc.{a,so}, libc_nonshared.a, libcidn.so, … … 624 624 </listitem> 625 625 </varlistentry> 626 626 627 <varlistentry id="makedb"> 628 <term><command>makedb</command></term> 629 <listitem> 630 <para>Creates a simple database from textual input</para> 631 <indexterm zone="ch-system-glibc makedb"> 632 <primary sortas="b-makedb">makedb</primary> 633 </indexterm> 634 </listitem> 635 </varlistentry> 636 627 637 <varlistentry id="mtrace"> 628 638 <term><command>mtrace</command></term> 629 639 <listitem> … … 656 666 </listitem> 657 667 </varlistentry> 658 668 669 <varlistentry id="pldd"> 670 <term><command>pldd</command></term> 671 <listitem> 672 <para>Lists dynamic shared objects used by running processes</para> 673 <indexterm zone="ch-system-glibc pldd"> 674 <primary sortas="b-pldd">pldd</primary> 675 </indexterm> 676 </listitem> 677 </varlistentry> 678 659 679 <varlistentry id="pt_chown"> 660 680 <term><command>pt_chown</command></term> 661 681 <listitem> -
BOOK/chapter06/ncurses.xml
172 172 libformw.{a,so}, libmenuw.{a,so}, libncurses++w.a, libncursesw.{a,so}, 173 173 libpanelw.{a,so} and their non-wide-character counterparts without "w" 174 174 in the library names.</seg> 175 <seg>/usr/share/tabset, /usr/share/terminfo</seg> 175 <seg>/usr/share/tabset, /usr/share/terminfo, 176 /usr/share/doc/ncurses-&ncurses-version;</seg> 176 177 </seglistitem> 177 178 </segmentedlist> 178 179 -
BOOK/chapter06/flex.xml
103 103 <segmentedlist> 104 104 <segtitle>Installed programs</segtitle> 105 105 <segtitle>Installed libraries</segtitle> 106 <segtitle>Installed directories</segtitle> 106 107 107 108 <seglistitem> 108 <seg>flex and lex</seg>109 <seg>flex, flex++ (link to flex), and lex</seg> 109 110 <seg>libfl.a and libfl_pic.a</seg> 111 <seg>/usr/share/doc/flex-&flex-version;</seg> 110 112 </seglistitem> 111 113 </segmentedlist> 112 114 … … 127 129 </listitem> 128 130 </varlistentry> 129 131 132 <varlistentry id="flexpp"> 133 <term><command>flex++</command></term> 134 <listitem> 135 <para>Symbolic link to <command>flex</command></para> 136 <indexterm zone="ch-system-flex flexpp"> 137 <primary sortas="b-flex++">flex++</primary> 138 </indexterm> 139 </listitem> 140 </varlistentry> 141 130 142 <varlistentry id="lex"> 131 143 <term><command>lex</command></term> 132 144 <listitem>