From fb21343e791f18ea756c826e2148b5f472651108 Mon Sep 17 00:00:00 2001 From: RTFMExe Date: Fri, 24 Nov 2017 20:40:49 -0300 Subject: [PATCH] concrete example --- pages/linux/lspci.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/lspci.md b/pages/linux/lspci.md index f693d63b1..f7ce0c76b 100644 --- a/pages/linux/lspci.md +++ b/pages/linux/lspci.md @@ -16,8 +16,8 @@ - Show a specific device: -`lspci -s {{bus:device.func}}` +`lspci -s {{00:18.3}}` -- Dump info in readable form: +- Dump info in a readable form: `lspci -vm`