Changeset afba93b


Ignore:
Timestamp:
02/07/2015 02:44:18 AM (9 years ago)
Author:
Krejzi <krejzi@…>
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:
145a985
Parents:
9e6d13e9
Message:

Merged consistency update patch from systemd book.

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

Location:
chapter06
Files:
31 edited

Legend:

Unmodified
Added
Removed
  • chapter06/acl.xml

    r9e6d13e9 rafba93b  
    113113        <listitem>
    114114          <para>Changes the access control list of a file
    115           or directory.</para>
     115          or directory</para>
    116116          <indexterm zone="ch-system-acl chacl">
    117117            <primary sortas="b-chacl">chacl</primary>
     
    123123        <term><command>getfacl</command></term>
    124124        <listitem>
    125           <para>Gets file access control lists.</para>
     125          <para>Gets file access control lists</para>
    126126          <indexterm zone="ch-system-acl getfacl">
    127127            <primary sortas="b-getfacl">getfacl</primary>
     
    133133        <term><command>setacl</command></term>
    134134        <listitem>
    135           <para>Sets file access control lists.</para>
     135          <para>Sets file access control lists</para>
    136136          <indexterm zone="ch-system-acl setacl">
    137137            <primary sortas="b-setacl">setacl</primary>
     
    143143        <term><filename class="libraryfile">libacl</filename></term>
    144144        <listitem>
    145           <para>Contains the <application>Acl</application> API functions.</para>
     145          <para>Contains the <application>Acl</application> API functions</para>
    146146          <indexterm zone="ch-system-acl libacl">
    147147            <primary sortas="c-libacl">libacl</primary>
  • chapter06/attr.xml

    r9e6d13e9 rafba93b  
    115115        <term><command>getfattr</command></term>
    116116        <listitem>
    117           <para>Gets the extended attributes of filesystem objects.</para>
     117          <para>Gets the extended attributes of filesystem objects</para>
    118118          <indexterm zone="ch-system-attr getfattr">
    119119            <primary sortas="b-getfattr">getfattr</primary>
     
    135135        <term><filename class="libraryfile">libattr</filename></term>
    136136        <listitem>
    137           <para>Contains the <application>Attr</application> API functions.</para>
     137          <para>Contains the <application>Attr</application> API functions</para>
    138138          <indexterm zone="ch-system-attr libattr">
    139139            <primary sortas="c-libattr">libattr</primary>
  • chapter06/autoconf.xml

    r9e6d13e9 rafba93b  
    9090          source code packages to adapt to many kinds of Unix-like systems.
    9191          The configuration scripts it produces are independent&mdash;running
    92           them does not require the <command>autoconf</command> program.</para>
     92          them does not require the <command>autoconf</command> program</para>
    9393          <indexterm zone="ch-system-autoconf autoconf">
    9494            <primary sortas="b-autoconf">autoconf</primary>
  • chapter06/binutils.xml

    r9e6d13e9 rafba93b  
    346346          text</quote> versions of instructions for the processor;
    347347          it is used for building utilities like
    348           <command>objdump</command>.</para>
     348          <command>objdump</command></para>
    349349          <indexterm zone="ch-system-binutils libopcodes">
    350350            <primary sortas="c-libopcodes">libopcodes</primary>
  • chapter06/bison.xml

    r9e6d13e9 rafba93b  
    111111      </varlistentry>
    112112
    113       <varlistentry id="liby.a">
    114         <term><filename class="libraryfile">liby.a</filename></term>
     113      <varlistentry id="liby">
     114        <term><filename class="libraryfile">liby</filename></term>
    115115        <listitem>
    116116          <para>The Yacc library containing implementations of Yacc-compatible
    117117          <function>yyerror</function> and <function>main</function> functions;
    118118          this library is normally not very useful, but POSIX requires it</para>
    119           <indexterm zone="ch-system-bison liby.a">
    120             <primary sortas="c-liby.a">liby.a</primary>
     119          <indexterm zone="ch-system-bison liby">
     120            <primary sortas="c-liby">liby</primary>
    121121          </indexterm>
    122122        </listitem>
  • chapter06/bzip2.xml

    r9e6d13e9 rafba93b  
    234234
    235235      <varlistentry id="libbz2">
    236         <term><filename class="libraryfile">libbz2*</filename></term>
     236        <term><filename class="libraryfile">libbz2</filename></term>
    237237        <listitem>
    238238          <para>The library implementing lossless, block-sorting data
    239239          compression, using the Burrows-Wheeler algorithm</para>
    240240          <indexterm zone="ch-system-bzip2 libbz2">
    241             <primary sortas="c-libbz2*">libbz2*</primary>
     241            <primary sortas="c-libbz2">libbz2</primary>
    242242          </indexterm>
    243243        </listitem>
  • chapter06/coreutils.xml

    r9e6d13e9 rafba93b  
    12311231
    12321232      <varlistentry id="libstdbuf">
    1233         <term><filename class="libraryfile">libstdbuf.so</filename></term>
     1233        <term><filename class="libraryfile">libstdbuf</filename></term>
    12341234        <listitem>
    12351235          <para>Library used by <command>stdbuf</command></para>
    12361236          <indexterm zone="ch-system-coreutils libstdbuf">
    1237             <primary sortas="c-libstdbuf">libstdbuf.so</primary>
     1237            <primary sortas="c-libstdbuf">libstdbuf</primary>
    12381238          </indexterm>
    12391239        </listitem>
  • chapter06/e2fsprogs.xml

    r9e6d13e9 rafba93b  
    249249        <term><command>e2freefrag</command></term>
    250250        <listitem>
    251           <para> Reports free space fragmentation information</para>
     251          <para>Reports free space fragmentation information</para>
    252252          <indexterm zone="ch-system-e2fsprogs e2freefrag">
    253253            <primary sortas="b-e2freefrag">e2freefrag</primary>
     
    296296          <para>Replays the undo log undo_log for an ext2/ext3/ext4 filesystem
    297297          found on a device. This can be used to undo a failed operation by an
    298           e2fsprogs program.</para>
     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. This 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. This 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. This 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>
     
    361361          <para>By default checks <systemitem class="filesystem">ext4</systemitem>
    362362          development file systems. This is a hard link to
    363           <command>e2fsck</command>.</para>
     363          <command>e2fsck</command></para>
    364364          <indexterm zone="ch-system-e2fsprogs fsck.ext4dev">
    365365            <primary sortas="b-fsck.ext4dev">fsck.ext4dev</primary>
     
    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. This 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. This 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. This 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. This 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/expat.xml

    r9e6d13e9 rafba93b  
    8989        <listitem>
    9090          <para>is a non-validating utility to check whether or not
    91           XML documents are well formed.</para>
     91          XML documents are well formed</para>
    9292          <indexterm zone="ch-system-expat xmlwf">
    9393            <primary sortas="b-xmlwf">xmlwf</primary>
     
    9999        <term><filename class="libraryfile">libexpat</filename></term>
    100100        <listitem>
    101           <para> contains API functions for parsing XML.</para>
     101          <para> contains API functions for parsing XML</para>
    102102          <indexterm zone="ch-system-expat libexpat">
    103103            <primary sortas="c-libexpat">libexpat</primary>
  • chapter06/file.xml

    r9e6d13e9 rafba93b  
    9292
    9393      <varlistentry id="libmagic">
    94         <term><filename class="libraryfile">libmagic.so</filename></term>
     94        <term><filename class="libraryfile">libmagic</filename></term>
    9595        <listitem>
    9696          <para>Contains routines for magic number recognition, used by the
  • chapter06/findutils.xml

    r9e6d13e9 rafba93b  
    116116        <listitem>
    117117          <para>Was formerly used to produce <command>locate</command>
    118           databases; it is the ancestor of <command>frcode</command>.</para>
     118          databases; it is the ancestor of <command>frcode</command></para>
    119119          <indexterm zone="ch-system-findutils code">
    120120            <primary sortas="b-code">code</primary>
     
    139139          <para>Is called by <command>updatedb</command> to compress the list
    140140          of file names; it uses front-compression, reducing the database size
    141           by a factor of four to five.</para>
     141          by a factor of four to five</para>
    142142          <indexterm zone="ch-system-findutils frcode">
    143143            <primary sortas="b-frcode">frcode</primary>
  • chapter06/gcc.xml

    r9e6d13e9 rafba93b  
    382382        <listitem>
    383383          <para>A wrapper around <command>ar</command> that adds a
    384           plugin to the command line.  This program is only used
     384          plugin to the command line. This program is only used
    385385          to add "link time optization" and is not useful with the
    386           default build options.</para>
     386          default build options</para>
    387387          <indexterm zone="ch-system-gcc gcc-ar">
    388388            <primary sortas="b-gcc-ar">gc-ar</primary>
     
    395395        <listitem>
    396396          <para>A wrapper around <command>nm</command> that adds a
    397           plugin to the command line.  This program is only used
     397          plugin to the command line. This program is only used
    398398          to add "link time optization" and is not useful with the
    399           default build options.</para>
     399          default build options</para>
    400400          <indexterm zone="ch-system-gcc gcc-nm">
    401401            <primary sortas="b-gcc-nm">gc-nm</primary>
     
    408408        <listitem>
    409409          <para>A wrapper around <command>ranlib</command> that adds a
    410           plugin to the command line.  This program is only used
     410          plugin to the command line. This program is only used
    411411          to add "link time optization" and is not useful with the
    412           default build options.</para>
     412          default build options</para>
    413413          <indexterm zone="ch-system-gcc gcc-ranlib">
    414414            <primary sortas="b-gcc-ranlib">gc-ranlib</primary>
     
    443443          <para>Contains run-time support for <command>gcc</command></para>
    444444          <indexterm zone="ch-system-gcc libgcc">
    445             <primary sortas="c-libgcc*">libgcc*</primary>
     445            <primary sortas="c-libgcc">libgcc</primary>
    446446          </indexterm>
    447447        </listitem>
     
    487487        <listitem>
    488488          <para>GCC's Link Time Optimization (LTO) plugin allows GCC to perform
    489           optimizations across compilation units.</para>
     489          optimizations across compilation units</para>
    490490          <indexterm zone="ch-system-gcc liblto_plugin">
    491             <primary sortas="c-liblto_plugin*">liblto_plugin*</primary>
     491            <primary sortas="c-liblto_plugin">liblto_plugin</primary>
    492492          </indexterm>
    493493        </listitem>
     
    510510          <para>GCC Quad Precision Math Library API</para>
    511511          <indexterm zone="ch-system-gcc libquadmath">
    512             <primary sortas="c-libquadmath*">libquadmath*</primary>
     512            <primary sortas="c-libquadmath">libquadmath</primary>
    513513          </indexterm>
    514514        </listitem>
     
    521521          functionality</para>
    522522          <indexterm zone="ch-system-gcc libssp">
    523             <primary sortas="c-libssp*">libssp*</primary>
     523            <primary sortas="c-libssp">libssp</primary>
    524524          </indexterm>
    525525        </listitem>
  • chapter06/gdbm.xml

    r9e6d13e9 rafba93b  
    9797        <term><command>gdbm_dump</command></term>
    9898        <listitem>
    99           <para>Dumps a GDBM database to a file.</para>
     99          <para>Dumps a GDBM database to a file</para>
    100100          <indexterm zone="ch-system-gdbm gdbm_dump">
    101101            <primary sortas="b-gdbm_dump">gdbm_dump</primary>
     
    107107        <term><command>gdbm_load</command></term>
    108108        <listitem>
    109           <para>Recreates a GDBM database from a dump file.</para>
     109          <para>Recreates a GDBM database from a dump file</para>
    110110          <indexterm zone="ch-system-gdbm gdbm_load">
    111111            <primary sortas="b-gdbm_load">gdbm_load</primary>
  • chapter06/gettext.xml

    r9e6d13e9 rafba93b  
    408408      </varlistentry>
    409409
    410       <varlistentry id="preloadable_libintl.so">
     410      <varlistentry id="preloadable_libintl">
    411411        <term><filename class="libraryfile">preloadable_libintl</filename></term>
    412412        <listitem>
    413413          <para>A library, intended to be used by LD_PRELOAD that assists
    414414          <filename class="libraryfile">libintl</filename> in logging
    415           untranslated messages.</para>
    416           <indexterm zone="ch-system-gettext preloadable_libintl.so">
    417             <primary sortas="c-preloadable_libintl.so">preloadable_libintl</primary>
     415          untranslated messages</para>
     416          <indexterm zone="ch-system-gettext preloadable_libintl">
     417            <primary sortas="c-preloadable_libintl">preloadable_libintl</primary>
    418418          </indexterm>
    419419        </listitem>
  • chapter06/glibc.xml

    r9e6d13e9 rafba93b  
    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, and /var/lib/nss_db</seg>
     420        /var/cache/nscd, /var/lib/nss_db</seg>
    421421      </seglistitem>
    422422    </segmentedlist>
  • chapter06/gmp.xml

    r9e6d13e9 rafba93b  
    124124        <term><filename class="libraryfile">libgmp</filename></term>
    125125        <listitem>
    126           <para>Contains precision math functions.</para>
     126          <para>Contains precision math functions</para>
    127127          <indexterm zone="ch-system-gmp libgmp">
    128128            <primary sortas="c-libgmp">libgmp</primary>
     
    134134        <term><filename class="libraryfile">libgmpxx</filename></term>
    135135        <listitem>
    136           <para>Contains C++ precision math functions.</para>
     136          <para>Contains C++ precision math functions</para>
    137137          <indexterm zone="ch-system-gmp libgmpxx">
    138138            <primary sortas="c-libgmpxx">libgmpxx</primary>
  • chapter06/intltool.xml

    r9e6d13e9 rafba93b  
    8484        <term><command>intltoolize</command></term>
    8585        <listitem>
    86           <para>Prepares a package to use intltool.</para>
     86          <para>Prepares a package to use intltool</para>
    8787          <indexterm zone="ch-system-intltool intltoolize">
    8888            <primary sortas="b-intltoolize">intltoolize</primary>
     
    9494        <term><command>intltool-extract</command></term>
    9595        <listitem>
    96           <para>Generates header files that can be read by <command>gettext</command>.</para>
     96          <para>Generates header files that can be read by <command>gettext</command></para>
    9797          <indexterm zone="ch-system-intltool intltool-extract">
    9898            <primary sortas="b-intltool-extract">intltool-extract</primary>
     
    104104        <term><command>intltool-merge</command></term>
    105105        <listitem>
    106           <para>Merges translated strings into various file types.</para>
     106          <para>Merges translated strings into various file types</para>
    107107          <indexterm zone="ch-system-intltool intltool-merge">
    108108            <primary sortas="b-intltool-merge">intltool-merge</primary>
     
    114114        <term><command>intltool-prepare</command></term>
    115115        <listitem>
    116           <para>Updates pot files and merges them with translation files.</para>
     116          <para>Updates pot files and merges them with translation files</para>
    117117          <indexterm zone="ch-system-intltool intltool-prepare">
    118118            <primary sortas="b-intltool-prepare">intltool-prepare</primary>
     
    124124        <term><command>intltool-update</command></term>
    125125        <listitem>
    126           <para>Updates the po template files and merges them with the translations.</para>
     126          <para>Updates the po template files and merges them with the translations</para>
    127127          <indexterm zone="ch-system-intltool intltool-update">
    128128            <primary sortas="b-intltool-update">intltool-update</primary>
  • chapter06/iproute2.xml

    r9e6d13e9 rafba93b  
    135135          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>
  • chapter06/kbd.xml

    r9e6d13e9 rafba93b  
    388388          <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/m4.xml

    r9e6d13e9 rafba93b  
    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/mpfr.xml

    r9e6d13e9 rafba93b  
    9696        <term><filename class="libraryfile">libmpfr</filename></term>
    9797        <listitem>
    98           <para>Contains multiple-precision math functions.</para>
     98          <para>Contains multiple-precision math functions</para>
    9999          <indexterm zone="ch-system-mpfr libmpfr">
    100100            <primary sortas="c-libmpfr">libmpfr</primary>
  • chapter06/ncurses.xml

    r9e6d13e9 rafba93b  
    301301      </varlistentry>
    302302
    303       <varlistentry id="libcurses">
    304         <term><filename class="libraryfile">libcurses</filename></term>
    305         <listitem>
    306           <para>A link to <filename>libncurses</filename></para>
    307           <indexterm zone="ch-system-ncurses libcurses">
    308             <primary sortas="c-libcurses">libcurses</primary>
    309           </indexterm>
    310         </listitem>
    311       </varlistentry>
    312 
    313       <varlistentry id="libncurses">
    314         <term><filename class="libraryfile">libncurses</filename></term>
     303      <varlistentry id="libcursesw">
     304        <term><filename class="libraryfile">libcursesw</filename></term>
     305        <listitem>
     306          <para>A link to <filename>libncursesw</filename></para>
     307          <indexterm zone="ch-system-ncurses libcursesw">
     308            <primary sortas="c-libcursesw">libcursesw</primary>
     309          </indexterm>
     310        </listitem>
     311      </varlistentry>
     312
     313      <varlistentry id="libncursesw">
     314        <term><filename class="libraryfile">libncursesw</filename></term>
    315315        <listitem>
    316316          <para>Contains functions to display text in many complex ways on a
     
    318318          menu displayed during the kernel's <command>make
    319319          menuconfig</command></para>
    320           <indexterm zone="ch-system-ncurses libncurses">
    321             <primary sortas="c-libncurses">libncurses</primary>
    322           </indexterm>
    323         </listitem>
    324       </varlistentry>
    325 
    326       <varlistentry id="libform">
    327         <term><filename class="libraryfile">libform</filename></term>
     320          <indexterm zone="ch-system-ncurses libncursesw">
     321            <primary sortas="c-libncursesw">libncursesw</primary>
     322          </indexterm>
     323        </listitem>
     324      </varlistentry>
     325
     326      <varlistentry id="libformw">
     327        <term><filename class="libraryfile">libformw</filename></term>
    328328        <listitem>
    329329          <para>Contains functions to implement forms</para>
    330           <indexterm zone="ch-system-ncurses libform">
    331             <primary sortas="c-libform">libform</primary>
    332           </indexterm>
    333         </listitem>
    334       </varlistentry>
    335 
    336       <varlistentry id="libmenu">
    337         <term><filename class="libraryfile">libmenu</filename></term>
     330          <indexterm zone="ch-system-ncurses libformw">
     331            <primary sortas="c-libformw">libformw</primary>
     332          </indexterm>
     333        </listitem>
     334      </varlistentry>
     335
     336      <varlistentry id="libmenuw">
     337        <term><filename class="libraryfile">libmenuw</filename></term>
    338338        <listitem>
    339339          <para>Contains functions to implement menus</para>
    340           <indexterm zone="ch-system-ncurses libmenu">
    341             <primary sortas="c-libmenu">libmenu</primary>
    342           </indexterm>
    343         </listitem>
    344       </varlistentry>
    345 
    346       <varlistentry id="libpanel">
    347         <term><filename class="libraryfile">libpanel</filename></term>
     340          <indexterm zone="ch-system-ncurses libmenuw">
     341            <primary sortas="c-libmenuw">libmenuw</primary>
     342          </indexterm>
     343        </listitem>
     344      </varlistentry>
     345
     346      <varlistentry id="libpanelw">
     347        <term><filename class="libraryfile">libpanelw</filename></term>
    348348        <listitem>
    349349          <para>Contains functions to implement panels</para>
    350           <indexterm zone="ch-system-ncurses libpanel">
    351             <primary sortas="c-libpanel">libpanel</primary>
     350          <indexterm zone="ch-system-ncurses libpanelw">
     351            <primary sortas="c-libpanelw">libpanelw</primary>
    352352          </indexterm>
    353353        </listitem>
  • chapter06/patch.xml

    r9e6d13e9 rafba93b  
    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/pcre.xml

    r9e6d13e9 rafba93b  
    131131        <term><command>pcretest</command></term>
    132132        <listitem>
    133           <para>Tests a Perl compatible regular expression.</para>
     133          <para>Tests a Perl compatible regular expression</para>
    134134          <indexterm zone="ch-system-pcre pcretest">
    135135            <primary sortas="b-pcretest">pcretest</primary>
     
    142142        <listitem>
    143143          <para>Used during the compilation process of programs linking to the
    144           PCRE libraries.</para>
     144          PCRE libraries</para>
    145145          <indexterm zone="ch-system-pcre pcre-config">
    146146            <primary sortas="b-pcre-config">pcre-config</primary>
     
    153153        <listitem>
    154154          <para>Provides functions useful for working with regular
    155           expressions.</para>
     155          expressions</para>
    156156          <indexterm zone="ch-system-pcre libpcre">
    157             <primary sortas="c-libpcre*">libpcre*</primary>
     157            <primary sortas="c-libpcre">libpcre</primary>
    158158          </indexterm>
    159159        </listitem>
     
    163163        <term><filename class="libraryfile">libpcrecpp</filename></term>
    164164        <listitem>
    165           <para>Provides C++ wrapper functions for the libpcre library.</para>
     165          <para>Provides C++ wrapper functions for the libpcre library</para>
    166166          <indexterm zone="ch-system-pcre libpcrecpp">
    167             <primary sortas="c-libpcrecpp*">libpcrecpp*</primary>
     167            <primary sortas="c-libpcrecpp">libpcrecpp</primary>
    168168          </indexterm>
    169169        </listitem>
     
    174174        <listitem>
    175175          <para>Provides wrapper functions based on the POSIX regular expression
    176           API.</para>
     176          API</para>
    177177          <indexterm zone="ch-system-pcre libpcreposix">
    178             <primary sortas="c-libpcre*">libpcreposix*</primary>
     178            <primary sortas="c-libpcreposix">libpcreposix</primary>
    179179          </indexterm>
    180180        </listitem>
  • chapter06/perl.xml

    r9e6d13e9 rafba93b  
    475475        <listitem>
    476476          <para>Command line tool for running tests against the Test::Harness
    477           module.</para>
     477          module</para>
    478478          <indexterm zone="ch-system-perl prove">
    479479            <primary sortas="b-prove">prove</primary>
  • chapter06/pkgconfig.xml

    r9e6d13e9 rafba93b  
    109109        <term><command>pkg-config </command></term>
    110110        <listitem>
    111           <para>returns meta information for the specified library or package.
     111          <para>returns meta information for the specified library or package
    112112          </para>
    113113          <indexterm zone="ch-system-pkgconfig pkgconfig">
  • chapter06/popt.xml

    r9e6d13e9 rafba93b  
    8181        <term><filename class="libraryfile">libpopt</filename></term>
    8282        <listitem>
    83           <para>is used to parse command-line options.</para>
     83          <para>is used to parse command-line options</para>
    8484          <indexterm zone="ch-system-popt libpopt">
    8585            <primary sortas="b-libpopt">libpopt</primary>
  • chapter06/texinfo.xml

    r9e6d13e9 rafba93b  
    119119          often go much deeper than just explaining all the available command
    120120          line options. For example, compare <command>man bison</command> and
    121           <command>info bison</command>.</para>
     121          <command>info bison</command></para>
    122122          <indexterm zone="ch-system-texinfo info">
    123123            <primary sortas="b-info">info</primary>
  • chapter06/util-linux.xml

    r9e6d13e9 rafba93b  
    129129        umount, unshare, utmpdump, uuidd, uuidgen, wall, wdctl, whereis,
    130130        wipefs, and x86_64</seg>
    131 
    132131        <seg>libblkid.{a,so}, libmount.{a,so}, libuuid.{a,so}</seg>
    133 
    134132        <seg>/etc/terminal-colors.d, /usr/include/blkid, /usr/include/libmount,
    135133        /usr/include/uuid, /usr/share/doc/util-linux-&util-linux-version;/getopt, /var/lib/hwclock</seg>
     
    623621        <listitem>
    624622          <para>Lists information about all or selected block devices in
    625            a tree-like format.</para>
     623           a tree-like format</para>
    626624          <indexterm zone="ch-system-util-linux lsblk">
    627625            <primary sortas="b-lsblk">lsblk</primary>
     
    10811079        <listitem>
    10821080          <para>A daemon used by the UUID library to generate time-based
    1083           UUIDs in a secure and guranteed-unique fashion.</para>
     1081          UUIDs in a secure and guranteed-unique fashion</para>
    10841082          <indexterm zone="ch-system-util-linux uuidd">
    10851083            <primary sortas="b-uuidd">uuidd</primary>
  • chapter06/xml-parser.xml

    r9e6d13e9 rafba93b  
    7777
    7878      <varlistentry id="Expat">
    79         <term><filename class="libraryfile">Expat.so</filename></term>
     79        <term><filename class="libraryfile">Expat</filename></term>
    8080        <listitem>
    81           <para>provides the Perl Expat interface.</para>
     81          <para>provides the Perl Expat interface</para>
    8282          <indexterm zone="ch-system-xml-parser Expat">
    8383            <primary sortas="c-Expat">Expat</primary>
  • chapter06/xz.xml

    r9e6d13e9 rafba93b  
    324324
    325325      <varlistentry id="liblzma">
    326         <term><filename class="libraryfile">liblzma*</filename></term>
     326        <term><filename class="libraryfile">liblzma</filename></term>
    327327        <listitem>
    328328          <para>The library implementing lossless, block-sorting data
    329329          compression, using the Lempel-Ziv-Markov chain algorithm</para>
    330330          <indexterm zone="ch-system-xz liblzma">
    331             <primary sortas="c-liblzma*">liblzma*</primary>
     331            <primary sortas="c-liblzma">liblzma</primary>
    332332          </indexterm>
    333333        </listitem>
Note: See TracChangeset for help on using the changeset viewer.