summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorhowar6hill <howar6hill@yahoo.com>2020-02-20 15:56:59 +0800
committerAndreas Kling <kling@serenityos.org>2020-02-20 15:13:42 +0100
commit7ff256aab6ee877af4faf47e8e59a93bb6efe862 (patch)
tree14c6c7588cb014cfeed82dcdf2c3537ca230e95a /Base
parente352ee23e593641fbb22f181b7a48535230768e6 (diff)
downloadserenity-7ff256aab6ee877af4faf47e8e59a93bb6efe862.zip
Base: Add a man page for lspci
Diffstat (limited to 'Base')
-rw-r--r--Base/usr/share/man/man8/lspci.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/Base/usr/share/man/man8/lspci.md b/Base/usr/share/man/man8/lspci.md
new file mode 100644
index 0000000000..97dced288b
--- /dev/null
+++ b/Base/usr/share/man/man8/lspci.md
@@ -0,0 +1,25 @@
+## Name
+
+lspci - list connected PCI devices
+
+## Synopsis
+
+```**sh
+$ lspci
+```
+
+## Description
+
+lspci is a utility for displaying information about PCI buses in the system
+and devices connected to them. It shows a brief list of devices.
+
+## Files
+
+* `/proc/pci` - source of the PCI devices list.
+* `/res/pci.ids` - a database of PCI identifiers used to match available devices to their vendor, device and class names.
+
+## Examples
+
+```sh
+$ lspci
+```