Ticket #2678: installed-program-updates.patch

File installed-program-updates.patch, 15.3 KB (added by chris@…, 14 years ago)
  • trunk/BOOK/chapter06/perl.xml

     
    125125        <seg>a2p, c2ph, config_data, corelist, cpan, cpan2dist, cpanp,
    126126        cpanp-run-perl, dprofpp, enc2xs, find2perl, h2ph, h2xs,
    127127        instmodsh, libnetcfg, perl, perl&perl-version; (link to perl),
    128         perlbug, perldoc, perlivp, piconv, pl2pm, pod2html, pod2latex,
    129         pod2man, pod2text, pod2usage, podchecker, podselect, prove,
    130         psed (link to s2p), pstruct (link to c2ph), ptar, ptardiff, s2p,
    131         shasum, splain, and xsubpp</seg>
     128        perlbug, perldoc, perlivp, perlthanks (link to perlbug), piconv, pl2pm,
     129        pod2html, pod2latex, pod2man, pod2text, pod2usage, podchecker,
     130        podselect, prove, psed (link to s2p), pstruct (link to c2ph), ptar,
     131        ptardiff, s2p, shasum, splain, and xsubpp</seg>
    132132        <seg>Several hundred which cannot all be listed here</seg>
    133133        <seg>/usr/lib/perl5</seg>
    134134      </seglistitem>
     
    354354        </listitem>
    355355      </varlistentry>
    356356
     357      <varlistentry id="perlthanks">
     358        <term><command>perlthanks</command></term>
     359        <listitem>
     360          <para>Used to generate thank you messages to mail to the Perl
     361          developers</para>
     362          <indexterm zone="ch-system-perl perlthanks">
     363            <primary sortas="b-perlthanks">perlthanks</primary>
     364          </indexterm>
     365        </listitem>
     366      </varlistentry>
     367
    357368      <varlistentry id="piconv">
    358369        <term><command>piconv</command></term>
    359370        <listitem>
  • trunk/BOOK/chapter06/coreutils.xml

     
    140140
    141141    <segmentedlist>
    142142      <segtitle>Installed programs</segtitle>
     143      <segtitle>Installed library</segtitle>
    143144      <segtitle>Installed directory</segtitle>
    144145
    145146      <seglistitem>
     
    153154        split, stat, stdbuf, stty, sum, sync, tac, tail, tee, test, timeout,
    154155        touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq, unlink,
    155156        users, vdir, wc, who, whoami, and yes</seg>
     157        <seg>libstdbuf.so</seg>
    156158        <seg>/usr/lib/coreutils</seg>
    157159      </seglistitem>
    158160    </segmentedlist>
     
    11911193        </listitem>
    11921194      </varlistentry>
    11931195
     1196      <varlistentry id="libstdbuf">
     1197        <term><filename class="libraryfile">libstdbuf</filename></term>
     1198        <listitem>
     1199          <para>Library used by <command>stdbuf</command></para>
     1200          <indexterm zone="ch-system-coreutils libstdbuf">
     1201            <primary sortas="c-libstdbuf">libstdbuf</primary>
     1202          </indexterm>
     1203        </listitem>
     1204      </varlistentry>
     1205
    11941206    </variablelist>
    11951207
    11961208  </sect2>
  • trunk/BOOK/chapter06/util-linux-ng.xml

     
    109109      <seglistitem>
    110110        <seg>addpart, agetty, arch, blkid, blockdev, cal, cfdisk, chkdupexe,
    111111        chrt, col, colcrt, colrm, column, ctrlaltdel, cytune, ddate, delpart,
    112         dmesg, fdformat, fdisk, findfs, flock, fsck, fsck.cramfs, fsck.minix,
    113         getopt, hexdump, hwclock, i386, ionice, ipcmk, ipcrm, ipcs, isosize,
    114         ldattach, line, linux32, linux64, logger, look, losetup, lscpu,
     112        dmesg, fallocate, fdformat, fdisk, findfs, flock, fsck, fsck.cramfs,
     113        fsck.minix, getopt, hexdump, hwclock, i386, ionice, ipcmk, ipcrm, ipcs,
     114        isosize, ldattach, line, linux32, linux64, logger, look, losetup, lscpu,
    115115        mcookie, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap, more, mount,
    116116        namei, partx, pg, pivot_root, readprofile, rename, renice, rev,
    117117        rtcwake, script, scriptreplay, setarch, setsid, setterm, sfdisk,
    118118        swapoff (link to swapon), swapon, switch_root, tailf, taskset, tunelp,
    119         ul, umount, uuidd, uuidgen, wall, whereis, and write</seg>
     119        ul, umount, unshare, uuidd, uuidgen, wall, whereis, wipefs, and write</seg>
    120120        <seg>libblkid.{a,so}, libuuid.{a,so}</seg>
    121121        <seg>/usr/share/getopt, /var/lib/hwclock</seg>
    122122      </seglistitem>
     
    314314        </listitem>
    315315      </varlistentry>
    316316
     317      <varlistentry id="fallocate">
     318        <term><command>fallocate</command></term>
     319        <listitem>
     320          <para>Preallocates space to a file</para>
     321          <indexterm zone="ch-system-util-linux-ng fallocate">
     322            <primary sortas="b-fallocate">fallocate</primary>
     323          </indexterm>
     324        </listitem>
     325      </varlistentry>
     326
    317327      <varlistentry id="fdformat">
    318328        <term><command>fdformat</command></term>
    319329        <listitem>
     
    884894        </listitem>
    885895      </varlistentry>
    886896
     897      <varlistentry id="unshare">
     898        <term><command>unshare</command></term>
     899        <listitem>
     900          <para>Runs a program with some namespaces unshared from parent</para>
     901          <indexterm zone="ch-system-util-linux-ng unshare">
     902            <primary sortas="b-unshare">unshare</primary>
     903          </indexterm>
     904        </listitem>
     905      </varlistentry>
     906
    887907      <varlistentry id="uuidd">
    888908        <term><command>uuidd</command></term>
    889909        <listitem>
     
    929949        </listitem>
    930950      </varlistentry>
    931951
     952      <varlistentry id="wipefs">
     953        <term><command>wipefs</command></term>
     954        <listitem>
     955          <para>Wipes a filesystem signature from a device</para>
     956          <indexterm zone="ch-system-util-linux-ng wipefs">
     957            <primary sortas="b-wipefs">wipefs</primary>
     958          </indexterm>
     959        </listitem>
     960      </varlistentry>
     961
    932962      <varlistentry id="write">
    933963        <term><command>write</command></term>
    934964        <listitem>
  • trunk/BOOK/chapter06/grub.xml

     
    7474      <segtitle>Installed directories</segtitle>
    7575
    7676      <seglistitem>
    77         <seg>grub-editenv, grub-mkelfimage, grub-mkfont, grub-mkimage,
    78         grub-mkrescue, grub-dumpbios, grub-install, grub-mkconfig,
    79         grub-mkdevicemap,  grub-probe, grub-setup</seg>
    80 
     77        <seg>grub-bin2h, grub-editenv, grub-install, grub-mkconfig,
     78        grub-mkdevicemap, grub-mkelfimage, grub-mkimage, grub-mkisofs,
     79        grub-mkpasswd-pbkdf2, grub-mkrelpath, grub-mkrescue, grub-probe,
     80        grub-reboot, grub-script-check, grub-set-default, grub-setup</seg>
    8181        <seg>/usr/lib/grub, /etc/grub.d, /usr/share/grub</seg>
    8282      </seglistitem>
    8383    </segmentedlist>
     
    8787      <?dbfo list-presentation="list"?>
    8888      <?dbhtml list-presentation="table"?>
    8989
     90      <varlistentry id="grub-bin2h">
     91        <term><command>grub-bin2h</command></term>
     92        <listitem>
     93          <para>Converts a binary file to a C header</para>
     94          <indexterm zone="ch-system-grub grub-bin2h">
     95            <primary sortas="b-grub-bin2h">grub-bin2h</primary>
     96          </indexterm>
     97        </listitem>
     98      </varlistentry>
     99
    90100      <varlistentry id="grub-editenv">
    91101        <term><command>grub-editenv</command></term>
    92102        <listitem>
     
    97107        </listitem>
    98108      </varlistentry>
    99109
    100       <varlistentry id="grub-mkelfimage">
    101         <term><command>grub-mkelfimage</command></term>
     110      <varlistentry id="grub-install">
     111        <term><command>grub-install</command></term>
    102112        <listitem>
    103           <para>Make a bootable image of GRUB</para>
    104           <indexterm zone="ch-system-grub grub-mkelfimage">
    105             <primary sortas="b-grub-mkelfimage">grub-mkelfimage</primary>
     113          <para>Install GRUB on your drive</para>
     114          <indexterm zone="ch-system-grub grub-install">
     115            <primary sortas="b-grub-install">grub-install</primary>
    106116          </indexterm>
    107117        </listitem>
    108118      </varlistentry>
    109119
    110       <varlistentry id="grub-mkfont">
    111         <term><command>grub-mkfont</command></term>
     120      <varlistentry id="grub-mkconfig">
     121        <term><command>grub-mkconfig</command></term>
    112122        <listitem>
    113           <para>Update fonts for GRUB use</para>
    114           <indexterm zone="ch-system-grub grub-mkfont">
    115             <primary sortas="b-grub-mkfont">grub-mkfont</primary>
     123          <para>Generate a grub config file</para>
     124          <indexterm zone="ch-system-grub grub-mkconfig">
     125            <primary sortas="b-grub-mkconfig">grub-mkconfig</primary>
    116126          </indexterm>
    117127        </listitem>
    118128      </varlistentry>
    119129
    120       <varlistentry id="grub-mkimage">
    121         <term><command>grub-mkimage</command></term>
     130      <varlistentry id="grub-mkdevicemap">
     131        <term><command>grub-mkdevicemap</command></term>
    122132        <listitem>
     133          <para>Generate a device map file automatically</para>
     134          <indexterm zone="ch-system-grub grub-mkdevicemap">
     135            <primary sortas="b-grub-mkdevicemap">grub-mkdevicemap</primary>
     136          </indexterm>
     137        </listitem>
     138      </varlistentry>
     139
     140      <varlistentry id="grub-mkelfimage">
     141        <term><command>grub-mkelfimage</command></term>
     142        <listitem>
    123143          <para>Make a bootable image of GRUB</para>
    124           <indexterm zone="ch-system-grub grub-mkimage">
    125             <primary sortas="b-grub-mkimage">grub-mkimage</primary>
     144          <indexterm zone="ch-system-grub grub-mkelfimage">
     145            <primary sortas="b-grub-mkelfimage">grub-mkelfimage</primary>
    126146          </indexterm>
    127147        </listitem>
    128148      </varlistentry>
    129149
    130       <varlistentry id="grub-mkrescue">
    131         <term><command>grub-mkrescue</command></term>
     150      <varlistentry id="grub-mkimage">
     151        <term><command>grub-mkimage</command></term>
    132152        <listitem>
    133           <para>Make a bootable image of GRUB suitable for a floppy disk</para>
    134           <indexterm zone="ch-system-grub grub-mkrescue">
    135             <primary sortas="b-grub-mkrescue">grub-mkrescue</primary>
     153          <para>Make a bootable image of GRUB</para>
     154          <indexterm zone="ch-system-grub grub-mkimage">
     155            <primary sortas="b-grub-mkimage">grub-mkimage</primary>
    136156          </indexterm>
    137157        </listitem>
    138158      </varlistentry>
    139159
    140       <varlistentry id="grub-dumpbios">
    141         <term><command>grub-dumpbios</command></term>
     160      <varlistentry id="grub-mkisofs">
     161        <term><command>grub-mkisofs</command></term>
    142162        <listitem>
    143           <para>Create vbios and int10 dump</para>
    144           <indexterm zone="ch-system-grub grub-dumpbios">
    145             <primary sortas="b-grub-dumpbios">grub-dumpbios</primary>
     163          <para>Creates a bootable ISO image</para>
     164          <indexterm zone="ch-system-grub grub-mkisofs">
     165            <primary sortas="b-grub-mkisofs">grub-mkisofs</primary>
    146166          </indexterm>
    147167        </listitem>
    148168      </varlistentry>
    149169
    150       <varlistentry id="grub-install">
    151         <term><command>grub-install</command></term>
     170      <varlistentry id="grub-mkpasswd-pbkdf2">
     171        <term><command>grub-mkpasswd-pbkdf2</command></term>
    152172        <listitem>
    153           <para>Install GRUB on your drive</para>
    154           <indexterm zone="ch-system-grub grub-install">
    155             <primary sortas="b-grub-install">grub-install</primary>
     173          <para>Generates an encrypted PBKDF2 password for use in the boot
     174          menu</para>
     175          <indexterm zone="ch-system-grub grub-mkpasswd-pbkdf2">
     176            <primary sortas="b-grub-mkpasswd-pbkdf2">grub-mkpasswd-pbkdf2</primary>
    156177          </indexterm>
    157178        </listitem>
    158179      </varlistentry>
    159180
    160       <varlistentry id="grub-mkconfig">
    161         <term><command>grub-mkconfig</command></term>
     181      <varlistentry id="grub-mkrelpath">
     182        <term><command>grub-mkrelpath</command></term>
    162183        <listitem>
    163           <para>Generate a grub config file</para>
    164           <indexterm zone="ch-system-grub grub-mkconfig">
    165             <primary sortas="b-grub-mkconfig">grub-mkconfig</primary>
     184          <para>Makes a system pathname relative to its root</para>
     185          <indexterm zone="ch-system-grub grub-mkrelpath">
     186            <primary sortas="b-grub-mkrelpath">grub-mkrelpath</primary>
    166187          </indexterm>
    167188        </listitem>
    168189      </varlistentry>
    169190
    170       <varlistentry id="grub-mkdevicemap">
    171         <term><command>grub-mkdevicemap</command></term>
     191      <varlistentry id="grub-mkrescue">
     192        <term><command>grub-mkrescue</command></term>
    172193        <listitem>
    173           <para>Generate a device map file automatically</para>
    174           <indexterm zone="ch-system-grub grub-mkdevicemap">
    175             <primary sortas="b-grub-mkdevicemap">grub-mkdevicemap</primary>
     194          <para>Make a bootable image of GRUB suitable for a floppy disk</para>
     195          <indexterm zone="ch-system-grub grub-mkrescue">
     196            <primary sortas="b-grub-mkrescue">grub-mkrescue</primary>
    176197          </indexterm>
    177198        </listitem>
    178199      </varlistentry>
     
    187208        </listitem>
    188209      </varlistentry>
    189210
     211      <varlistentry id="grub-reboot">
     212        <term><command>grub-reboot</command></term>
     213        <listitem>
     214          <para>Sets the default boot entry for GRUB for the next boot only</para>
     215          <indexterm zone="ch-system-grub grub-reboot">
     216            <primary sortas="b-grub-reboot">grub-reboot</primary>
     217          </indexterm>
     218        </listitem>
     219      </varlistentry>
     220
     221      <varlistentry id="grub-script-check">
     222        <term><command>grub-script-check</command></term>
     223        <listitem>
     224          <para>Checks GRUB configuration script for syntax errors</para>
     225          <indexterm zone="ch-system-grub grub-script-check">
     226            <primary sortas="b-grub-script-check">grub-script-check</primary>
     227          </indexterm>
     228        </listitem>
     229      </varlistentry>
     230
     231      <varlistentry id="grub-set-default">
     232        <term><command>grub-set-default</command></term>
     233        <listitem>
     234          <para>Sets the default boot entry for GRUB</para>
     235          <indexterm zone="ch-system-grub grub-set-default">
     236            <primary sortas="b-grub-set-default">grub-set-default</primary>
     237          </indexterm>
     238        </listitem>
     239      </varlistentry>
     240
    190241      <varlistentry id="grub-setup">
    191242        <term><command>grub-setup</command></term>
    192243        <listitem>
  • trunk/BOOK/chapter06/psmisc.xml

     
    7474      <segtitle>Installed programs</segtitle>
    7575
    7676      <seglistitem>
    77         <seg>fuser, killall, peekfd, pstree, and pstree.x11 (link to pstree)</seg>
     77        <seg>fuser, killall, peekfd, prtstat, pstree, and pstree.x11 (link to pstree)</seg>
    7878      </seglistitem>
    7979    </segmentedlist>
    8080
     
    116116        </listitem>
    117117      </varlistentry>
    118118
     119      <varlistentry id="prtstat">
     120        <term><command>prtstat</command></term>
     121        <listitem>
     122          <para>Prints information about a process</para>
     123          <indexterm zone="ch-system-psmisc prtstat">
     124            <primary sortas="b-prtstat">prtstat</primary>
     125          </indexterm>
     126        </listitem>
     127      </varlistentry>
     128
    119129      <varlistentry id="pstree">
    120130        <term><command>pstree</command></term>
    121131        <listitem>