From ffd42048adfeeae75a50fe30b748395d7c7dd123 Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Tue, 30 Sep 2025 16:50:55 +0000 Subject: [PATCH] lspci: add mnemonics (#18287) --- pages/linux/lspci.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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`