summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_LOCK.9
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-13 14:39:59 +0000
committerbde <bde@FreeBSD.org>1997-04-13 14:39:59 +0000
commitd280e8e0d08d40447f471ce4630609b3e226e3aa (patch)
tree4f017e35673be2e140d508187fe6d85bf0076d62 /share/man/man9/VOP_LOCK.9
parenta7e3be2ea263940f0bfb4b97cf263a50719156a1 (diff)
downloadFreeBSD-src-d280e8e0d08d40447f471ce4630609b3e226e3aa.zip
FreeBSD-src-d280e8e0d08d40447f471ce4630609b3e226e3aa.tar.gz
Updated synopsis for Lite2.
Fixed missing #include in synopsis.
Diffstat (limited to 'share/man/man9/VOP_LOCK.9')
-rw-r--r--share/man/man9/VOP_LOCK.97
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man9/VOP_LOCK.9 b/share/man/man9/VOP_LOCK.9
index 4ef44ac..0fde166 100644
--- a/share/man/man9/VOP_LOCK.9
+++ b/share/man/man9/VOP_LOCK.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_LOCK.9,v 1.1 1997/03/03 18:00:25 dfr Exp $
+.\" $Id: VOP_LOCK.9,v 1.2 1997/03/04 06:20:42 mpp Exp $
.\"
.Dd July 24, 1996
.Os
@@ -37,11 +37,12 @@
.Nm VOP_ISLOCKED
.Nd serialize access to a vnode
.Sh SYNOPSIS
+.Fd #include <sys/param.h>
.Fd #include <sys/vnode.h>
.Ft int
-.Fn VOP_LOCK "struct vnode *vp"
+.Fn VOP_LOCK "struct vnode *vp" "int flags" "struct proc *p"
.Ft int
-.Fn VOP_UNLOCK "struct vnode *vp"
+.Fn VOP_UNLOCK "struct vnode *vp" "int flags" "struct proc *p"
.Ft int
.Fn VOP_ISLOCKED "struct vnode *vp"
.Sh DESCRIPTION
OpenPOWER on IntegriCloud