Changeset 7bb9fda


Ignore:
Timestamp:
02/10/2015 09:54:19 PM (9 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.7, 7.8, 7.9, 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:
7b1923d
Parents:
e80267c
Message:

Minor text and punctuation updates

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

Location:
chapter06
Files:
27 edited

Legend:

Unmodified
Added
Removed
  • chapter06/autoconf.xml

    re80267c r7bb9fda  
    8888        <listitem>
    8989          <para>Produces shell scripts that automatically configure software
    90           source code packages to adapt to many kinds of Unix-like systems.
    91           The configuration scripts it produces are independent&mdash;running
     90          source code packages to adapt to many kinds of Unix-like systems;
     91          the configuration scripts it produces are independent&mdash;running
    9292          them does not require the <command>autoconf</command> program</para>
    9393          <indexterm zone="ch-system-autoconf autoconf">
     
    165165          <para>Helps when writing <filename>configure.in</filename> files
    166166          for a software package; it prints the identifiers that the package
    167           uses in C preprocessor conditionals. If a package has already been set
     167          uses in C preprocessor conditionals [If a package has already been set
    168168          up to have some portability, this program can help determine what
    169169          <command>configure</command> needs to check for. It can also fill in
    170170          gaps in a <filename>configure.in</filename> file generated by
    171           <command>autoscan</command></para>
     171          <command>autoscan</command>.]</para>
    172172          <indexterm zone="ch-system-autoconf ifnames">
    173173            <primary sortas="b-ifnames">ifnames</primary>
  • chapter06/automake.xml

    re80267c r7bb9fda  
    7878        depcomp, install-sh, mdate-sh, missing, mkinstalldirs,
    7979        py-compile, and ylwrap</seg>
    80         <seg>/usr/share/aclocal-&am-minor-version;, /usr/share/automake-&am-minor-version;,
     80        <seg>/usr/share/aclocal-&am-minor-version;, /usr/share/automake-&am-minor-version;, and
    8181        /usr/share/doc/automake-&automake-version;</seg>
    8282      </seglistitem>
     
    114114          <para>A tool for automatically generating
    115115          <filename>Makefile.in</filename> files from
    116           <filename>Makefile.am</filename> files. To create all the
     116          <filename>Makefile.am</filename> files [To create all the
    117117          <filename>Makefile.in</filename> files for a package, run this program
    118118          in the top-level directory. By scanning the
    119119          <filename>configure.in</filename> file, it automatically finds each
    120120          appropriate <filename>Makefile.am</filename> file and generates the
    121           corresponding <filename>Makefile.in</filename> file</para>
     121          corresponding <filename>Makefile.in</filename> file.]</para>
    122122          <indexterm zone="ch-system-automake automake">
    123123            <primary sortas="b-automake">automake</primary>
  • chapter06/binutils.xml

    re80267c r7bb9fda  
    130130        <seg>addr2line, ar, as, c++filt, elfedit, gprof, ld, ld.bfd, nm,
    131131        objcopy, objdump, ranlib, readelf, size, strings, and strip</seg>
    132         <seg><!--libiberty.a,--> libbfd.{a,so}, and libopcodes.{a,so}</seg>
     132        <seg>libbfd.{a,so} and libopcodes.{a,so}</seg>
    133133        <seg>/usr/lib/ldscripts</seg>
    134134      </seglistitem>
     
    316316        </listitem>
    317317      </varlistentry>
    318 <!--
    319       <varlistentry id="libiberty">
    320         <term><filename class="libraryfile">libiberty</filename></term>
    321         <listitem>
    322           <para>Contains routines used by various GNU programs, including
    323           <command>getopt</command>, <command>obstack</command>,
    324           <command>strerror</command>, <command>strtol</command>, and
    325           <command>strtoul</command></para>
    326           <indexterm zone="ch-system-binutils libiberty">
    327             <primary sortas="c-libiberty">libiberty</primary>
    328           </indexterm>
    329         </listitem>
    330       </varlistentry>
    331 -->
     318
    332319      <varlistentry id="libbfd">
    333320        <term><filename class="libraryfile">libbfd</filename></term>
  • chapter06/coreutils.xml

    re80267c r7bb9fda  
    608608        <term><command>mkfifo</command></term>
    609609        <listitem>
    610           <para>Creates First-In, First-Outs (FIFOs), a <quote>named
    611           pipe</quote> in UNIX parlance, with the given names</para>
     610          <para>Creates First-In, First-Outs (FIFOs), a "named
     611          pipe" in UNIX parlance, with the given names</para>
    612612          <indexterm zone="ch-system-coreutils mkfifo">
    613613            <primary sortas="b-mkfifo">mkfifo</primary>
  • chapter06/e2fsprogs.xml

    re80267c r7bb9fda  
    177177        libquota.a, and libss.{a,so}</seg>
    178178        <seg>/usr/include/e2p, /usr/include/et, /usr/include/ext2fs,
    179         /usr/include/quota, /usr/include/ss, /usr/share/et, /usr/share/ss</seg>
     179        /usr/include/quota, /usr/include/ss, /usr/share/et, and /usr/share/ss</seg>
    180180      </seglistitem>
    181181    </segmentedlist>
     
    295295        <listitem>
    296296          <para>Replays the undo log undo_log for an ext2/ext3/ext4 filesystem
    297           found on a device. This can be used to undo a failed operation by an
    298           e2fsprogs program</para>
     297          found on a device [This can be used to undo a failed operation by an
     298          e2fsprogs program.]</para>
    299299          <indexterm zone="ch-system-e2fsprogs e2undo">
    300300            <primary sortas="b-e2undo">e2undo</primary>
     
    327327        <listitem>
    328328          <para>By default checks <systemitem class="filesystem">ext2</systemitem>
    329           file systems. This is a hard link to <command>e2fsck</command></para>
     329          file systems and is a hard link to <command>e2fsck</command></para>
    330330          <indexterm zone="ch-system-e2fsprogs fsck.ext2">
    331331            <primary sortas="b-fsck.ext2">fsck.ext2</primary>
     
    338338        <listitem>
    339339          <para>By default checks <systemitem class="filesystem">ext3</systemitem>
    340           file systems. This is a hard link to <command>e2fsck</command></para>
     340          file systems and is a hard link to <command>e2fsck</command></para>
    341341          <indexterm zone="ch-system-e2fsprogs fsck.ext3">
    342342            <primary sortas="b-fsck.ext3">fsck.ext3</primary>
     
    349349        <listitem>
    350350          <para>By default checks <systemitem class="filesystem">ext4</systemitem>
    351           file systems. This is a hard link to <command>e2fsck</command></para>
     351          file systems and is a hard link to <command>e2fsck</command></para>
    352352          <indexterm zone="ch-system-e2fsprogs fsck.ext4">
    353353            <primary sortas="b-fsck.ext4">fsck.ext4</primary>
     
    360360        <listitem>
    361361          <para>By default checks <systemitem class="filesystem">ext4</systemitem>
    362           development file systems. This is a hard link to
     362          development file systems and is a hard link to
    363363          <command>e2fsck</command></para>
    364364          <indexterm zone="ch-system-e2fsprogs fsck.ext4dev">
     
    417417        <listitem>
    418418          <para>By default creates <systemitem class="filesystem">ext2</systemitem>
    419           file systems. This is a hard link to <command>mke2fs</command></para>
     419          file systems and is a hard link to <command>mke2fs</command></para>
    420420          <indexterm zone="ch-system-e2fsprogs mkfs.ext2">
    421421            <primary sortas="b-mkfs.ext2">mkfs.ext2</primary>
     
    428428        <listitem>
    429429          <para>By default creates <systemitem class="filesystem">ext3</systemitem>
    430           file systems. This is a hard link to <command>mke2fs</command></para>
     430          file systems and is a hard link to <command>mke2fs</command></para>
    431431          <indexterm zone="ch-system-e2fsprogs mkfs.ext3">
    432432            <primary sortas="b-mkfs.ext3">mkfs.ext3</primary>
     
    439439        <listitem>
    440440          <para>By default creates <systemitem class="filesystem">ext4</systemitem>
    441           file systems. This is a hard link to <command>mke2fs</command></para>
     441          file systems and is a hard link to <command>mke2fs</command></para>
    442442          <indexterm zone="ch-system-e2fsprogs mkfs.ext4">
    443443            <primary sortas="b-mkfs.ext4">mkfs.ext4</primary>
     
    450450        <listitem>
    451451          <para>By default creates <systemitem class="filesystem">ext4</systemitem>
    452           development file systems. This is a hard link to <command>mke2fs</command></para>
     452          development file systems and is a hard link to <command>mke2fs</command></para>
    453453          <indexterm zone="ch-system-e2fsprogs mkfs.ext4dev">
    454454            <primary sortas="b-mkfs.ext4dev">mkfs.ext4dev</primary>
  • chapter06/gawk.xml

    re80267c r7bb9fda  
    7777        readdir.so, readfile.so, revoutput.so, revtwoway.so, rwarray.so,
    7878        testext.so, and time.so</seg>
    79         <seg>/usr/lib/gawk, /usr/libexec/awk, /usr/share/awk,
     79        <seg>/usr/lib/gawk, /usr/libexec/awk, /usr/share/awk, and
    8080        /usr/share/doc/gawk-&gawk-version;</seg>
    8181      </seglistitem>
  • chapter06/gcc.xml

    re80267c r7bb9fda  
    315315        liblto_plugin.so,
    316316        libquadmath.{a,so}, libssp.{a,so},
    317         libssp_nonshared.a, libstdc++.{a,so}, libsupc++.a and libtsan.{a,so}</seg>
    318 
    319         <seg>/usr/include/c++, /usr/lib/gcc, /usr/libexec/gcc,
     317        libssp_nonshared.a, libstdc++.{a,so}, libsupc++.a, and libtsan.{a,so}</seg>
     318
     319        <seg>/usr/include/c++, /usr/lib/gcc, /usr/libexec/gcc, and
    320320        /usr/share/gcc-&gcc-version;</seg>
    321321      </seglistitem>
     
    493493        </listitem>
    494494      </varlistentry>
    495 <!--
    496       <varlistentry id="libmudflap">
    497         <term><filename class="libraryfile">libmudflap</filename></term>
    498         <listitem>
    499           <para>Contains routines that support GCC's bounds checking
    500           functionality</para>
    501           <indexterm zone="ch-system-gcc libmudflap">
    502             <primary sortas="c-libmudflap*">libmudflap*</primary>
    503           </indexterm>
    504         </listitem>
    505       </varlistentry>
    506 -->
     495
    507496      <varlistentry id="libquadmath">
    508497        <term><filename class="libraryfile">libquadmath</filename></term>
  • chapter06/gettext.xml

    re80267c r7bb9fda  
    7878        <seg>libasprintf.{a,so}, libgettextlib.so, libgettextpo.{a,so},
    7979        libgettextsrc.so, and preloadable_libintl.so</seg>
    80         <seg>/usr/lib/gettext, /usr/share/doc/gettext-&gettext-version;,
     80        <seg>/usr/lib/gettext, /usr/share/doc/gettext-&gettext-version;, and
    8181        /usr/share/gettext</seg>
    8282      </seglistitem>
  • chapter06/glibc.xml

    re80267c r7bb9fda  
    296296          tight and you do not intend to ever update the timezones, you could save
    297297          1.9MB by not using the <filename class="directory">posix</filename>
    298           directory, but some applications or test-suites might give less good
    299           results</para>
     298          directory, but some applications or test-suites might produce some
     299          failures.</para>
    300300        </listitem>
    301301      </varlistentry>
     
    418418        /usr/include/sys, /usr/lib/audit, /usr/lib/gconv, /usr/lib/locale,
    419419        /usr/libexec/getconf, /usr/share/i18n, /usr/share/zoneinfo,
    420         /var/cache/nscd, /var/lib/nss_db</seg>
     420        /var/cache/nscd, and /var/lib/nss_db</seg>
    421421      </seglistitem>
    422422    </segmentedlist>
  • chapter06/groff.xml

    re80267c r7bb9fda  
    8181        roff2html, roff2pdf, roff2ps, roff2text, roff2x, soelim, tbl, tfmtodit,
    8282        and troff</seg>
    83         <seg>/usr/lib/groff, /usr/share/doc/groff-&groff-version;,
     83        <seg>/usr/lib/groff and /usr/share/doc/groff-&groff-version;,
    8484        /usr/share/groff</seg>
    8585      </seglistitem>
  • chapter06/intltool.xml

    re80267c r7bb9fda  
    7171        <seg>intltool-extract, intltool-merge, intltool-prepare,
    7272        intltool-update, and intltoolize</seg>
    73         <seg>/usr/share/doc/intltool-&intltool-version;,
     73        <seg>/usr/share/doc/intltool-&intltool-version; and
    7474        /usr/share/intltool</seg>
    7575      </seglistitem>
  • chapter06/iproute2.xml

    re80267c r7bb9fda  
    9090        and tc</seg>
    9191        <seg>/etc/iproute2, /usr/lib/tc, /usr/share/doc/iproute2-&iproute2-version;,
    92         /usr/lib/tc</seg>
     92        and /usr/lib/tc</seg>
    9393      </seglistitem>
    9494    </segmentedlist>
     
    132132        <term><command>ifcfg</command></term>
    133133        <listitem>
    134           <para>A shell script wrapper for the <command>ip</command> command.
    135           Note that it requires the <command>arping</command> and
     134          <para>A shell script wrapper for the <command>ip</command> command
     135          [Note that it requires the <command>arping</command> and
    136136          <command>rdisk</command> programs from the
    137           iputils package found at <ulink url="http://www.skbuff.net/iputils/"/></para>
     137          iputils package found at <ulink url="http://www.skbuff.net/iputils/"/>.]</para>
    138138          <indexterm zone="ch-system-iproute2 ifcfg">
    139139            <primary sortas="b-ifcfg">ifcfg</primary>
     
    194194        <term><command>lnstat</command></term>
    195195        <listitem>
    196           <para>Provides Linux network statistics.  It is a generalized and more
     196          <para>Provides Linux network statistics; it is a generalized and more
    197197          feature-complete replacement for the old <command>rtstat</command>
    198198          program</para>
  • chapter06/kbd.xml

    re80267c r7bb9fda  
    137137        showconsolefont, showkey, unicode_start, and unicode_stop</seg>
    138138        <seg>/usr/share/consolefonts, /usr/share/consoletrans, /usr/share/keymaps,
    139         /usr/share/unimaps</seg>
     139        and /usr/share/unimaps</seg>
    140140      </seglistitem>
    141141    </segmentedlist>
     
    386386        <term><command>unicode_start</command></term>
    387387        <listitem>
    388           <para>Puts the keyboard and console in UNICODE mode. Don't use this
     388          <para>Puts the keyboard and console in UNICODE mode [Don't use this
    389389          program unless your keymap file is in the ISO-8859-1 encoding. For
    390           other encodings, this utility produces incorrect results</para>
     390          other encodings, this utility produces incorrect results.]</para>
    391391          <indexterm zone="ch-system-kbd unicode_start">
    392392            <primary sortas="b-unicode_start">unicode_start</primary>
  • chapter06/libtool.xml

    re80267c r7bb9fda  
    7777        <seg>libtool and libtoolize</seg>
    7878        <seg>libltdl.{a,so}</seg>
    79         <seg>/usr/include/libltdl, /usr/share/libtool</seg>
     79        <seg>/usr/include/libltdl and /usr/share/libtool</seg>
    8080      </seglistitem>
    8181    </segmentedlist>
  • chapter06/linux-headers.xml

    re80267c r7bb9fda  
    7777        /usr/include/drm/*.h, /usr/include/linux/*.h, /usr/include/mtd/*.h,
    7878        /usr/include/rdma/*.h, /usr/include/scsi/*.h, /usr/include/sound/*.h,
    79         /usr/include/video/*.h, /usr/include/xen/*.h</seg>
     79        /usr/include/video/*.h, and /usr/include/xen/*.h</seg>
    8080        <seg>/usr/include/asm, /usr/include/asm-generic, /usr/include/drm,
    8181        /usr/include/linux, /usr/include/mtd, /usr/include/rdma,
    82         /usr/include/scsi, /usr/include/sound, /usr/include/video, /usr/include/xen</seg>
     82        /usr/include/scsi, /usr/include/sound, /usr/include/video, and /usr/include/xen</seg>
    8383      </seglistitem>
    8484    </segmentedlist>
  • chapter06/m4.xml

    re80267c r7bb9fda  
    8181        <listitem>
    8282          <para>copies the given files while expanding the macros that they
    83           contain. These macros are either built-in or user-defined and can
     83          contain [These macros are either built-in or user-defined and can
    8484          take any number of arguments. Besides performing macro expansion,
    8585          <command>m4</command> has built-in functions for including named
     
    8787          manipulating text, recursion, etc. The <command>m4</command> program
    8888          can be used either as a front-end to a compiler or as a macro processor
    89           in its own right</para>
     89          in its own right.]</para>
    9090          <indexterm zone="ch-system-m4 m4">
    9191            <primary sortas="b-m4">m4</primary>
  • chapter06/man-db.xml

    re80267c r7bb9fda  
    281281        <seg>accessdb, apropos (link to whatis), catman, lexgrog, man, mandb,
    282282        manpath, whatis, and zsoelim</seg>
    283         <seg>libman.so, libmandb.so</seg>
    284         <seg>/usr/lib/man-db, /usr/libexec/man-db, /usr/share/doc/man-db-&man-db-version;</seg>
     283        <seg>libman.so and libmandb.so</seg>
     284        <seg>/usr/lib/man-db, /usr/libexec/man-db,
     285        and /usr/share/doc/man-db-&man-db-version;</seg>
    285286      </seglistitem>
    286287    </segmentedlist>
  • chapter06/ncurses.xml

    re80267c r7bb9fda  
    173173        <seg>libcursesw.{a,so} (symlink and linker script to libncursesw.{a,so}),
    174174        libformw.{a,so}, libmenuw.{a,so}, libncurses++w.a, libncursesw.{a,so},
    175         libpanelw.{a,so} and their non-wide-character counterparts without "w"
     175        libpanelw.{a,so}, and their non-wide-character counterparts without "w"
    176176        in the library names.</seg>
    177         <seg>/usr/share/tabset, /usr/share/terminfo,
     177        <seg>/usr/share/tabset, /usr/share/terminfo, and
    178178        /usr/share/doc/ncurses-&ncurses-version;</seg>
    179179      </seglistitem>
     
    260260          <para>The terminfo entry-description compiler that translates a
    261261          terminfo file from source format into the binary format needed for the
    262           ncurses library routines. A terminfo file contains information on the
    263           capabilities of a certain terminal</para>
     262          ncurses library routines [A terminfo file contains information on the
     263          capabilities of a certain terminal.]</para>
    264264          <indexterm zone="ch-system-ncurses tic">
    265265            <primary sortas="b-tic">tic</primary>
  • chapter06/patch.xml

    re80267c r7bb9fda  
    8080        <term><command>patch</command></term>
    8181        <listitem>
    82           <para>Modifies files according to a patch file. A patch file is
     82          <para>Modifies files according to a patch file [A patch file is
    8383          normally a difference listing created with the <command>diff</command>
    8484          program. By applying these differences to the original files,
    85           <command>patch</command> creates the patched versions</para>
     85          <command>patch</command> creates the patched versions.]</para>
    8686          <indexterm zone="ch-system-patch patch">
    8787            <primary sortas="b-patch">patch</primary>
  • chapter06/procps.xml

    re80267c r7bb9fda  
    9898        sysctl, tload, top, uptime, vmstat, w, and watch</seg>
    9999        <seg>libprocps.so</seg>
    100         <seg>/usr/include/proc, /usr/share/doc/procps-ng-&procps-ng-version;</seg>
     100        <seg>/usr/include/proc and /usr/share/doc/procps-ng-&procps-ng-version;</seg>
    101101      </seglistitem>
    102102    </segmentedlist>
  • chapter06/readline.xml

    re80267c r7bb9fda  
    104104
    105105      <seglistitem>
    106         <seg>libhistory.{a,so}, and libreadline.{a,so}</seg>
    107         <seg>/usr/include/readline, /usr/share/readline,
     106        <seg>libhistory.{a,so} and libreadline.{a,so}</seg>
     107        <seg>/usr/include/readline, /usr/share/readline, and
    108108        /usr/share/doc/readline-&readline-version;</seg>
    109109      </seglistitem>
  • chapter06/shadow.xml

    re80267c r7bb9fda  
    439439        <term><command>nologin</command></term>
    440440        <listitem>
    441           <para>Displays a message that an account is not available. Designed
     441          <para>Displays a message that an account is not available; it is designed
    442442          to be used as the default shell for accounts that have been
    443443          disabled</para>
  • chapter06/sysklogd.xml

    re80267c r7bb9fda  
    119119        <term><command>syslogd</command></term>
    120120        <listitem>
    121           <para>Logs the messages that system programs offer for logging. Every
     121          <para>Logs the messages that system programs offer for logging [Every
    122122          logged message contains at least a date stamp and a hostname, and
    123123          normally the program's name too, but that depends on how trusting the
    124           logging daemon is told to be</para>
     124          logging daemon is told to bei.]</para>
    125125          <indexterm zone="ch-system-sysklogd syslogd">
    126126            <primary sortas="b-syslogd">syslogd</primary>
  • chapter06/sysvinit.xml

    re80267c r7bb9fda  
    142142          <para>The first process to be started when the kernel has initialized
    143143          the hardware which takes over the boot process and starts all the
    144           proceses it is instructed to</para>
     144          proceses specified in its configuration file</para>
    145145          <indexterm zone="ch-system-sysvinit init-sysv">
    146146            <primary sortas="b-init">init</primary>
     
    153153        <listitem>
    154154          <para>Sends a signal to all processes, except the processes in its own
    155           session so it will not kill the shell running the script that called
    156           it</para>
     155          session so it will not kill its parent shell</para>
    157156          <indexterm zone="ch-system-sysvinit killall5">
    158157            <primary sortas="b-killall5">killall5</primary>
  • chapter06/texinfo.xml

    re80267c r7bb9fda  
    118118          <para>Used to read info pages which are similar to man pages, but
    119119          often go much deeper than just explaining all the available command
    120           line options. For example, compare <command>man bison</command> and
    121           <command>info bison</command></para>
     120          line options [For example, compare <command>man bison</command> and
     121          <command>info bison</command>.]</para>
    122122          <indexterm zone="ch-system-texinfo info">
    123123            <primary sortas="b-info">info</primary>
  • chapter06/util-linux.xml

    re80267c r7bb9fda  
    129129        umount, unshare, utmpdump, uuidd, uuidgen, wall, wdctl, whereis,
    130130        wipefs, and x86_64</seg>
    131         <seg>libblkid.{a,so}, libmount.{a,so}, libuuid.{a,so}</seg>
     131        <seg>libblkid.{a,so}, libmount.{a,so}, and libuuid.{a,so}</seg>
    132132        <seg>/etc/terminal-colors.d, /usr/include/blkid, /usr/include/libmount,
    133         /usr/include/uuid, /usr/share/doc/util-linux-&util-linux-version;/getopt, /var/lib/hwclock</seg>
     133        /usr/include/uuid, /usr/share/doc/util-linux-&util-linux-version;/getopt,
     134        and /var/lib/hwclock</seg>
    134135      </seglistitem>
    135136    </segmentedlist>
     
    10141015        <term><command>tailf</command></term>
    10151016        <listitem>
    1016           <para>Tracks the growth of a log file. Displays the last 10 lines
     1017          <para>Tracks the growth of a log file; displays the last 10 lines
    10171018          of a log file, then continues displaying any new entries in the
    10181019          log file as they are created</para>
  • chapter06/xz.xml

    re80267c r7bb9fda  
    8282        unlzma (link to xz), unxz, (link to xz), xz, xzcat (link to xz),
    8383        xzcmp (link to xzdiff), xzdec, xzdiff, xzegrep (link to xzgrep),
    84         xzfgrep (link to xzgrep), xzgrep, xzless, xzmore</seg>
     84        xzfgrep (link to xzgrep), xzgrep, xzless, and xzmore</seg>
    8585        <seg>liblzma.{a,so}</seg>
    8686        <seg>/usr/include/lzma and /usr/share/doc/xz-&xz-version;</seg>
Note: See TracChangeset for help on using the changeset viewer.