git: 9front

Download patch

ref: c0cdd4e0f936200bfc7b2c2f1aa1e0671b2fb341
parent: d808b174cc05d8ecbdfbbc625a95f4de970a6901
author: mischief <mischief@offblast.org>
date: Sat Dec 20 17:32:51 EST 2014

pci(8): document vid/did argument

--- a/sys/man/8/pci
+++ b/sys/man/8/pci
@@ -32,6 +32,14 @@
 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
--