[Clfs-commits] commit: r4470 - in /trunk/BOOK: final-system/common/ introduction/common/

svn at cross-lfs.org svn at cross-lfs.org
Wed Jan 14 21:10:53 PST 2009


Author: chris at beaker67.com
Date: Thu Jan 15 05:10:52 2009
New Revision: 4470

Log:
Update lists of installed programs

Modified:
    trunk/BOOK/final-system/common/coreutils.xml
    trunk/BOOK/final-system/common/e2fsprogs.xml
    trunk/BOOK/final-system/common/findutils.xml
    trunk/BOOK/final-system/common/groff.xml
    trunk/BOOK/final-system/common/iproute2.xml
    trunk/BOOK/final-system/common/lzma.xml
    trunk/BOOK/final-system/common/ncurses.xml
    trunk/BOOK/final-system/common/perl.xml
    trunk/BOOK/final-system/common/psmisc.xml
    trunk/BOOK/final-system/common/texinfo.xml
    trunk/BOOK/final-system/common/util-linux-ng.xml
    trunk/BOOK/introduction/common/changelog.xml

Modified: trunk/BOOK/final-system/common/coreutils.xml
==============================================================================
--- trunk/BOOK/final-system/common/coreutils.xml (original)
+++ trunk/BOOK/final-system/common/coreutils.xml Thu Jan 15 05:10:52 2009
@@ -104,12 +104,12 @@
       <segtitle>Installed programs</segtitle>
 
       <seglistitem>
-        <seg>[, base64, basename, cat, chgrp, chmod, chown, chroot, cksum,
-        comm, cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du,
+        <seg>[, base64, basename, cat, chcon, chgrp, chmod, chown, chroot,
+        cksum, comm, cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du,
         echo, env, expand, expr, factor, false, fmt, fold, groups, head,
         hostid, hostname, id, install, join, link, ln, logname, ls, md5sum,
         mkdir, mkfifo, mknod, mktemp, mv, nice, nl, nohup, od, paste, pathchk,
-        pinky, pr, printenv, printf, ptx, pwd, readlink, rm, rmdir, seq,
+        pinky, pr, printenv, printf, ptx, pwd, readlink, rm, rmdir, runcon, seq,
         sha1sum, sha224sum, sha256sum, sha384sum, sha512sum, shred, shuf,
         sleep, sort, split, stat, stty, sum, sync, tac, tail, tee, test, touch,
         tr, true, tsort, tty, uname, unexpand, uniq, unlink, users, vdir, wc,
@@ -152,6 +152,16 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="chcon">
+        <term><command>chcon</command></term>
+        <listitem>
+          <para>Changes security context for files and directories</para>
+          <indexterm zone="ch-system-coreutils chcon">
+            <primary sortas="b-chcon">chcon</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="chgrp">
         <term><command>chgrp</command></term>
         <listitem>
@@ -743,6 +753,16 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="runcon">
+        <term><command>runcon</command></term>
+        <listitem>
+          <para>Runs a command with specified security context</para>
+          <indexterm zone="ch-system-coreutils runcon">
+            <primary sortas="b-runcon">runcon</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="seq">
         <term><command>seq</command></term>
         <listitem>

Modified: trunk/BOOK/final-system/common/e2fsprogs.xml
==============================================================================
--- trunk/BOOK/final-system/common/e2fsprogs.xml (original)
+++ trunk/BOOK/final-system/common/e2fsprogs.xml Thu Jan 15 05:10:52 2009
@@ -91,9 +91,10 @@
 
       <seglistitem>
         <seg>badblocks, blkid, chattr, compile_et, debugfs, dumpe2fs,
-        e2fsck, e2image, e2label, filefrag, findfs, fsck, fsck.ext2, fsck.ext3,
-        logsave, lsattr, mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3,
-        mklost+found, resize2fs, tune2fs, uuidd, and uuidgen.</seg>
+        e2fsck, e2image, e2label, e2undo, filefrag, findfs, fsck, fsck.ext2,
+        fsck.ext3, fsck.ext4, fsck.ext4dev logsave, lsattr, mk_cmds, mke2fs,
+        mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev mklost+found, resize2fs,
+        tune2fs, uuidd, and uuidgen.</seg>
         <seg>libblkid.[a,so], libcom_err.[a,so], libe2p.[a,so],
         libext2fs.[a,so], libss.[a,so], and libuuid.[a,so]</seg>
       </seglistitem>
@@ -210,6 +211,16 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="e2undo">
+        <term><command>e2undo</command></term>
+        <listitem>
+          <para>Replays an undo log for an ext2/ext3/ext4 filesystem</para>
+          <indexterm zone="ch-system-e2fsprogs e2undo">
+            <primary sortas="b-e2undo">e2undo</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="filefrag">
         <term><command>filefrag</command></term>
         <listitem>
@@ -259,6 +270,28 @@
           file systems</para>
           <indexterm zone="ch-system-e2fsprogs fsck.ext3">
             <primary sortas="b-fsck.ext3">fsck.ext3</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="fsck.ext4">
+        <term><command>fsck.ext4</command></term>
+        <listitem>
+          <para>By default checks <systemitem class="filesystem">ext4</systemitem>
+          file systems</para>
+          <indexterm zone="ch-system-e2fsprogs fsck.ext4">
+            <primary sortas="b-fsck.ext4">fsck.ext4</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="fsck.ext4dev">
+        <term><command>fsck.ext4dev</command></term>
+        <listitem>
+          <para>By default checks <systemitem class="filesystem">ext4dev</systemitem>
+          file systems</para>
+          <indexterm zone="ch-system-e2fsprogs fsck.ext4dev">
+            <primary sortas="b-fsck.ext4dev">fsck.ext4dev</primary>
           </indexterm>
         </listitem>
       </varlistentry>
@@ -326,6 +359,28 @@
           file systems</para>
           <indexterm zone="ch-system-e2fsprogs mkfs.ext3">
             <primary sortas="b-mkfs.ext3">mkfs.ext3</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="mkfs.ext4">
+        <term><command>mkfs.ext4</command></term>
+        <listitem>
+          <para>By default creates <systemitem class="filesystem">ext4</systemitem>
+          file systems</para>
+          <indexterm zone="ch-system-e2fsprogs mkfs.ext4">
+            <primary sortas="b-mkfs.ext4">mkfs.ext4</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="mkfs.ext4dev">
+        <term><command>mkfs.ext4dev</command></term>
+        <listitem>
+          <para>By default creates <systemitem class="filesystem">ext4dev</systemitem>
+          file systems</para>
+          <indexterm zone="ch-system-e2fsprogs mkfs.ext4dev">
+            <primary sortas="b-mkfs.ext4dev">mkfs.ext4dev</primary>
           </indexterm>
         </listitem>
       </varlistentry>

Modified: trunk/BOOK/final-system/common/findutils.xml
==============================================================================
--- trunk/BOOK/final-system/common/findutils.xml (original)
+++ trunk/BOOK/final-system/common/findutils.xml Thu Jan 15 05:10:52 2009
@@ -79,7 +79,7 @@
       <segtitle>Installed programs</segtitle>
 
       <seglistitem>
-        <seg>bigram, code, find, frcode, locate, updatedb, and xargs</seg>
+        <seg>bigram, code, find, frcode, locate, oldfind, updatedb, and xargs</seg>
       </seglistitem>
     </segmentedlist>
 
@@ -144,6 +144,16 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="oldfind">
+        <term><command>oldfind</command></term>
+        <listitem>
+          <para>Needs description</para>
+          <indexterm zone="ch-system-findutils oldfind">
+            <primary sortas="b-oldfind">oldfind</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="updatedb">
         <term><command>updatedb</command></term>
         <listitem>

Modified: trunk/BOOK/final-system/common/groff.xml
==============================================================================
--- trunk/BOOK/final-system/common/groff.xml (original)
+++ trunk/BOOK/final-system/common/groff.xml Thu Jan 15 05:10:52 2009
@@ -61,11 +61,13 @@
       <segtitle>Installed programs</segtitle>
 
       <seglistitem>
-        <seg>addftinfo, afmtodit, eqn, eqn2graph, gdiffmk, geqn (link to eqn),
-        grap2graph, grn, grodvi, groff, groffer, grog, grolbp, grolj4, grops,
-        grotty, gtbl (link to tbl), hpftodit, indxbib, lkbib, lookbib, mmroff,
-        neqn, nroff, pdfroff, pfbtops, pic, pic2graph, post-grohtml, pre-grohtml, refer,
-        soelim, tbl, tfmtodit, troff, and zsoelim (link to soelim)</seg>
+        <seg>addftinfo, afmtodit, chem, eqn, eqn2graph, gdiffmk,
+        geqn (link to eqn), grap2graph, grn, grodvi, groff, groffer, grog,
+        grolbp, grolj4, grops, grotty, gtbl (link to tbl), hpftodit, indxbib,
+        lkbib, lookbib, mmroff, neqn, nroff, pdfroff, pfbtops, pic, pic2graph,
+        post-grohtml, pre-grohtml, preconv, refer, roff2dvi, roff2html,
+        roff2pdf, roff2ps, roff2text, roff2x, soelim, tbl, tfmtodit, troff,
+        and zsoelim (link to soelim)</seg>
       </seglistitem>
     </segmentedlist>
 
@@ -92,6 +94,16 @@
           <command>grops</command></para>
           <indexterm zone="ch-system-groff afmtodit">
             <primary sortas="b-afmtodit">afmtodit</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="chem">
+        <term><command>chem</command></term>
+        <listitem>
+          <para>Groff preprocessor for producing chemical structure diagrams</para>
+          <indexterm zone="ch-system-groff chem">
+            <primary sortas="b-chem">chem</primary>
           </indexterm>
         </listitem>
       </varlistentry>
@@ -396,12 +408,23 @@
       </varlistentry>
 
       <varlistentry id="pre-grohtml">
-        <term><command>pre-grohtml </command></term>
+        <term><command>pre-grohtml</command></term>
         <listitem>
           <para>Translates the output of GNU <command>troff</command> to
           HTML</para>
           <indexterm zone="ch-system-groff pre-grohtml">
             <primary sortas="b-pre-grohtml">pre-grohtml</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="preconv">
+        <term><command>preconv</command></term>
+        <listitem>
+          <para>Converts encoding of input files to something GNU
+          <command>troff</command> understands</para>
+          <indexterm zone="ch-system-groff preconv">
+            <primary sortas="b-pdfroff">preconv</primary>
           </indexterm>
         </listitem>
       </varlistentry>
@@ -420,6 +443,66 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="roff2dvi">
+        <term><command>roff2dvi</command></term>
+        <listitem>
+          <para>Transforms roff files into other formats</para>
+          <indexterm zone="ch-system-groff roff2dvi">
+            <primary sortas="b-roff2dvi">roff2dvi</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="roff2html">
+        <term><command>roff2html</command></term>
+        <listitem>
+          <para>Transforms roff files into other formats</para>
+          <indexterm zone="ch-system-groff roff2html">
+            <primary sortas="b-roff2html">roff2html</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="roff2pdf">
+        <term><command>roff2pdf</command></term>
+        <listitem>
+          <para>Transforms roff files into other formats</para>
+          <indexterm zone="ch-system-groff roff2pdf">
+            <primary sortas="b-roff2pdf">roff2pdf</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="roff2ps">
+        <term><command>roff2ps</command></term>
+        <listitem>
+          <para>Transforms roff files into other formats</para>
+          <indexterm zone="ch-system-groff roff2ps">
+            <primary sortas="b-roff2ps">roff2ps</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="roff2text">
+        <term><command>roff2text</command></term>
+        <listitem>
+          <para>Transforms roff files into other formats</para>
+          <indexterm zone="ch-system-groff roff2text">
+            <primary sortas="b-roff2text">roff2text</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="roff2x">
+        <term><command>roff2x</command></term>
+        <listitem>
+          <para>Transforms roff files into other formats</para>
+          <indexterm zone="ch-system-groff roff2x">
+            <primary sortas="b-roff2x">roff2x</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="soelim">
         <term><command>soelim</command></term>
         <listitem>

Modified: trunk/BOOK/final-system/common/iproute2.xml
==============================================================================
--- trunk/BOOK/final-system/common/iproute2.xml (original)
+++ trunk/BOOK/final-system/common/iproute2.xml Thu Jan 15 05:10:52 2009
@@ -80,7 +80,7 @@
       <segtitle>Installed programs</segtitle>
 
       <seglistitem>
-        <seg>ctstat (link to lnstat), ifcfg, ifstat, ip, lnstat, nstat,
+        <seg>ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat, nstat,
         routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss,
         and tc</seg>
       </seglistitem>
@@ -97,6 +97,16 @@
           <para>Connection status utility</para>
           <indexterm zone="ch-system-iproute2 ctstat">
             <primary sortas="b-ctstat">ctstat</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="genl">
+        <term><command>genl</command></term>
+        <listitem>
+          <para>Needs description</para>
+          <indexterm zone="ch-system-iproute2 genl">
+            <primary sortas="b-genl">genl</primary>
           </indexterm>
         </listitem>
       </varlistentry>

Modified: trunk/BOOK/final-system/common/lzma.xml
==============================================================================
--- trunk/BOOK/final-system/common/lzma.xml (original)
+++ trunk/BOOK/final-system/common/lzma.xml Thu Jan 15 05:10:52 2009
@@ -49,8 +49,8 @@
       <segtitle>Installed libraries</segtitle>
 
       <seglistitem>
-        <seg>lzma, lzcat (link to lzma), lzmadec, lzmainfo,
-	lzmore, and unlzma (link to lzma).</seg>
+        <seg>lzcat (link to lzma), lzcmp, lzdiff, lzegrep, lzfgrep, lzgrep,
+        lzless, lzma, lzmadec, lzmainfo, lzmore, and unlzma (link to lzma).</seg>
         <seg>liblzmadec.a, liblzmadec.la, liblzmadec.so, liblzmadec.so.0, and
 	 liblzmadec.so.0.0.0</seg>
       </seglistitem>
@@ -60,16 +60,6 @@
       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
       <?dbfo list-presentation="list"?>
       <?dbhtml list-presentation="table"?>
-
-      <varlistentry id="lzma">
-        <term><command>lzma</command></term>
-        <listitem>
-          <para>Compresses lzma files</para>
-          <indexterm zone="ch-system-lzma bunzip2">
-            <primary sortas="b-lzma">lzma</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
 
       <varlistentry id="lzcat">
         <term><command>lzcat</command></term>
@@ -81,12 +71,82 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="lzcmp">
+        <term><command>lzcmp</command></term>
+        <listitem>
+          <para>Compares lzma compressed files</para>
+          <indexterm zone="ch-system-lzma lzcmp">
+            <primary sortas="b-lzcmp">lzcmp</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="lzdiff">
+        <term><command>lzdiff</command></term>
+        <listitem>
+          <para>Compares lzma compressed files</para>
+          <indexterm zone="ch-system-lzma lzdiff">
+            <primary sortas="b-lzdiff">lzdiff</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="lzegrep">
+        <term><command>lzegrep</command></term>
+        <listitem>
+          <para>Runs <command>egrep</command> on lzma compressed files</para>
+          <indexterm zone="ch-system-lzma lzegrep">
+            <primary sortas="b-lzegrep">lzegrep</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="lzfgrep">
+        <term><command>lzfgrep</command></term>
+        <listitem>
+          <para>Runs <command>fgrep</command> on lzma compressed files</para>
+          <indexterm zone="ch-system-lzma lzfgrep">
+            <primary sortas="b-lzfgrep">lzfgrep</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="lzgrep">
+        <term><command>lzgrep</command></term>
+        <listitem>
+          <para>Runs <command>grep</command> on lzma compressed files</para>
+          <indexterm zone="ch-system-lzma lzgrep">
+            <primary sortas="b-lzgrep">lzgrep</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="lzless">
+        <term><command>lzless</command></term>
+        <listitem>
+          <para>Runs <command>less</command> on lzma files</para>
+          <indexterm zone="ch-system-lzma lzless">
+            <primary sortas="b-lzless">lzless</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="lzma">
+        <term><command>lzma</command></term>
+        <listitem>
+          <para>Compresses lzma files</para>
+          <indexterm zone="ch-system-lzma lzma">
+            <primary sortas="b-lzma">lzma</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="lzmadec">
         <term><command>lzmadec</command></term>
         <listitem>
           <para>Decompresses lzma files</para>
           <indexterm zone="ch-system-lzma lzmadec">
-            <primary sortas="b-lzmadec">lzmaadec</primary>
+            <primary sortas="b-lzmadec">lzmadec</primary>
           </indexterm>
         </listitem>
       </varlistentry>
@@ -101,22 +161,22 @@
         </listitem>
       </varlistentry>
 
-      <varlistentry id="lzmaless">
-        <term><command>lzmaless</command></term>
+      <varlistentry id="lzmore">
+        <term><command>lzmore</command></term>
         <listitem>
-          <para>Runs <command>less</command> on lzma files</para>
-          <indexterm zone="ch-system-lzma lzmaless">
-            <primary sortas="b-lzmaless">lzmaless</primary>
+          <para>Runs <command>more</command> on lzma files</para>
+          <indexterm zone="ch-system-lzma lzmore">
+            <primary sortas="b-lzmore">lzmore</primary>
           </indexterm>
         </listitem>
       </varlistentry>
 
-      <varlistentry id="lzmamore">
-        <term><command>lzmamore</command></term>
+      <varlistentry id="unlzma">
+        <term><command>unlzma</command></term>
         <listitem>
-          <para>Runs <command>more</command> on lzma files</para>
-          <indexterm zone="ch-system-lzma lzmamore">
-            <primary sortas="b-lzmamore">lzmamore</primary>
+          <para>Uncompresses lzma files</para>
+          <indexterm zone="ch-system-lzma unlzma">
+            <primary sortas="b-unlzma">unlzma</primary>
           </indexterm>
         </listitem>
       </varlistentry>

Modified: trunk/BOOK/final-system/common/ncurses.xml
==============================================================================
--- trunk/BOOK/final-system/common/ncurses.xml (original)
+++ trunk/BOOK/final-system/common/ncurses.xml Thu Jan 15 05:10:52 2009
@@ -85,8 +85,8 @@
 
       <seglistitem>
         <seg>captoinfo (link to tic), clear, infocmp, infotocap (link to tic),
-        ncursesw5-config, reset (link to tset), tack, tic, toe, tput, and tset</seg>
-        <seg>libcursesw.so (link to libncurses.so), libformw.[a,so],
+        ncursesw5-config, reset (link to tset), tabs, tic, toe, tput, and tset</seg>
+        <seg>libcursesw.so (link to libncursesw.so), libformw.[a,so],
         libmenuw.[a,so], libncurses++w.a, libncursesw.[a,so], and
         libpanelw.[a,so]</seg>
       </seglistitem>
@@ -157,13 +157,12 @@
         </listitem>
       </varlistentry>
 
-      <varlistentry id="tack">
-        <term><command>tack</command></term>
-        <listitem>
-          <para>The terminfo action checker; it is mainly used to test the
-          accuracy of an entry in the terminfo database</para>
-          <indexterm zone="ch-system-ncurses tack">
-            <primary sortas="b-tack">tack</primary>
+      <varlistentry id="tabs">
+        <term><command>tabs</command></term>
+        <listitem>
+          <para>Sets and clears tab stops on a terminal</para>
+          <indexterm zone="ch-system-ncurses tabs">
+            <primary sortas="b-tabs">tabs</primary>
           </indexterm>
         </listitem>
       </varlistentry>

Modified: trunk/BOOK/final-system/common/perl.xml
==============================================================================
--- trunk/BOOK/final-system/common/perl.xml (original)
+++ trunk/BOOK/final-system/common/perl.xml Thu Jan 15 05:10:52 2009
@@ -114,11 +114,13 @@
       <segtitle>Installed libraries</segtitle>
 
       <seglistitem>
-        <seg>a2p, c2ph, cpan, dprofpp, enc2xs, find2perl, h2ph, h2xs, instmodsh, libnetcfg,
-        perl, perl&perl-version; (link to perl), perlbug, perlcc, perldoc,
-        perlivp, piconv, pl2pm, pod2html, pod2latex, pod2man, pod2text,
-        pod2usage, podchecker, podselect, prove, psed (link to s2p), pstruct (link
-        to c2ph), s2p, splain, and xsubpp</seg>
+        <seg>a2p, c2ph, config_data, corelist, cpan, cpan2dist, cpanp,
+        cpanp-run-perl, dprofpp, enc2xs, find2perl, h2ph, h2xs, instmodsh,
+        libnetcfg, perl, perl&perl-version; (link to perl), perlbug, perlcc,
+        perldoc, perlivp, piconv, pl2pm, pod2html, pod2latex, pod2man, pod2text,
+        pod2usage, podchecker, podselect, prove, psed (link to s2p),
+        pstruct (link to c2ph), ptar, ptardiff, s2p, shasum, splain, and
+        xsubpp</seg>
         <seg>Several hundred which cannot all be listed here</seg>
       </seglistitem>
     </segmentedlist>
@@ -149,12 +151,62 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="config_data">
+        <term><command>config_data</command></term>
+        <listitem>
+          <para>Queries or changes configuration of Perl modules</para>
+          <indexterm zone="ch-system-perl config_data">
+            <primary sortas="b-config_data">config_data</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="corelist">
+        <term><command>corelist</command></term>
+        <listitem>
+          <para>A commandline frontend to Module::CoreList</para>
+          <indexterm zone="ch-system-perl corelist">
+            <primary sortas="b-corelist">corelist</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="cpan">
         <term><command>cpan</command></term>
         <listitem>
           <para>Shell script that provides a command interface to CPAN.pm</para>
           <indexterm zone="ch-system-perl cpan">
             <primary sortas="b-cpan">cpan</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="cpan2dist">
+        <term><command>cpan2dist</command></term>
+        <listitem>
+          <para>The CPANPLUS distribution creator</para>
+          <indexterm zone="ch-system-perl cpan2dist">
+            <primary sortas="b-cpan2dist">cpan2dist</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="cpanp">
+        <term><command>cpanp</command></term>
+        <listitem>
+          <para>The CPANPLUS launcher</para>
+          <indexterm zone="ch-system-perl cpanp">
+            <primary sortas="b-cpanp">cpanp</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="cpanp-run-perl">
+        <term><command>cpanp-run-perl</command></term>
+        <listitem>
+          <para>Perl script that (description needed)</para>
+          <indexterm zone="ch-system-perl cpanp-run-perl">
+            <primary sortas="b-cpanp-run-perl">cpanp-run-perl</primary>
           </indexterm>
         </listitem>
       </varlistentry>
@@ -213,6 +265,17 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="instmodsh">
+        <term><command>instmodsh</command></term>
+        <listitem>
+          <para>A shell script for examining installed Perl modules,
+          and can even create a tarball from an installed module</para>
+          <indexterm zone="ch-system-perl instmodsh">
+            <primary sortas="b-instmodsh">instmodsh</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="libnetcfg">
         <term><command>libnetcfg</command></term>
         <listitem>
@@ -220,17 +283,6 @@
           <filename class="libraryfile">libnet</filename></para>
           <indexterm zone="ch-system-perl libnetcfg">
             <primary sortas="b-libnetcfg">libnetcfg</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="instmodsh">
-        <term><command>instmodsh</command></term>
-        <listitem>
-          <para>A shell script for examining installed Perl modules,
-          and can even create a tarball from an installed module</para>
-          <indexterm zone="ch-system-perl instmodsh">
-            <primary sortas="b-instmodsh">instmodsh</primary>
           </indexterm>
         </listitem>
       </varlistentry>
@@ -425,6 +477,27 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="ptar">
+        <term><command>ptar</command></term>
+        <listitem>
+          <para>A <command>tar</command>-like program written in Perl</para>
+          <indexterm zone="ch-system-perl ptar">
+            <primary sortas="b-ptar">ptar</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="ptardiff">
+        <term><command>ptardiff</command></term>
+        <listitem>
+          <para>A Perl program that compares an extracted archive with an
+          unextracted one</para>
+          <indexterm zone="ch-system-perl ptardiff">
+            <primary sortas="b-ptardiff">ptardiff</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="s2p">
         <term><command>s2p</command></term>
         <listitem>
@@ -435,6 +508,16 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="shasum">
+        <term><command>shasum</command></term>
+        <listitem>
+          <para>Prints or checks SHA checksums</para>
+          <indexterm zone="ch-system-perl shasum">
+            <primary sortas="b-shasum">shasum</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="splain">
         <term><command>splain</command></term>
         <listitem>

Modified: trunk/BOOK/final-system/common/psmisc.xml
==============================================================================
--- trunk/BOOK/final-system/common/psmisc.xml (original)
+++ trunk/BOOK/final-system/common/psmisc.xml Thu Jan 15 05:10:52 2009
@@ -78,7 +78,7 @@
       <segtitle>Installed programs</segtitle>
 
       <seglistitem>
-        <seg>fuser, killall, pstree, and pstree.x11 (link to pstree)</seg>
+        <seg>fuser, killall, oldfuser, peekfd, pstree, and pstree.x11 (link to pstree)</seg>
       </seglistitem>
     </segmentedlist>
 
@@ -120,6 +120,16 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="peekfd">
+        <term><command>peekfd</command></term>
+        <listitem>
+          <para> Peeks at file descriptors of running processes</para>
+          <indexterm zone="ch-system-psmisc peekfd">
+            <primary sortas="b-peekfd">peekfd</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="pstree">
         <term><command>pstree</command></term>
         <listitem>

Modified: trunk/BOOK/final-system/common/texinfo.xml
==============================================================================
--- trunk/BOOK/final-system/common/texinfo.xml (original)
+++ trunk/BOOK/final-system/common/texinfo.xml Thu Jan 15 05:10:52 2009
@@ -63,8 +63,8 @@
       <segtitle>Installed programs</segtitle>
 
       <seglistitem>
-        <seg>info, infokey, install-info, makeinfo, texi2dvi, texi2pdf,
-        and texindex</seg>
+        <seg>info, infokey, install-info, makeinfo, pdftexi2dvi, texi2dvi,
+        texi2pdf, and texindex</seg>
       </seglistitem>
     </segmentedlist>
 
@@ -119,6 +119,16 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="pdftexi2dvi">
+        <term><command>pdftexi2dvi</command></term>
+        <listitem>
+          <para>Shell script that run <command>texi2dvi --pdf</command></para>
+          <indexterm zone="ch-system-texinfo pdftexi2dvi">
+            <primary sortas="b-pdftexi2dvi">pdftexi2dvi</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="texi2dvi">
         <term><command>texi2dvi</command></term>
         <listitem>

Modified: trunk/BOOK/final-system/common/util-linux-ng.xml
==============================================================================
--- trunk/BOOK/final-system/common/util-linux-ng.xml (original)
+++ trunk/BOOK/final-system/common/util-linux-ng.xml Thu Jan 15 05:10:52 2009
@@ -109,14 +109,15 @@
       <segtitle>Installed programs</segtitle>
 
       <seglistitem>
-        <seg>addpart, agetty, blockdev, cal, cfdisk, chkdupexe, col, colcrt,
-        colrm, column, ctrlaltdel, cytune, ddate, delpart, dmesg, fdformat,
-        fdisk, flock, fsck.cramfs, fsck.minix, getopt, hexdump, hwclock, ionice,
-        ipcrm, ipcs, isosize, ldattach, line, logger, look, losetup, mcookie,
-        mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap, more, mount, namei,
-        partx, pg, pivot_root, readprofile, rename, renice, rev, rtcwake, script,
-        scriptreplay, setarch, setsid, setterm, sfdisk, swapoff (link to swapon),
-        swapon, tailf, taskset, tunelp, ul, umount, whereis, and write</seg>
+        <seg>addpart, agetty, blockdev, cal, cfdisk, chkdupexe, chrt, col,
+        colcrt, colrm, column, ctrlaltdel, cytune, ddate, delpart, dmesg,
+        fdformat, fdisk, flock, fsck.cramfs, fsck.minix, getopt, hexdump,
+        hwclock, ionice, ipcrm, ipcs, isosize, ldattach, line, logger, look,
+        losetup, mcookie, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap,
+        more, mount, namei, partx, pg, pivot_root, readprofile, rename, renice,
+        rev, rtcwake, script, scriptreplay, setarch, setsid, setterm, sfdisk,
+        swapoff (link to swapon), swapon, tailf, taskset, tunelp, ul, umount,
+        whereis, and write</seg>
       </seglistitem>
     </segmentedlist>
 
@@ -183,6 +184,16 @@
           <para>Finds duplicate executables</para>
           <indexterm zone="ch-system-util-linux-ng chkdupexe">
             <primary sortas="b-chkdupexe">chkdupexe</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="chrt">
+        <term><command>chrt</command></term>
+        <listitem>
+          <para>Manipulates real-time attributes of a process</para>
+          <indexterm zone="ch-system-util-linux-ng chrt">
+            <primary sortas="b-chrt">chrt</primary>
           </indexterm>
         </listitem>
       </varlistentry>

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Thu Jan 15 05:10:52 2009
@@ -35,6 +35,16 @@
       </itemizedlist>
     </listitem>
 -->
+
+    <listitem>
+      <para>January 15, 2009</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Updated lists of installed programs for several
+          packages.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>January 14, 2009</para>




More information about the Clfs-commits mailing list