summaryrefslogtreecommitdiffstats
path: root/upstream/debian-unstable/man8/update-pciids.8
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /upstream/debian-unstable/man8/update-pciids.8
parentInitial commit. (diff)
downloadmanpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz
manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-unstable/man8/update-pciids.8')
-rw-r--r--upstream/debian-unstable/man8/update-pciids.838
1 files changed, 38 insertions, 0 deletions
diff --git a/upstream/debian-unstable/man8/update-pciids.8 b/upstream/debian-unstable/man8/update-pciids.8
new file mode 100644
index 00000000..e05d4503
--- /dev/null
+++ b/upstream/debian-unstable/man8/update-pciids.8
@@ -0,0 +1,38 @@
+.TH update-pciids 8 "01 May 2023" "pciutils-3.10.0" "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/misc/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>.