]> mj.ucw.cz Git - pciutils.git/blobdiff - update-pciids.man
HWDB: Handle NULL returned by udev_list_entry_get_*
[pciutils.git] / update-pciids.man
index bba92fbe8acf5e88c3745151189a14e383bf43b1..60c379d1ab73406141f8a3c36d2436cf7fe2036b 100644 (file)
@@ -1,27 +1,33 @@
-.TH update-pciids 8 "@TODAY@" "@VERSION@" "Linux PCI Utilities"
-.IX update-pciids
+.TH update-pciids 8 "@TODAY@" "@VERSION@" "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 either wget or lynx to be installed. If gzip or bzip2
+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/pci.ids
+.B @IDSDIR@/pci.ids
 Here we install the new list.
 
 .SH SEE ALSO
-.BR lspci (8), setpci (8)
+.BR lspci (8),
+.BR setpci (8)
 
 .SH AUTHOR
-The Linux PCI Utilities are maintained by Martin Mares <mj@ucw.cz>.
+The PCI Utilities are maintained by Martin Mares <mj@ucw.cz>.