]> git.ipfire.org Git - thirdparty/pciutils.git/blobdiff - setpci.man
Better work-around for missing symbol versioning on Darwin
[thirdparty/pciutils.git] / setpci.man
index 6c1ad8c84f99adab168a6d0f7a437062f5690e7a..c35b9968af50d4abc5fad26ff60e742f723d1b8e 100644 (file)
@@ -124,7 +124,7 @@ where both
 .I data
 and
 .I mask
-are hexdecimal numbers. In the latter case, only the bits corresponding to binary
+are hexadecimal numbers. In the latter case, only the bits corresponding to binary
 ones in the \fImask\fP are changed (technically, this is a read-modify-write operation).
 
 .PP
@@ -148,10 +148,10 @@ identifier of the capability in hexadecimal.
 Each of the previous formats can be followed by \fB+offset\fP to add an offset
 (a hex number) to the address. This feature can be useful for addressing of registers
 living within a capability, or to modify parts of standard registers.
-\IP \(bu
+.IP \(bu
 Finally, you should append a width specifier \fB.B\fP, \fB.W\fP, or \fB.L\fP to choose
 how many bytes (1, 2, or 4) should be transferred. The width can be omitted if you are
-accessing a named register whose width is well known.
+referring to a register by its name and the width of the register is well known.
 
 .PP
 All names of registers and width specifiers are case-insensitive.