]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 27 Dec 2006 03:44:22 +0000 (03:44 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 27 Dec 2006 03:44:22 +0000 (03:44 +0000)
man2/pciconfig_read.2

index 58aa8166302b5334fa3842588a3d9918cc801c87..8db268cf2d513dd50984305fddc14125cb532298 100644 (file)
@@ -64,25 +64,35 @@ are: IOBASE_BRIDGE_NUMBER, IOBASE_MEMORY, IOBASE_IO, IOBASE_ISA_IO, IOBASE_ISA_M
 .TP
 .B EINVAL
 .I len
-value is invalid. This does not apply to pci_iobase.
+value is invalid. 
+This does not apply to
+.BR pciconfig_iobase ().
 .TP
 .B EIO
 I/O error.
 .TP
 .B ENODEV
-For pci_iobase, hose value is NULL? For the other calls, could not find a slot.
+For
+.BR pciconfig_iobase (),
+"hose" value is NULL? 
+For the other calls, could not find a slot.
 .TP
 .B ENOSYS
 The system has not implemented these calls (CONFIG_PCI not defined).
 .TP
 .B EOPNOTSUPP
-This return value is only valid for pci_iobase. It is returned if the value for
+This return value is only valid for 
+.BR pciconfig_iobase ().
+.TP
+It is returned if the value for
 .I
 which
 is invalid.
 .TP
 .B EPERM
-User does not have the CAP_SYS_ADMIN capability. This does not apply to pci_iobase.
+User does not have the CAP_SYS_ADMIN capability. 
+This does not apply to 
+.BR pciconfig_iobase ().
 .SH "CONFORMING TO"
 These calls are Linux specific, available since Linux 2.0.26/2.1.11.
 .SH "SEE ALSO"