mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 01:53:46 +01:00
FIxed bitrot in prototype in synopsis.
This commit is contained in:
parent
a467a475ab
commit
99b4f8244c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38058
@ -26,7 +26,7 @@
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: VOP_STRATEGY.9,v 1.4 1998/01/03 22:26:00 steve Exp $
|
||||
.\" $Id: VOP_STRATEGY.9,v 1.5 1998/03/12 07:31:15 charnier Exp $
|
||||
.\"
|
||||
.Dd July 24, 1996
|
||||
.Os
|
||||
@ -39,11 +39,13 @@
|
||||
.Fd #include <sys/vnode.h>
|
||||
.Fd #include <sys/buf.h>
|
||||
.Ft int
|
||||
.Fn VOP_STRATEGY "struct buf *bp"
|
||||
.Fn VOP_STRATEGY "struct vnode *vp" "struct buf *bp"
|
||||
.Sh DESCRIPTION
|
||||
.Pp
|
||||
The arguments are:
|
||||
.Bl -tag -width bp
|
||||
.Bl -tag -width vp
|
||||
.It Ar vp
|
||||
the vnode that the buffer is for
|
||||
.It Ar bp
|
||||
the buffer to be read or written
|
||||
.El
|
||||
|
Loading…
Reference in New Issue
Block a user