diff options
author | Bruce Evans <bde@FreeBSD.org> | 1999-12-23 17:22:58 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1999-12-23 17:22:58 +0000 |
commit | 5770fb136104860cd7ab44a3d2dbfa89a3e67a42 (patch) | |
tree | ff6685dc22066aacc7ffe4cb61940c2f836e1d29 /share/man/man9/physio.9 | |
parent | bd00dbfafc21d67f71804cf71ad2c259d1f8e196 (diff) |
Fixed bitrot in synopsis. Important interface changes hadn't reached here.
Notes
Notes:
svn path=/head/; revision=55047
Diffstat (limited to 'share/man/man9/physio.9')
-rw-r--r-- | share/man/man9/physio.9 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/share/man/man9/physio.9 b/share/man/man9/physio.9 index 3822af1db50f..02114fafe22f 100644 --- a/share/man/man9/physio.9 +++ b/share/man/man9/physio.9 @@ -44,15 +44,10 @@ .Nd initiate I/O on raw devices .Sh SYNOPSIS .Fd #include <sys/param.h> +.Fd #include <sys/systm.h> .Fd #include <sys/buf.h> .Ft int -.Fo physio -.Fa "void (*strategy)(struct buf *)" -.Fa "struct buf *bp" -.Fa "dev_t dev" -.Fa "int flags" -.Fa "u_int (*minphys)(struct buf *)" -.Fa "struct uio *uio" +.Fn physio "dev_t dev" "struct uio *uio" "int ioflag" .Fc .Sh DESCRIPTION The |