Changeset 52c44ebf


Ignore:
Timestamp:
07/12/2005 06:16:54 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
dc913a5a
Parents:
38ec4bf
Message:

Added verbose switches and grammar fixes to the PCI Utilities instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4717 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r38ec4bf r52c44ebf  
    1 <!ENTITY day          "11">
     1<!ENTITY day          "12">
    22<!ENTITY month        "07">
    33<!ENTITY year         "2005">
     
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
    8 <!ENTITY lfs-version  "testing">          <!-- version|stable|testing|unstable|development] -->
     8<!ENTITY lfs-version  "stable">          <!-- version|stable|testing|unstable|development] -->
    99<!ENTITY last-commit  "$Date$"> <!-- Automatic update -->
    1010
  • general/sysutils/pciutils.xml

    r38ec4bf r52c44ebf  
    7575<screen role="root"><userinput>make PREFIX=/usr install</userinput></screen>
    7676
    77     <para>Some packages require the pci static library. To install the library and
    78         the headers, as the <systemitem class="username">root</systemitem> user:</para>
     77    <para>Some packages require the PCI static library. To install the library
     78    and headers, issue the following commands as the
     79    <systemitem class="username">root</systemitem> user:</para>
    7980
    80 <screen role="root"><userinput>install -d /usr/include/pci &amp;&amp;
    81 install -m 644 lib/libpci.a /usr/lib &amp;&amp;
    82 install -m 644 lib/*.h /usr/include/pci</userinput></screen>
     81<screen role="root"><userinput>install -v -m755 -d /usr/include/pci &amp;&amp;
     82install -v -m 644 lib/libpci.a /usr/lib &amp;&amp;
     83install -v -m 644 lib/*.h /usr/include/pci</userinput></screen>
    8384
    8485  </sect2>
     
    9596        <seg>lspci, setpci and update-pciids</seg>
    9697        <seg>libpci.a</seg>
    97         <seg>None</seg>
     98        <seg>/usr/include/pci</seg>
    9899      </seglistitem>
    99100    </segmentedlist>
     
    139140      <term><filename role='library'>libpci.a</filename></term>
    140141      <listitem>
    141         <para> is the static library that allow applications to access PCI subsystem.</para>
     142        <para> is the static library that allows applications to access the PCI
     143        subsystem.</para>
    142144        <indexterm zone="pciutils libpci">
    143145          <primary sortas="c-libpci">libpci.a</primary>
  • introduction/welcome/changelog.xml

    r38ec4bf r52c44ebf  
    2626
    2727    <listitem>
    28       <para>July 11th, 2005 [tushar]: Install static library and header in pciutils.</para>
     28      <para>July 11th, 2005 [tushar]: Install static library and header in
     29      PCI Utilities.</para>
    2930    </listitem>
    3031
Note: See TracChangeset for help on using the changeset viewer.