Files
glfs/shareddeps/drivers/hwdata.xml
Zeckmathederg b6e0053e6a *: Remove <application> tags.
The application tag seemed to just put an extra space on either side of
the word(s) the tags surrounded and seemed to serve no purpose beyond
that. If it served the purpose of jhalfs, well this book is not
supported by jhalfs. The result of the tags just added space in both the
rendered output and in the XML files.

Now, when referring to a package name, we just say the name and don't
surround it via a tag. The only exception is using <command>,
<filename>, <xref>, or <ulink>.
2025-07-17 13:32:36 -06:00

91 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY hwdata-download-http "https://github.com/vcrhonek/hwdata/archive/v&hwdata-version;/hwdata-&hwdata-version;.tar.gz">
<!ENTITY hwdata-download-ftp " ">
]>
<sect1 id="hwdata" xreflabel="hwdata-&hwdata-version;">
<?dbhtml filename="hwdata.html"?>
<title>hwdata-&hwdata-version;</title>
<indexterm zone="hwdata">
<primary sortas="g-hwdata">hwdata</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to hwdata</title>
<para>
The hwdata package contains
current PCI and vendor id data.
</para>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&hwdata-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&hwdata-download-ftp;"/>
</para>
</listitem>
</itemizedlist>
</sect2>
<sect2 role="installation">
<title>Installation of hwdata</title>
<para>
Install hwdata by
running the following commands:
</para>
<screen><userinput>./configure --prefix=/usr --disable-blacklist</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the &root; user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
&options-configure;
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>None</seg>
<seg>None</seg>
<seg>
/usr/share/hwdata
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>