From 99b4f8244cef3405c1abf2106581b822db27da73 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 3 Aug 1998 17:27:41 +0000 Subject: [PATCH] FIxed bitrot in prototype in synopsis. --- share/man/man9/VOP_STRATEGY.9 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/share/man/man9/VOP_STRATEGY.9 b/share/man/man9/VOP_STRATEGY.9 index 800be67a0eaf..206f31814b83 100644 --- a/share/man/man9/VOP_STRATEGY.9 +++ b/share/man/man9/VOP_STRATEGY.9 @@ -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 .Fd #include .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