Changeset 427015f


Ignore:
Timestamp:
Jan 14, 2009, 9:10:52 PM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
44fb8dd
Parents:
ea9860d
Message:

Update lists of installed programs

Location:
BOOK
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/coreutils.xml

    rea9860d r427015f  
    105105
    106106      <seglistitem>
    107         <seg>[, base64, basename, cat, chgrp, chmod, chown, chroot, cksum,
    108         comm, cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du,
     107        <seg>[, base64, basename, cat, chcon, chgrp, chmod, chown, chroot,
     108        cksum, comm, cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du,
    109109        echo, env, expand, expr, factor, false, fmt, fold, groups, head,
    110110        hostid, hostname, id, install, join, link, ln, logname, ls, md5sum,
    111111        mkdir, mkfifo, mknod, mktemp, mv, nice, nl, nohup, od, paste, pathchk,
    112         pinky, pr, printenv, printf, ptx, pwd, readlink, rm, rmdir, seq,
     112        pinky, pr, printenv, printf, ptx, pwd, readlink, rm, rmdir, runcon, seq,
    113113        sha1sum, sha224sum, sha256sum, sha384sum, sha512sum, shred, shuf,
    114114        sleep, sort, split, stat, stty, sum, sync, tac, tail, tee, test, touch,
     
    153153      </varlistentry>
    154154
     155      <varlistentry id="chcon">
     156        <term><command>chcon</command></term>
     157        <listitem>
     158          <para>Changes security context for files and directories</para>
     159          <indexterm zone="ch-system-coreutils chcon">
     160            <primary sortas="b-chcon">chcon</primary>
     161          </indexterm>
     162        </listitem>
     163      </varlistentry>
     164
    155165      <varlistentry id="chgrp">
    156166        <term><command>chgrp</command></term>
     
    744754      </varlistentry>
    745755
     756      <varlistentry id="runcon">
     757        <term><command>runcon</command></term>
     758        <listitem>
     759          <para>Runs a command with specified security context</para>
     760          <indexterm zone="ch-system-coreutils runcon">
     761            <primary sortas="b-runcon">runcon</primary>
     762          </indexterm>
     763        </listitem>
     764      </varlistentry>
     765
    746766      <varlistentry id="seq">
    747767        <term><command>seq</command></term>
  • BOOK/final-system/common/e2fsprogs.xml

    rea9860d r427015f  
    9292      <seglistitem>
    9393        <seg>badblocks, blkid, chattr, compile_et, debugfs, dumpe2fs,
    94         e2fsck, e2image, e2label, filefrag, findfs, fsck, fsck.ext2, fsck.ext3,
    95         logsave, lsattr, mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3,
    96         mklost+found, resize2fs, tune2fs, uuidd, and uuidgen.</seg>
     94        e2fsck, e2image, e2label, e2undo, filefrag, findfs, fsck, fsck.ext2,
     95        fsck.ext3, fsck.ext4, fsck.ext4dev logsave, lsattr, mk_cmds, mke2fs,
     96        mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev mklost+found, resize2fs,
     97        tune2fs, uuidd, and uuidgen.</seg>
    9798        <seg>libblkid.[a,so], libcom_err.[a,so], libe2p.[a,so],
    9899        libext2fs.[a,so], libss.[a,so], and libuuid.[a,so]</seg>
     
    211212      </varlistentry>
    212213
     214      <varlistentry id="e2undo">
     215        <term><command>e2undo</command></term>
     216        <listitem>
     217          <para>Replays an undo log for an ext2/ext3/ext4 filesystem</para>
     218          <indexterm zone="ch-system-e2fsprogs e2undo">
     219            <primary sortas="b-e2undo">e2undo</primary>
     220          </indexterm>
     221        </listitem>
     222      </varlistentry>
     223
    213224      <varlistentry id="filefrag">
    214225        <term><command>filefrag</command></term>
     
    260271          <indexterm zone="ch-system-e2fsprogs fsck.ext3">
    261272            <primary sortas="b-fsck.ext3">fsck.ext3</primary>
     273          </indexterm>
     274        </listitem>
     275      </varlistentry>
     276
     277      <varlistentry id="fsck.ext4">
     278        <term><command>fsck.ext4</command></term>
     279        <listitem>
     280          <para>By default checks <systemitem class="filesystem">ext4</systemitem>
     281          file systems</para>
     282          <indexterm zone="ch-system-e2fsprogs fsck.ext4">
     283            <primary sortas="b-fsck.ext4">fsck.ext4</primary>
     284          </indexterm>
     285        </listitem>
     286      </varlistentry>
     287
     288      <varlistentry id="fsck.ext4dev">
     289        <term><command>fsck.ext4dev</command></term>
     290        <listitem>
     291          <para>By default checks <systemitem class="filesystem">ext4dev</systemitem>
     292          file systems</para>
     293          <indexterm zone="ch-system-e2fsprogs fsck.ext4dev">
     294            <primary sortas="b-fsck.ext4dev">fsck.ext4dev</primary>
    262295          </indexterm>
    263296        </listitem>
     
    327360          <indexterm zone="ch-system-e2fsprogs mkfs.ext3">
    328361            <primary sortas="b-mkfs.ext3">mkfs.ext3</primary>
     362          </indexterm>
     363        </listitem>
     364      </varlistentry>
     365
     366      <varlistentry id="mkfs.ext4">
     367        <term><command>mkfs.ext4</command></term>
     368        <listitem>
     369          <para>By default creates <systemitem class="filesystem">ext4</systemitem>
     370          file systems</para>
     371          <indexterm zone="ch-system-e2fsprogs mkfs.ext4">
     372            <primary sortas="b-mkfs.ext4">mkfs.ext4</primary>
     373          </indexterm>
     374        </listitem>
     375      </varlistentry>
     376
     377      <varlistentry id="mkfs.ext4dev">
     378        <term><command>mkfs.ext4dev</command></term>
     379        <listitem>
     380          <para>By default creates <systemitem class="filesystem">ext4dev</systemitem>
     381          file systems</para>
     382          <indexterm zone="ch-system-e2fsprogs mkfs.ext4dev">
     383            <primary sortas="b-mkfs.ext4dev">mkfs.ext4dev</primary>
    329384          </indexterm>
    330385        </listitem>
  • BOOK/final-system/common/findutils.xml

    rea9860d r427015f  
    8080
    8181      <seglistitem>
    82         <seg>bigram, code, find, frcode, locate, updatedb, and xargs</seg>
     82        <seg>bigram, code, find, frcode, locate, oldfind, updatedb, and xargs</seg>
    8383      </seglistitem>
    8484    </segmentedlist>
     
    145145      </varlistentry>
    146146
     147      <varlistentry id="oldfind">
     148        <term><command>oldfind</command></term>
     149        <listitem>
     150          <para>Needs description</para>
     151          <indexterm zone="ch-system-findutils oldfind">
     152            <primary sortas="b-oldfind">oldfind</primary>
     153          </indexterm>
     154        </listitem>
     155      </varlistentry>
     156
    147157      <varlistentry id="updatedb">
    148158        <term><command>updatedb</command></term>
  • BOOK/final-system/common/groff.xml

    rea9860d r427015f  
    6262
    6363      <seglistitem>
    64         <seg>addftinfo, afmtodit, eqn, eqn2graph, gdiffmk, geqn (link to eqn),
    65         grap2graph, grn, grodvi, groff, groffer, grog, grolbp, grolj4, grops,
    66         grotty, gtbl (link to tbl), hpftodit, indxbib, lkbib, lookbib, mmroff,
    67         neqn, nroff, pdfroff, pfbtops, pic, pic2graph, post-grohtml, pre-grohtml, refer,
    68         soelim, tbl, tfmtodit, troff, and zsoelim (link to soelim)</seg>
     64        <seg>addftinfo, afmtodit, chem, eqn, eqn2graph, gdiffmk,
     65        geqn (link to eqn), grap2graph, grn, grodvi, groff, groffer, grog,
     66        grolbp, grolj4, grops, grotty, gtbl (link to tbl), hpftodit, indxbib,
     67        lkbib, lookbib, mmroff, neqn, nroff, pdfroff, pfbtops, pic, pic2graph,
     68        post-grohtml, pre-grohtml, preconv, refer, roff2dvi, roff2html,
     69        roff2pdf, roff2ps, roff2text, roff2x, soelim, tbl, tfmtodit, troff,
     70        and zsoelim (link to soelim)</seg>
    6971      </seglistitem>
    7072    </segmentedlist>
     
    9395          <indexterm zone="ch-system-groff afmtodit">
    9496            <primary sortas="b-afmtodit">afmtodit</primary>
     97          </indexterm>
     98        </listitem>
     99      </varlistentry>
     100
     101      <varlistentry id="chem">
     102        <term><command>chem</command></term>
     103        <listitem>
     104          <para>Groff preprocessor for producing chemical structure diagrams</para>
     105          <indexterm zone="ch-system-groff chem">
     106            <primary sortas="b-chem">chem</primary>
    95107          </indexterm>
    96108        </listitem>
     
    397409
    398410      <varlistentry id="pre-grohtml">
    399         <term><command>pre-grohtml </command></term>
     411        <term><command>pre-grohtml</command></term>
    400412        <listitem>
    401413          <para>Translates the output of GNU <command>troff</command> to
     
    403415          <indexterm zone="ch-system-groff pre-grohtml">
    404416            <primary sortas="b-pre-grohtml">pre-grohtml</primary>
     417          </indexterm>
     418        </listitem>
     419      </varlistentry>
     420
     421      <varlistentry id="preconv">
     422        <term><command>preconv</command></term>
     423        <listitem>
     424          <para>Converts encoding of input files to something GNU
     425          <command>troff</command> understands</para>
     426          <indexterm zone="ch-system-groff preconv">
     427            <primary sortas="b-pdfroff">preconv</primary>
    405428          </indexterm>
    406429        </listitem>
     
    421444      </varlistentry>
    422445
     446      <varlistentry id="roff2dvi">
     447        <term><command>roff2dvi</command></term>
     448        <listitem>
     449          <para>Transforms roff files into other formats</para>
     450          <indexterm zone="ch-system-groff roff2dvi">
     451            <primary sortas="b-roff2dvi">roff2dvi</primary>
     452          </indexterm>
     453        </listitem>
     454      </varlistentry>
     455
     456      <varlistentry id="roff2html">
     457        <term><command>roff2html</command></term>
     458        <listitem>
     459          <para>Transforms roff files into other formats</para>
     460          <indexterm zone="ch-system-groff roff2html">
     461            <primary sortas="b-roff2html">roff2html</primary>
     462          </indexterm>
     463        </listitem>
     464      </varlistentry>
     465
     466      <varlistentry id="roff2pdf">
     467        <term><command>roff2pdf</command></term>
     468        <listitem>
     469          <para>Transforms roff files into other formats</para>
     470          <indexterm zone="ch-system-groff roff2pdf">
     471            <primary sortas="b-roff2pdf">roff2pdf</primary>
     472          </indexterm>
     473        </listitem>
     474      </varlistentry>
     475
     476      <varlistentry id="roff2ps">
     477        <term><command>roff2ps</command></term>
     478        <listitem>
     479          <para>Transforms roff files into other formats</para>
     480          <indexterm zone="ch-system-groff roff2ps">
     481            <primary sortas="b-roff2ps">roff2ps</primary>
     482          </indexterm>
     483        </listitem>
     484      </varlistentry>
     485
     486      <varlistentry id="roff2text">
     487        <term><command>roff2text</command></term>
     488        <listitem>
     489          <para>Transforms roff files into other formats</para>
     490          <indexterm zone="ch-system-groff roff2text">
     491            <primary sortas="b-roff2text">roff2text</primary>
     492          </indexterm>
     493        </listitem>
     494      </varlistentry>
     495
     496      <varlistentry id="roff2x">
     497        <term><command>roff2x</command></term>
     498        <listitem>
     499          <para>Transforms roff files into other formats</para>
     500          <indexterm zone="ch-system-groff roff2x">
     501            <primary sortas="b-roff2x">roff2x</primary>
     502          </indexterm>
     503        </listitem>
     504      </varlistentry>
     505
    423506      <varlistentry id="soelim">
    424507        <term><command>soelim</command></term>
  • BOOK/final-system/common/iproute2.xml

    rea9860d r427015f  
    8181
    8282      <seglistitem>
    83         <seg>ctstat (link to lnstat), ifcfg, ifstat, ip, lnstat, nstat,
     83        <seg>ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat, nstat,
    8484        routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss,
    8585        and tc</seg>
     
    9898          <indexterm zone="ch-system-iproute2 ctstat">
    9999            <primary sortas="b-ctstat">ctstat</primary>
     100          </indexterm>
     101        </listitem>
     102      </varlistentry>
     103
     104      <varlistentry id="genl">
     105        <term><command>genl</command></term>
     106        <listitem>
     107          <para>Needs description</para>
     108          <indexterm zone="ch-system-iproute2 genl">
     109            <primary sortas="b-genl">genl</primary>
    100110          </indexterm>
    101111        </listitem>
  • BOOK/final-system/common/lzma.xml

    rea9860d r427015f  
    5050
    5151      <seglistitem>
    52         <seg>lzma, lzcat (link to lzma), lzmadec, lzmainfo,
    53         lzmore, and unlzma (link to lzma).</seg>
     52        <seg>lzcat (link to lzma), lzcmp, lzdiff, lzegrep, lzfgrep, lzgrep,
     53        lzless, lzma, lzmadec, lzmainfo, lzmore, and unlzma (link to lzma).</seg>
    5454        <seg>liblzmadec.a, liblzmadec.la, liblzmadec.so, liblzmadec.so.0, and
    5555         liblzmadec.so.0.0.0</seg>
     
    6161      <?dbfo list-presentation="list"?>
    6262      <?dbhtml list-presentation="table"?>
    63 
    64       <varlistentry id="lzma">
    65         <term><command>lzma</command></term>
    66         <listitem>
    67           <para>Compresses lzma files</para>
    68           <indexterm zone="ch-system-lzma bunzip2">
    69             <primary sortas="b-lzma">lzma</primary>
    70           </indexterm>
    71         </listitem>
    72       </varlistentry>
    7363
    7464      <varlistentry id="lzcat">
     
    8272      </varlistentry>
    8373
     74      <varlistentry id="lzcmp">
     75        <term><command>lzcmp</command></term>
     76        <listitem>
     77          <para>Compares lzma compressed files</para>
     78          <indexterm zone="ch-system-lzma lzcmp">
     79            <primary sortas="b-lzcmp">lzcmp</primary>
     80          </indexterm>
     81        </listitem>
     82      </varlistentry>
     83
     84      <varlistentry id="lzdiff">
     85        <term><command>lzdiff</command></term>
     86        <listitem>
     87          <para>Compares lzma compressed files</para>
     88          <indexterm zone="ch-system-lzma lzdiff">
     89            <primary sortas="b-lzdiff">lzdiff</primary>
     90          </indexterm>
     91        </listitem>
     92      </varlistentry>
     93
     94      <varlistentry id="lzegrep">
     95        <term><command>lzegrep</command></term>
     96        <listitem>
     97          <para>Runs <command>egrep</command> on lzma compressed files</para>
     98          <indexterm zone="ch-system-lzma lzegrep">
     99            <primary sortas="b-lzegrep">lzegrep</primary>
     100          </indexterm>
     101        </listitem>
     102      </varlistentry>
     103
     104      <varlistentry id="lzfgrep">
     105        <term><command>lzfgrep</command></term>
     106        <listitem>
     107          <para>Runs <command>fgrep</command> on lzma compressed files</para>
     108          <indexterm zone="ch-system-lzma lzfgrep">
     109            <primary sortas="b-lzfgrep">lzfgrep</primary>
     110          </indexterm>
     111        </listitem>
     112      </varlistentry>
     113
     114      <varlistentry id="lzgrep">
     115        <term><command>lzgrep</command></term>
     116        <listitem>
     117          <para>Runs <command>grep</command> on lzma compressed files</para>
     118          <indexterm zone="ch-system-lzma lzgrep">
     119            <primary sortas="b-lzgrep">lzgrep</primary>
     120          </indexterm>
     121        </listitem>
     122      </varlistentry>
     123
     124      <varlistentry id="lzless">
     125        <term><command>lzless</command></term>
     126        <listitem>
     127          <para>Runs <command>less</command> on lzma files</para>
     128          <indexterm zone="ch-system-lzma lzless">
     129            <primary sortas="b-lzless">lzless</primary>
     130          </indexterm>
     131        </listitem>
     132      </varlistentry>
     133
     134      <varlistentry id="lzma">
     135        <term><command>lzma</command></term>
     136        <listitem>
     137          <para>Compresses lzma files</para>
     138          <indexterm zone="ch-system-lzma lzma">
     139            <primary sortas="b-lzma">lzma</primary>
     140          </indexterm>
     141        </listitem>
     142      </varlistentry>
     143
    84144      <varlistentry id="lzmadec">
    85145        <term><command>lzmadec</command></term>
     
    87147          <para>Decompresses lzma files</para>
    88148          <indexterm zone="ch-system-lzma lzmadec">
    89             <primary sortas="b-lzmadec">lzmaadec</primary>
     149            <primary sortas="b-lzmadec">lzmadec</primary>
    90150          </indexterm>
    91151        </listitem>
     
    102162      </varlistentry>
    103163
    104       <varlistentry id="lzmaless">
    105         <term><command>lzmaless</command></term>
     164      <varlistentry id="lzmore">
     165        <term><command>lzmore</command></term>
    106166        <listitem>
    107           <para>Runs <command>less</command> on lzma files</para>
    108           <indexterm zone="ch-system-lzma lzmaless">
    109             <primary sortas="b-lzmaless">lzmaless</primary>
     167          <para>Runs <command>more</command> on lzma files</para>
     168          <indexterm zone="ch-system-lzma lzmore">
     169            <primary sortas="b-lzmore">lzmore</primary>
    110170          </indexterm>
    111171        </listitem>
    112172      </varlistentry>
    113173
    114       <varlistentry id="lzmamore">
    115         <term><command>lzmamore</command></term>
     174      <varlistentry id="unlzma">
     175        <term><command>unlzma</command></term>
    116176        <listitem>
    117           <para>Runs <command>more</command> on lzma files</para>
    118           <indexterm zone="ch-system-lzma lzmamore">
    119             <primary sortas="b-lzmamore">lzmamore</primary>
     177          <para>Uncompresses lzma files</para>
     178          <indexterm zone="ch-system-lzma unlzma">
     179            <primary sortas="b-unlzma">unlzma</primary>
    120180          </indexterm>
    121181        </listitem>
  • BOOK/final-system/common/ncurses.xml

    rea9860d r427015f  
    8686      <seglistitem>
    8787        <seg>captoinfo (link to tic), clear, infocmp, infotocap (link to tic),
    88         ncursesw5-config, reset (link to tset), tack, tic, toe, tput, and tset</seg>
    89         <seg>libcursesw.so (link to libncurses.so), libformw.[a,so],
     88        ncursesw5-config, reset (link to tset), tabs, tic, toe, tput, and tset</seg>
     89        <seg>libcursesw.so (link to libncursesw.so), libformw.[a,so],
    9090        libmenuw.[a,so], libncurses++w.a, libncursesw.[a,so], and
    9191        libpanelw.[a,so]</seg>
     
    158158      </varlistentry>
    159159
    160       <varlistentry id="tack">
    161         <term><command>tack</command></term>
    162         <listitem>
    163           <para>The terminfo action checker; it is mainly used to test the
    164           accuracy of an entry in the terminfo database</para>
    165           <indexterm zone="ch-system-ncurses tack">
    166             <primary sortas="b-tack">tack</primary>
     160      <varlistentry id="tabs">
     161        <term><command>tabs</command></term>
     162        <listitem>
     163          <para>Sets and clears tab stops on a terminal</para>
     164          <indexterm zone="ch-system-ncurses tabs">
     165            <primary sortas="b-tabs">tabs</primary>
    167166          </indexterm>
    168167        </listitem>
  • BOOK/final-system/common/perl.xml

    rea9860d r427015f  
    115115
    116116      <seglistitem>
    117         <seg>a2p, c2ph, cpan, dprofpp, enc2xs, find2perl, h2ph, h2xs, instmodsh, libnetcfg,
    118         perl, perl&perl-version; (link to perl), perlbug, perlcc, perldoc,
    119         perlivp, piconv, pl2pm, pod2html, pod2latex, pod2man, pod2text,
    120         pod2usage, podchecker, podselect, prove, psed (link to s2p), pstruct (link
    121         to c2ph), s2p, splain, and xsubpp</seg>
     117        <seg>a2p, c2ph, config_data, corelist, cpan, cpan2dist, cpanp,
     118        cpanp-run-perl, dprofpp, enc2xs, find2perl, h2ph, h2xs, instmodsh,
     119        libnetcfg, perl, perl&perl-version; (link to perl), perlbug, perlcc,
     120        perldoc, perlivp, piconv, pl2pm, pod2html, pod2latex, pod2man, pod2text,
     121        pod2usage, podchecker, podselect, prove, psed (link to s2p),
     122        pstruct (link to c2ph), ptar, ptardiff, s2p, shasum, splain, and
     123        xsubpp</seg>
    122124        <seg>Several hundred which cannot all be listed here</seg>
    123125      </seglistitem>
     
    150152      </varlistentry>
    151153
     154      <varlistentry id="config_data">
     155        <term><command>config_data</command></term>
     156        <listitem>
     157          <para>Queries or changes configuration of Perl modules</para>
     158          <indexterm zone="ch-system-perl config_data">
     159            <primary sortas="b-config_data">config_data</primary>
     160          </indexterm>
     161        </listitem>
     162      </varlistentry>
     163
     164      <varlistentry id="corelist">
     165        <term><command>corelist</command></term>
     166        <listitem>
     167          <para>A commandline frontend to Module::CoreList</para>
     168          <indexterm zone="ch-system-perl corelist">
     169            <primary sortas="b-corelist">corelist</primary>
     170          </indexterm>
     171        </listitem>
     172      </varlistentry>
     173
    152174      <varlistentry id="cpan">
    153175        <term><command>cpan</command></term>
     
    156178          <indexterm zone="ch-system-perl cpan">
    157179            <primary sortas="b-cpan">cpan</primary>
     180          </indexterm>
     181        </listitem>
     182      </varlistentry>
     183
     184      <varlistentry id="cpan2dist">
     185        <term><command>cpan2dist</command></term>
     186        <listitem>
     187          <para>The CPANPLUS distribution creator</para>
     188          <indexterm zone="ch-system-perl cpan2dist">
     189            <primary sortas="b-cpan2dist">cpan2dist</primary>
     190          </indexterm>
     191        </listitem>
     192      </varlistentry>
     193
     194      <varlistentry id="cpanp">
     195        <term><command>cpanp</command></term>
     196        <listitem>
     197          <para>The CPANPLUS launcher</para>
     198          <indexterm zone="ch-system-perl cpanp">
     199            <primary sortas="b-cpanp">cpanp</primary>
     200          </indexterm>
     201        </listitem>
     202      </varlistentry>
     203
     204      <varlistentry id="cpanp-run-perl">
     205        <term><command>cpanp-run-perl</command></term>
     206        <listitem>
     207          <para>Perl script that (description needed)</para>
     208          <indexterm zone="ch-system-perl cpanp-run-perl">
     209            <primary sortas="b-cpanp-run-perl">cpanp-run-perl</primary>
    158210          </indexterm>
    159211        </listitem>
     
    214266      </varlistentry>
    215267
     268      <varlistentry id="instmodsh">
     269        <term><command>instmodsh</command></term>
     270        <listitem>
     271          <para>A shell script for examining installed Perl modules,
     272          and can even create a tarball from an installed module</para>
     273          <indexterm zone="ch-system-perl instmodsh">
     274            <primary sortas="b-instmodsh">instmodsh</primary>
     275          </indexterm>
     276        </listitem>
     277      </varlistentry>
     278
    216279      <varlistentry id="libnetcfg">
    217280        <term><command>libnetcfg</command></term>
     
    221284          <indexterm zone="ch-system-perl libnetcfg">
    222285            <primary sortas="b-libnetcfg">libnetcfg</primary>
    223           </indexterm>
    224         </listitem>
    225       </varlistentry>
    226 
    227       <varlistentry id="instmodsh">
    228         <term><command>instmodsh</command></term>
    229         <listitem>
    230           <para>A shell script for examining installed Perl modules,
    231           and can even create a tarball from an installed module</para>
    232           <indexterm zone="ch-system-perl instmodsh">
    233             <primary sortas="b-instmodsh">instmodsh</primary>
    234286          </indexterm>
    235287        </listitem>
     
    426478      </varlistentry>
    427479
     480      <varlistentry id="ptar">
     481        <term><command>ptar</command></term>
     482        <listitem>
     483          <para>A <command>tar</command>-like program written in Perl</para>
     484          <indexterm zone="ch-system-perl ptar">
     485            <primary sortas="b-ptar">ptar</primary>
     486          </indexterm>
     487        </listitem>
     488      </varlistentry>
     489
     490      <varlistentry id="ptardiff">
     491        <term><command>ptardiff</command></term>
     492        <listitem>
     493          <para>A Perl program that compares an extracted archive with an
     494          unextracted one</para>
     495          <indexterm zone="ch-system-perl ptardiff">
     496            <primary sortas="b-ptardiff">ptardiff</primary>
     497          </indexterm>
     498        </listitem>
     499      </varlistentry>
     500
    428501      <varlistentry id="s2p">
    429502        <term><command>s2p</command></term>
     
    436509      </varlistentry>
    437510
     511      <varlistentry id="shasum">
     512        <term><command>shasum</command></term>
     513        <listitem>
     514          <para>Prints or checks SHA checksums</para>
     515          <indexterm zone="ch-system-perl shasum">
     516            <primary sortas="b-shasum">shasum</primary>
     517          </indexterm>
     518        </listitem>
     519      </varlistentry>
     520
    438521      <varlistentry id="splain">
    439522        <term><command>splain</command></term>
  • BOOK/final-system/common/psmisc.xml

    rea9860d r427015f  
    7979
    8080      <seglistitem>
    81         <seg>fuser, killall, pstree, and pstree.x11 (link to pstree)</seg>
     81        <seg>fuser, killall, oldfuser, peekfd, pstree, and pstree.x11 (link to pstree)</seg>
    8282      </seglistitem>
    8383    </segmentedlist>
     
    121121      </varlistentry>
    122122
     123      <varlistentry id="peekfd">
     124        <term><command>peekfd</command></term>
     125        <listitem>
     126          <para> Peeks at file descriptors of running processes</para>
     127          <indexterm zone="ch-system-psmisc peekfd">
     128            <primary sortas="b-peekfd">peekfd</primary>
     129          </indexterm>
     130        </listitem>
     131      </varlistentry>
     132
    123133      <varlistentry id="pstree">
    124134        <term><command>pstree</command></term>
  • BOOK/final-system/common/texinfo.xml

    rea9860d r427015f  
    6464
    6565      <seglistitem>
    66         <seg>info, infokey, install-info, makeinfo, texi2dvi, texi2pdf,
    67         and texindex</seg>
     66        <seg>info, infokey, install-info, makeinfo, pdftexi2dvi, texi2dvi,
     67        texi2pdf, and texindex</seg>
    6868      </seglistitem>
    6969    </segmentedlist>
     
    120120      </varlistentry>
    121121
     122      <varlistentry id="pdftexi2dvi">
     123        <term><command>pdftexi2dvi</command></term>
     124        <listitem>
     125          <para>Shell script that run <command>texi2dvi --pdf</command></para>
     126          <indexterm zone="ch-system-texinfo pdftexi2dvi">
     127            <primary sortas="b-pdftexi2dvi">pdftexi2dvi</primary>
     128          </indexterm>
     129        </listitem>
     130      </varlistentry>
     131
    122132      <varlistentry id="texi2dvi">
    123133        <term><command>texi2dvi</command></term>
  • BOOK/final-system/common/util-linux-ng.xml

    rea9860d r427015f  
    110110
    111111      <seglistitem>
    112         <seg>addpart, agetty, blockdev, cal, cfdisk, chkdupexe, col, colcrt,
    113         colrm, column, ctrlaltdel, cytune, ddate, delpart, dmesg, fdformat,
    114         fdisk, flock, fsck.cramfs, fsck.minix, getopt, hexdump, hwclock, ionice,
    115         ipcrm, ipcs, isosize, ldattach, line, logger, look, losetup, mcookie,
    116         mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap, more, mount, namei,
    117         partx, pg, pivot_root, readprofile, rename, renice, rev, rtcwake, script,
    118         scriptreplay, setarch, setsid, setterm, sfdisk, swapoff (link to swapon),
    119         swapon, tailf, taskset, tunelp, ul, umount, whereis, and write</seg>
     112        <seg>addpart, agetty, blockdev, cal, cfdisk, chkdupexe, chrt, col,
     113        colcrt, colrm, column, ctrlaltdel, cytune, ddate, delpart, dmesg,
     114        fdformat, fdisk, flock, fsck.cramfs, fsck.minix, getopt, hexdump,
     115        hwclock, ionice, ipcrm, ipcs, isosize, ldattach, line, logger, look,
     116        losetup, mcookie, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap,
     117        more, mount, namei, partx, pg, pivot_root, readprofile, rename, renice,
     118        rev, rtcwake, script, scriptreplay, setarch, setsid, setterm, sfdisk,
     119        swapoff (link to swapon), swapon, tailf, taskset, tunelp, ul, umount,
     120        whereis, and write</seg>
    120121      </seglistitem>
    121122    </segmentedlist>
     
    184185          <indexterm zone="ch-system-util-linux-ng chkdupexe">
    185186            <primary sortas="b-chkdupexe">chkdupexe</primary>
     187          </indexterm>
     188        </listitem>
     189      </varlistentry>
     190
     191      <varlistentry id="chrt">
     192        <term><command>chrt</command></term>
     193        <listitem>
     194          <para>Manipulates real-time attributes of a process</para>
     195          <indexterm zone="ch-system-util-linux-ng chrt">
     196            <primary sortas="b-chrt">chrt</primary>
    186197          </indexterm>
    187198        </listitem>
  • BOOK/introduction/common/changelog.xml

    rea9860d r427015f  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>January 15, 2009</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] - Updated lists of installed programs for several
     44          packages.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
    3848
    3949    <listitem>
Note: See TracChangeset for help on using the changeset viewer.