diff options
-rw-r--r-- | share/man/man9/VOP_LOCK.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/VOP_LOCK.9 b/share/man/man9/VOP_LOCK.9 index 7b09063..a35b1da 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.4 1998/03/12 07:31:11 charnier Exp $ +.\" $Id: VOP_LOCK.9,v 1.5 1999/03/17 20:17:32 ghelmer Exp $ .\" .Dd July 24, 1996 .Os @@ -38,8 +38,8 @@ .Nm vn_lock .Nd serialize access to a vnode .Sh SYNOPSIS -.Fd #include <sys/lock.h> .Fd #include <sys/param.h> +.Fd #include <sys/lock.h> .Fd #include <sys/vnode.h> .Ft int .Fn VOP_LOCK "struct vnode *vp" "int flags" "struct proc *p" |