summaryrefslogtreecommitdiff
path: root/man2/pciconfig_read.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-23 08:20:39 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-23 08:20:39 +0000
commit62218dc0fd31ee51778252fa1cd04c9386fa130f (patch)
tree1273fdfeb0bd8d76b8414c9a4149add7c14112af /man2/pciconfig_read.2
parent67c08131703ab78c4c4356f97ca3b2fd6cefeb3d (diff)
Format SYNOPSIS consistently.
Diffstat (limited to 'man2/pciconfig_read.2')
-rw-r--r--man2/pciconfig_read.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/pciconfig_read.2 b/man2/pciconfig_read.2
index 8c5b64f8..ee0f31e9 100644
--- a/man2/pciconfig_read.2
+++ b/man2/pciconfig_read.2
@@ -10,11 +10,11 @@ pciconfig_read, pciconfig_write, pciconfig_iobase \- pci device information hand
.B #include <pci.h>
.sp
.BI "int pciconfig_read(unsigned long " bus ", unsigned long " dfn ,
-.BI " unsigned long " off ", unsigned long " len ", void *" buf );
+.BI " unsigned long " off ", unsigned long " len ", void *" buf );
.BI "int pciconfig_write(unsigned long " bus ", unsigned long " dfn ,
-.BI " unsigned long " off ", unsigned long " len ", void *" buf );
+.BI " unsigned long " off ", unsigned long " len ", void *" buf );
.BI "int pciconfig_iobase(long " which ", unsigned long " bus ,
-.BI " unsigned long " devfn );
+.BI " unsigned long " devfn );
.fi
.SH DESCRIPTION
.PP