diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-08 23:17:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-08 23:17:19 +0000 |
commit | e4d6c2b07d73ae08da157db2edb9142ad02ab1b0 (patch) | |
tree | 047651ed0c8b57784ff0d481e04535023dd4bbd6 /share/man/man9/vnode.9 | |
parent | 132629ec02bdeab9c704e36b8958f9ee6f99ac16 (diff) |
.Xr's for section9:
- MLINKS for uvm stuff
- MLINK vgone.9 vgonel.9
- typos
- fixed SYNOPSIS of extattr(9)
lots of help from miod and art
ok miod@ art@
Diffstat (limited to 'share/man/man9/vnode.9')
-rw-r--r-- | share/man/man9/vnode.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9 index 160349f55aa..ec2a8c2a3bc 100644 --- a/share/man/man9/vnode.9 +++ b/share/man/man9/vnode.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vnode.9,v 1.14 2003/02/26 15:05:07 david Exp $ +.\" $OpenBSD: vnode.9,v 1.15 2003/03/08 23:17:18 jmc Exp $ .\" .\" Copyright (c) 2001 Constantine Sapuntzakis .\" All rights reserved. @@ -112,7 +112,7 @@ orchestrate the reclamation of a vnode. They can be called on both active and inactive vnodes. .Pp When transitioning a vnode to the "reclaimed" state, the VFS will call -.Xr vop_reclaim 9 +.Xr VOP_RECLAIM 9 method. File systems use this method to free any file-system specific data they attached to the vnode. @@ -152,7 +152,7 @@ sys/kern/vnode_if.src. The vnode lock is acquired by calling .Xr vn_lock 9 and released by calling -.Xr vn_unlock 9 . +.Xr VOP_UNLOCK 9 . .Pp A process is allowed to sleep while holding the vnode lock. .Pp |