Forráskód Böngészése

Base: Add a man page for lspci

howar6hill 5 éve
szülő
commit
7ff256aab6
1 módosított fájl, 25 hozzáadás és 0 törlés
  1. 25 0
      Base/usr/share/man/man8/lspci.md

+ 25 - 0
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
+```