summaryrefslogtreecommitdiff
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-rw-r--r--man2/nfsservctl.25
-rw-r--r--man2/pciconfig_read.26
2 files changed, 6 insertions, 5 deletions
diff --git a/man2/nfsservctl.2 b/man2/nfsservctl.2
index ea7de885..dde0adff 100644
--- a/man2/nfsservctl.2
+++ b/man2/nfsservctl.2
@@ -9,10 +9,11 @@
.SH NAME
nfsservctl \- syscall interface to kernel nfs daemon
.SH SYNOPSIS
+.nf
.B #include <linux/nfsd/syscall.h>
.sp
-.BI "long nfsservctl(int " cmd ", struct nfsctl_arg *" argp \
-", union nfsctl_res *" resp );
+.BI "long nfsservctl(int " cmd ", struct nfsctl_arg *" argp ,
+.BI " union nfsctl_res *" resp );
.SH DESCRIPTION
.nf
/*
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