summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_REVOKE.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-03-18 16:40:07 +0000
committerru <ru@FreeBSD.org>2002-03-18 16:40:07 +0000
commite75296ea44cc16a1fce7e5b0d68688f9825f49dd (patch)
tree53320db113ec2cd004cf000cfb6aaffcecefea39 /share/man/man9/VOP_REVOKE.9
parent98d8008e61f7f808532eb528ebf3ede84b17b15d (diff)
downloadFreeBSD-src-e75296ea44cc16a1fce7e5b0d68688f9825f49dd.zip
FreeBSD-src-e75296ea44cc16a1fce7e5b0d68688f9825f49dd.tar.gz
mdoc(7) police: tidy up.
Diffstat (limited to 'share/man/man9/VOP_REVOKE.9')
-rw-r--r--share/man/man9/VOP_REVOKE.915
1 files changed, 8 insertions, 7 deletions
diff --git a/share/man/man9/VOP_REVOKE.9 b/share/man/man9/VOP_REVOKE.9
index cd07fea..3c381b0 100644
--- a/share/man/man9/VOP_REVOKE.9
+++ b/share/man/man9/VOP_REVOKE.9
@@ -39,27 +39,28 @@
.Dt VOP_REVOKE 9
.Sh NAME
.Nm VOP_REVOKE
-revokes access to a device and its aliases
+.Nd "revoke access to a device and its aliases"
.Sh SYNOPSIS
.In sys/param.h
.In sys/vnode.h
.Ft int
-.Fn VOP_INACTIVE "struct vnode *vp" "int flags"
+.Fn VOP_REVOKE "struct vnode *vp" "int flags"
.Sh DESCRIPTION
-.Nm VOP_REVOKE
+.Fn VOP_REVOKE
will administratively revoke access to the device specified by
-.Ar vp ,
+.Fa vp ,
as well as any aliases created via
.Xr make_dev_alias 9 .
-Further file operations on any of these devices by processes which have them open will nominally fail.
+Further file operations on any of these devices by processes
+which have them open will nominally fail.
The
-.Ar flags
+.Fa flags
must be set to
.Dv REVOKEALL
to signify that all access will be revoked; any other value is invalid.
.Sh LOCKS
The
-.Ar vp
+.Fa vp
must be unlocked on entry, and will remain unlocked upon return.
.Sh SEE ALSO
.Xr make_dev_alias 9 ,
OpenPOWER on IntegriCloud