forked from projectceladon/pciutils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate-pciids.man
More file actions
34 lines (26 loc) · 734 Bytes
/
update-pciids.man
File metadata and controls
34 lines (26 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.TH update-pciids 8 "@TODAY@" "@VERSION@" "The PCI Utilities"
.IX update-pciids
.SH NAME
update-pciids \- download new version of the PCI ID list
.SH SYNOPSIS
.B update-pciids
.RB [ -q ]
.SH DESCRIPTION
.B update-pciids
fetches the current version of the pci.ids file from the primary distribution
site and installs it.
This utility requires curl, wget or lynx to be installed. If gzip or bzip2
are available, it automatically downloads the compressed version of the list.
.SH OPTIONS
.TP
.B -q
Be quiet and do not report anything except errors.
.SH FILES
.TP
.B @IDSDIR@/pci.ids
Here we install the new list.
.SH SEE ALSO
.BR lspci (8),
.BR setpci (8)
.SH AUTHOR
The PCI Utilities are maintained by Martin Mares <mj@ucw.cz>.