From c8b1fb09a992a76e0d7fd30bf291e95c5033b71d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 14 Sep 2015 16:40:42 +0200 Subject: [PATCH] Fixed naming inconsistency in man page: slot vs. device Thanks to Robert Urban for pointing it out. --- lspci.man | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lspci.man b/lspci.man index 81abc60..5b3acbe 100644 --- a/lspci.man +++ b/lspci.man @@ -126,10 +126,10 @@ Use this if you suspect that the displayed entry is wrong. .SS Options for selection of devices .TP -.B -s [[[[]:]]:][][.[]] +.B -s [[[[]:]]:][][.[]] Show only devices in the specified domain (in case your machine has several host bridges, they can either share a common bus number space or each of them can address a PCI domain -of its own; domains are numbered from 0 to ffff), bus (0 to ff), slot (0 to 1f) and function (0 to 7). +of its own; domains are numbered from 0 to ffff), bus (0 to ff), device (0 to 1f) and function (0 to 7). Each component of the device address can be omitted or set to "*", both meaning "any value". All numbers are hexadecimal. E.g., "0:" means all devices on bus 0, "0" means all functions of device 0 on any bus, "0.3" selects third function of device 0 on all buses and ".4" shows only -- 2.39.2