]> mj.ucw.cz Git - pciutils.git/blobdiff - update-pciids.man
Add PCI 2.2 VPD register definitions
[pciutils.git] / update-pciids.man
index b424ce3e9939b7f51d1f2f4d3ac01fce1beecc94..6b1d65c00d445b778ae1cbf44dfc5edd3f05067a 100644 (file)
@@ -1,4 +1,4 @@
-.TH update-pciids 8 "@TODAY@" "@VERSION@" "Linux PCI Utilities"
+.TH update-pciids 8 "@TODAY@" "@VERSION@" "The PCI Utilities"
 .IX update-pciids
 
 .SH NAME
 .IX update-pciids
 
 .SH NAME
@@ -6,22 +6,29 @@ update-pciids \- download new version of the PCI ID list
 
 .SH SYNOPSIS
 .B update-pciids
 
 .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.
 
 
 .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.
 
 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
 .SH FILES
 .TP
-.B @SHAREDIR@/pci.ids
+.B @IDSDIR@/pci.ids
 Here we install the new list.
 
 .SH SEE ALSO
 Here we install the new list.
 
 .SH SEE ALSO
-.BR lspci (8), setpci (8)
+.BR lspci (8),
+.BR setpci (8)
 
 .SH AUTHOR
 
 .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>.