summaryrefslogtreecommitdiffstats
path: root/share/man/man9/physio.9
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-13 14:49:13 +0000
committerbde <bde@FreeBSD.org>1997-04-13 14:49:13 +0000
commit81c85a10506d23c9a4b9490b9ad9ce6e13a8622e (patch)
treedf67fc502e2998aada7dc2af699c98e8877fcab7 /share/man/man9/physio.9
parentd280e8e0d08d40447f471ce4630609b3e226e3aa (diff)
downloadFreeBSD-src-81c85a10506d23c9a4b9490b9ad9ce6e13a8622e.zip
FreeBSD-src-81c85a10506d23c9a4b9490b9ad9ce6e13a8622e.tar.gz
Fixed #include and/or prototype bugs in synopsis.
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