summaryrefslogtreecommitdiffstats
path: root/share/man/man9/physio.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/physio.9')
-rw-r--r--share/man/man9/physio.98
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man9/physio.9 b/share/man/man9/physio.9
index 0a63379..e372b90 100644
--- a/share/man/man9/physio.9
+++ b/share/man/man9/physio.9
@@ -41,13 +41,15 @@
.Nm physio
.Nd initiate I/O on raw devices
.Sh SYNOPSIS
+.Fd #include <sys/param.h>
+.Fd #include <sys/buf.h>
.Ft int
-.Fo "physio"
-.Fa "(*strategy)(struct buf *)"
+.Fo physio
+.Fa "void (*strategy)(struct buf *)"
.Fa "struct buf *bp"
.Fa "dev_t dev"
.Fa "int flags"
-.Fa "(*minphys)(struct buf *)"
+.Fa "u_int (*minphys)(struct buf *)"
.Fa "struct uio *uio"
.Fc
.Sh DESCRIPTION
OpenPOWER on IntegriCloud