Ignore:
Timestamp:
06/12/2004 10:56:28 PM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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:
d3edf27
Parents:
bfe245f
Message:

XML Updates to Part III from DJ

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/pciutils.xml

    rbfe245f r52d29f7  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7<!ENTITY pciutils-download-http "http://www.kernel.org/pub/software/utils/pciutils/pciutils-&pciutils-version;.tar.bz2">
     8<!ENTITY pciutils-download-ftp "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-&pciutils-version;.tar.bz2">
     9<!ENTITY pciutils-size "107 KB">
     10<!ENTITY pciutils-buildsize "1.1 MB">
     11<!ENTITY pciutils-time "0.02 SBU">
     12
     13]>
     14
    115<sect1 id="pciutils" xreflabel="PCI Utilities-&pciutils-version;">
    216<?dbhtml filename="pciutils.html"?>
    317<title>PCI Utilities-&pciutils-version;</title>
    418
    5 &pciutils-intro;
    6 &pciutils-inst;
    7 &pciutils-desc;
     19<sect2>
     20<title>Introduction to <application><acronym>PCI</acronym> Utilities</application></title>
     21                                                                               
     22<para>The <application><acronym>PCI</acronym> Utilities</application> package is a set of programs
     23for listing <acronym>PCI</acronym> devices, inspecting their status and
     24setting their configuration registers.</para>
     25                                                                               
     26<sect3><title>Package information</title>
     27<itemizedlist spacing='compact'>
     28<listitem><para>Download (HTTP): <ulink url="&pciutils-download-http;"/></para></listitem>
     29<listitem><para>Download (FTP): <ulink url="&pciutils-download-ftp;"/></para></listitem>
     30<listitem><para>Download size: &pciutils-size;</para></listitem>
     31<listitem><para>Estimated Disk space required: &pciutils-buildsize;</para></listitem>
     32<listitem><para>Estimated build time: &pciutils-time;</para></listitem></itemizedlist>
     33</sect3>
     34                                                                               
     35<sect3><title><application><acronym>PCI</acronym> Utilities</application> dependencies</title>
     36<sect4><title>Required</title>
     37<para><xref linkend="which"/>
     38</para></sect4>
     39</sect3>
     40                                                                               
     41</sect2>
     42
     43<sect2>
     44<title>Installation of <application><acronym>PCI</acronym> Utilities</application></title>
     45                                                                               
     46<para>Install <application><acronym>PCI</acronym> Utilities</application> by
     47running the following commands:</para>
     48                                                                               
     49<screen><userinput><command>make PREFIX=/usr &amp;&amp;
     50make PREFIX=/usr install</command></userinput></screen>
     51                                                                               
     52</sect2>
     53
     54<sect2>
     55<title>Contents</title>
     56                                                                               
     57<para>The <application><acronym>PCI</acronym> Utilities</application> package
     58contains <command>lspci</command>,
     59<command>setpci</command> and <command>update-pciids</command>.</para>
     60                                                                               
     61</sect2>
     62                                                                               
     63<sect2><title>Description</title>
     64                                                                               
     65<sect3><title>lspci</title>
     66<para><command>lspci</command> is a utility for displaying information
     67about all <acronym>PCI</acronym> buses in the system and all devices
     68connected to them.</para></sect3>
     69                                                                               
     70<sect3><title>setpci</title>
     71<para><command>setpci</command> is a utility for querying and
     72configuring <acronym>PCI</acronym> devices.</para></sect3>
     73                                                                               
     74<sect3><title>update-pciids</title>
     75<para><command>update-pciids</command> fetches the current version of
     76the <acronym>PCI</acronym> ID list. Requires <xref
     77linkend="wget"/> or <xref linkend="lynx"/></para></sect3>
     78                                                                               
     79</sect2>
    880
    981</sect1>
Note: See TracChangeset for help on using the changeset viewer.