Changeset ca101ad


Ignore:
Timestamp:
10/15/2012 06:26:20 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
6baa19d
Parents:
b3c4b016
Message:

Update installed program description for several packages

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10022 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
11 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rb3c4b016 rca101ad  
    3838
    3939    <listitem>
    40       <para>2012-09-27</para>
     40      <para>2012-10-14</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Update installed program description
     44          for several packages. Thanks to Chris Staub for the patch. 
     45          Fixes <ulink url="&lfs-ticket-root;3203">#3203</ulink>.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
     50    <listitem>
     51      <para>2012-10-14</para>
    4152      <itemizedlist>
    4253        <listitem>
  • chapter06/flex.xml

    rb3c4b016 rca101ad  
    104104      <segtitle>Installed programs</segtitle>
    105105      <segtitle>Installed libraries</segtitle>
     106      <segtitle>Installed directories</segtitle>
    106107
    107108      <seglistitem>
    108         <seg>flex and lex</seg>
     109        <seg>flex, flex++ (link to flex), and lex</seg>
    109110        <seg>libfl.a and libfl_pic.a</seg>
     111        <seg>/usr/share/doc/flex-&flex-version;</seg>
    110112      </seglistitem>
    111113    </segmentedlist>
     
    124126          <indexterm zone="ch-system-flex flex">
    125127            <primary sortas="b-flex">flex</primary>
     128          </indexterm>
     129        </listitem>
     130      </varlistentry>
     131
     132      <varlistentry id="flexpp">
     133        <term><command>flex++</command></term>
     134        <listitem>
     135          <para>An extension of flex, is used for generating C++ code
     136          and classes. It is a symbolic link to <command>flex</command></para>
     137          <indexterm zone="ch-system-flex flexpp">
     138            <primary sortas="b-flex++">flex++</primary>
    126139          </indexterm>
    127140        </listitem>
  • chapter06/glibc.xml

    rb3c4b016 rca101ad  
    484484      <seglistitem>
    485485        <seg>catchsegv, gencat, getconf, getent, iconv, iconvconfig, ldconfig,
    486         ldd, lddlibc4, locale, localedef, mtrace, nscd, pcprofiledump,
    487         pt_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,
    488488        zdump, and zic</seg>
    489489        <seg>ld.so, libBrokenLocale.{a,so}, libSegFault.so, libanl.{a,so},
     
    625625      </varlistentry>
    626626
     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
    627637      <varlistentry id="mtrace">
    628638        <term><command>mtrace</command></term>
     
    653663          <indexterm zone="ch-system-glibc pcprofiledump">
    654664            <primary sortas="b-pcprofiledump">pcprofiledump</primary>
     665          </indexterm>
     666        </listitem>
     667      </varlistentry>
     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>
    655675          </indexterm>
    656676        </listitem>
  • chapter06/iproute2.xml

    rb3c4b016 rca101ad  
    102102
    103103      <seglistitem>
    104         <seg>ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat,
     104        <seg>bridge, ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat,
    105105        nstat, routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss,
    106106        and tc</seg>
     
    115115      <?dbhtml list-presentation="table"?>
    116116
     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
    117127      <varlistentry id="ctstat">
    118128        <term><command>ctstat</command></term>
  • chapter06/kbd.xml

    rb3c4b016 rca101ad  
    139139
    140140      <seglistitem>
    141         <seg>chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, kbd_mode,
    142         kbdrate, loadkeys, loadunimap,
     141        <seg>chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, kbdinfo,
     142        kbd_mode, kbdrate, loadkeys, loadunimap,
    143143        mapscrn, openvt, psfaddtable (link to psfxtable), psfgettable (link to
    144144        psfxtable), psfstriptable (link to psfxtable), psfxtable, <!--resizecons,-->
     
    204204      </varlistentry>
    205205
     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
    206216      <varlistentry id="kbd_mode">
    207217        <term><command>kbd_mode</command></term>
  • chapter06/man-db.xml

    rb3c4b016 rca101ad  
    276276    <segmentedlist>
    277277      <segtitle>Installed programs</segtitle>
     278      <segtitle>Installed libraries</segtitle>
    278279      <segtitle>Installed directories</segtitle>
    279280
     
    281282        <seg>accessdb, apropos (link to whatis), catman, lexgrog, man, mandb,
    282283        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>
    284286      </seglistitem>
    285287    </segmentedlist>
     
    390392      </varlistentry>
    391393
     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
    392414    </variablelist>
    393415
  • chapter06/ncurses.xml

    rb3c4b016 rca101ad  
    173173        libpanelw.{a,so} and their non-wide-character counterparts without "w"
    174174        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>
    176177      </seglistitem>
    177178    </segmentedlist>
  • chapter06/perl.xml

    rb3c4b016 rca101ad  
    132132      <seglistitem>
    133133        <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,
    135135        instmodsh, json_pp, libnetcfg, perl, perl&perl-version; (link to perl),
    136136        perlbug, perldoc, perlivp, perlthanks (link to perlbug), piconv, pl2pm,
    137137        pod2html, pod2latex, pod2man, pod2text, pod2usage, podchecker,
    138138        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>
    140140        <seg>Several hundred which cannot all be listed here</seg>
    141141        <seg>/usr/lib/perl5</seg>
     
    227227          <indexterm zone="ch-system-perl cpanp-run-perl">
    228228            <primary sortas="b-cpanp-run-perl">cpanp-run-perl</primary>
    229           </indexterm>
    230         </listitem>
    231       </varlistentry>
    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>
    239229          </indexterm>
    240230        </listitem>
     
    581571      </varlistentry>
    582572
     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
    583583    </variablelist>
    584584
  • chapter06/pkgconfig.xml

    rb3c4b016 rca101ad  
    7272      <seglistitem>
    7373        <seg>pkg-config</seg>
    74         <seg>/usr/share/doc/pkg-config-0.26</seg>
     74        <seg>/usr/share/doc/pkg-config-&pkgconfig-version;</seg>
    7575      </seglistitem>
    7676    </segmentedlist>
  • chapter06/util-linux.xml

    rb3c4b016 rca101ad  
    9898
    9999      <seglistitem>
    100         <seg>addpart, agetty, blkid, blockdev, cal, cfdisk, chcpu, chkdupexe,
     100        <seg>addpart, agetty, blkid, blockdev, cal, cfdisk, chcpu,
    101101        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,
    103103        fsck.cramfs, fsck.minix, fsfreeze, fstrim, getopt, hexdump, hwclock, i386,
    104104        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>
    111112
    112113        <seg>libblkid.{a,so}, libmount.{a,so}, libuuid.{a,so}</seg>
     
    195196      </varlistentry>
    196197
    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 
    207198      <varlistentry id="chrt">
    208199        <term><command>chrt</command></term>
     
    294285          <indexterm zone="ch-system-util-linux dmesg">
    295286            <primary sortas="b-dmesg">dmesg</primary>
     287          </indexterm>
     288        </listitem>
     289      </varlistentry>
     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>
    296297          </indexterm>
    297298        </listitem>
     
    588589      </varlistentry>
    589590
     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
    590601      <varlistentry id="mcookie">
    591602        <term><command>mcookie</command></term>
     
    771782          <indexterm zone="ch-system-util-linux renice">
    772783            <primary sortas="b-renice">renice</primary>
     784          </indexterm>
     785        </listitem>
     786      </varlistentry>
     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>
    773794          </indexterm>
    774795        </listitem>
     
    961982      </varlistentry>
    962983
     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
    963995      <varlistentry id="uuidd">
    964996        <term><command>uuidd</command></term>
     
    9951027      </varlistentry>
    9961028
     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
    9971039      <varlistentry id="whereis">
    9981040        <term><command>whereis</command></term>
  • general.ent

    rb3c4b016 rca101ad  
    1 <!ENTITY version "SVN-20121002">
    2 <!ENTITY releasedate "October 2, 2012">
     1<!ENTITY version "SVN-20121015">
     2<!ENTITY releasedate "October 15, 2012">
    33<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.3">
Note: See TracChangeset for help on using the changeset viewer.