summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2015-09-14 16:40:42 +0200
committerMartin Mares <mj@ucw.cz>2015-09-14 16:40:42 +0200
commitc8b1fb09a992a76e0d7fd30bf291e95c5033b71d (patch)
tree83bbc562105473b67a79245c075de08b5f9b12a3
parent8ab74b693de8b22f6f9b48ac80b6a3a013ddc55a (diff)
downloadpciutils-c8b1fb09a992a76e0d7fd30bf291e95c5033b71d.tar.gz
Fixed naming inconsistency in man page: slot vs. device
Thanks to Robert Urban for pointing it out.
-rw-r--r--lspci.man4
1 files 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 [[[[<domain>]:]<bus>]:][<slot>][.[<func>]]
+.B -s [[[[<domain>]:]<bus>]:][<device>][.[<func>]]
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