X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=setpci.man;h=4991a98277abaab94f1e9d88f38d6bc05fe9c8fd;hb=502aefc2c3fa36b2e72d5982f262e9a512ff935a;hp=865e9b624728c4563fdf481cdc5dd2164aa102ab;hpb=727ce158868ed101006ecc5d3dd3faede927165c;p=pciutils.git diff --git a/setpci.man b/setpci.man index 865e9b6..4991a98 100644 --- a/setpci.man +++ b/setpci.man @@ -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 . +The Linux PCI Utilities are maintained by Martin Mares .