diff options
Diffstat (limited to 'upstream/fedora-rawhide/man8/update-pciids.8')
-rw-r--r-- | upstream/fedora-rawhide/man8/update-pciids.8 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/upstream/fedora-rawhide/man8/update-pciids.8 b/upstream/fedora-rawhide/man8/update-pciids.8 new file mode 100644 index 00000000..ca01c279 --- /dev/null +++ b/upstream/fedora-rawhide/man8/update-pciids.8 @@ -0,0 +1,38 @@ +.TH update-pciids 8 "25 February 2024" "pciutils-3.11.1" "The PCI Utilities" + +.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 /usr/share/hwdata/pci.ids +Here we install the new list. + +.SH SEE ALSO +.BR lspci (8), +.BR pci.ids (5), +.BR curl (1), +.BR wget (1), +.BR lynx (1), +.BR gzip (1), +.BR bzip2 (1) + +.SH AUTHOR +The PCI Utilities are maintained by Martin Mares <mj@ucw.cz>. |