]> git.ipfire.org Git - thirdparty/pciutils.git/blob - update-pciids.man
maint/README: git push --tags is done by push-to-public
[thirdparty/pciutils.git] / update-pciids.man
1 .TH update-pciids 8 "@TODAY@" "@VERSION@" "The PCI Utilities"
2
3 .SH NAME
4 update-pciids \- download new version of the PCI ID list
5
6 .SH SYNOPSIS
7 .B update-pciids
8 .RB [ -q ]
9
10 .SH DESCRIPTION
11 .B update-pciids
12 fetches the current version of the pci.ids file from the primary distribution
13 site and installs it.
14
15 This utility requires curl, wget or lynx to be installed. If gzip or bzip2
16 are available, it automatically downloads the compressed version of the list.
17
18 .SH OPTIONS
19 .TP
20 .B -q
21 Be quiet and do not report anything except errors.
22
23 .SH FILES
24 .TP
25 .B @IDSDIR@/pci.ids
26 Here we install the new list.
27
28 .SH SEE ALSO
29 .BR lspci (8),
30 .BR setpci (8)
31
32 .SH AUTHOR
33 The PCI Utilities are maintained by Martin Mares <mj@ucw.cz>.