diff --git a/pages/linux/lspci.md b/pages/linux/lspci.md index e0b6e07e7f..1c0687dc1e 100644 --- a/pages/linux/lspci.md +++ b/pages/linux/lspci.md @@ -7,22 +7,22 @@ `lspci` -- Display additional information (Note: the `-v` flag can be repeated to increase verbosity): +- Display [v]erbose information (Note: the `-v` flag can be repeated to increase verbosity): `lspci -v` -- Display drivers and modules handling each device: +- Display [k]ernel drivers and modules handling each device: `lspci -k` -- Show a specific device: +- [s]elect a specific device: `lspci -s {{00:18.3}}` -- Dump info in a readable form: +- Dump info in a ([m]achine) readable form: `lspci -vm` -- Show PCI vendor and device codes alongside its name: +- Show PCI vendor and device codes as both [n]umbers and [n]ames: `lspci -nn`