diff options
author | mischief <mischief@offblast.org> | 2014-12-20 22:32:51 -0800 |
---|---|---|
committer | mischief <mischief@offblast.org> | 2014-12-20 22:32:51 -0800 |
commit | bf049ebdb1ede563304c9255d49d47df0098a531 (patch) | |
tree | 8d5f495643e541f7035f9b7653db84f7fb636d93 /sys/man | |
parent | 3f4e84292c716df48ac2d346730624717296704b (diff) |
pci(8): document vid/did argument
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/8/pci | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/man/8/pci b/sys/man/8/pci index ed2c8c6a8..2b74dc7aa 100644 --- a/sys/man/8/pci +++ b/sys/man/8/pci @@ -32,6 +32,14 @@ The option adds a second line per device, containing an English description obtained from .BR /lib/pci . +.PP +If any number of +.B vid/did +pairs is specified, +.I pci +instead looks up each pair in the database and prints the +.B vid/did, +followed by the English description of the vendor and device on a new line if it exists in the database. .SH FILES .B /lib/pci .SH SOURCE |