]> mj.ucw.cz Git - pciutils.git/blobdiff - setpci.man
Testing on real NetBSD revealed a couple of stupid typos.
[pciutils.git] / setpci.man
index 865e9b624728c4563fdf481cdc5dd2164aa102ab..4991a98277abaab94f1e9d88f38d6bc05fe9c8fd 100644 (file)
@@ -42,6 +42,12 @@ It's useful to try
 to see what your complex sequence of
 .B setpci
 operations does before you actually execute it.
+.TP
+.B --version
+Shows
+.I setpci
+version. This option should be used standalone.
+
 
 .SH DEVICE SELECTION
 .PP
@@ -192,11 +198,11 @@ Increase debug level of the library. (All systems)
 .PP
 `setpci -s 0 device_id vendor_id' lists ID's of devices in slot 0 in all busses.
 .PP
-`setpci -s 12:3.4 34.l=1,2,3' writes longword 1 to register 34, 2 to register 35
-and 3 to register 35 of device at bus 12, slot 3, function 4.
+`setpci -s 12:3.4 3c.l=1,2,3' writes longword 1 to register 3c, 2 to register 3d
+and 3 to register 3e of device at bus 12, slot 3, function 4.
 
 .SH SEE ALSO
 .BR lspci (8)
 
 .SH AUTHOR
-The Linux PCI Utilities are maintained by Martin Mares <mj@atrey.karlin.mff.cuni.cz>.
+The Linux PCI Utilities are maintained by Martin Mares <mj@ucw.cz>.