Changeset 1ab1ad6a for general


Ignore:
Timestamp:
03/24/2005 04:13:09 PM (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:
ea97e13
Parents:
ad070d1
Message:

Updated build entities and added indexing tags to PCI Utilities

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/pciutils.xml

    rad070d1 r1ab1ad6a  
    99<!ENTITY pciutils-md5sum "2b3b2147b7bc91f362be55cb49fa1c4e">
    1010<!ENTITY pciutils-size "107 KB">
    11 <!ENTITY pciutils-buildsize "1.1 MB">
    12 <!ENTITY pciutils-time "0.02 SBU">
     11<!ENTITY pciutils-buildsize "1.04 MB">
     12<!ENTITY pciutils-time "0.01 SBU">
    1313]>
    1414
     
    2121<title><application><acronym>PCI</acronym>
    2222Utilities</application>-&pciutils-version;</title>
     23<indexterm zone="pciutils">
     24<primary sortas="a-PCI-Utilities">PCI Utilities</primary></indexterm>
    2325
    2426<sect2>
     
    6062running the following commands:</para>
    6163
    62 <screen><userinput><command>make PREFIX=/usr &amp;&amp;
    63 make PREFIX=/usr install</command></userinput></screen>
     64<screen><userinput><command>make PREFIX=/usr</command></userinput></screen>
     65
     66<para>Now, as the root user:</para>
     67
     68<screen><userinput role='root'><command>make PREFIX=/usr install</command></userinput></screen>
    6469
    6570</sect2>
     
    6873<title>Contents</title>
    6974
    70 <para>The <application><acronym>PCI</acronym> Utilities</application> package
    71 contains <command>lspci</command>, <command>setpci</command> and
    72 <command>update-pciids</command>.</para>
     75<segmentedlist>
     76<segtitle>Installed Programs</segtitle>
     77<segtitle>Installed Libraries</segtitle>
     78<segtitle>Installed Directories</segtitle>
    7379
    74 </sect2>
     80<seglistitem>
     81<seg>lspci, setpci and update-pciids</seg>
     82<seg>None</seg>
     83<seg>None</seg>
     84</seglistitem>
     85</segmentedlist>
    7586
    76 <sect2><title>Description</title>
     87<variablelist>
     88<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     89<?dbfo list-presentation="list"?>
    7790
    78 <sect3><title>lspci</title>
    79 <para><command>lspci</command> is a utility for displaying information
    80 about all <acronym>PCI</acronym> buses in the system and all devices
    81 connected to them.</para></sect3>
     91<varlistentry id="lspci">
     92<term><command>lspci</command></term>
     93<listitem><para>is a utility for displaying information about all
     94<acronym>PCI</acronym> buses in the system and all devices connected to
     95them.</para>
     96<indexterm zone="pciutils lspci">
     97<primary sortas="b-lspci">lspci</primary>
     98</indexterm></listitem>
     99</varlistentry>
    82100
    83 <sect3><title>setpci</title>
    84 <para><command>setpci</command> is a utility for querying and
    85 configuring <acronym>PCI</acronym> devices.</para></sect3>
     101<varlistentry id="setpci">
     102<term><command>setpci</command></term>
     103<listitem><para>is a utility for querying and configuring
     104<acronym>PCI</acronym> devices.</para>
     105<indexterm zone="pciutils setpci">
     106<primary sortas="b-setpci">setpci</primary>
     107</indexterm></listitem>
     108</varlistentry>
    86109
    87 <sect3><title>update-pciids</title>
    88 <para><command>update-pciids</command> fetches the current version of
    89 the <acronym>PCI</acronym> ID list. Requires <xref
    90 linkend="wget"/> or <xref linkend="lynx"/></para></sect3>
     110<varlistentry id="update-pciids">
     111<term><command>update-pciids</command></term>
     112<listitem><para>fetches the current version of the <acronym>PCI</acronym>
     113<acronym>ID</acronym> list. Requires <xref linkend="wget"/> or
     114<xref linkend="lynx"/>.</para>
     115<indexterm zone="pciutils update-pciids">
     116<primary sortas="b-update-pciids">update-pciids</primary>
     117</indexterm></listitem>
     118</varlistentry>
     119</variablelist>
    91120
    92121</sect2>
Note: See TracChangeset for help on using the changeset viewer.