diff options
author | Sebastien Marie <semarie@cvs.openbsd.org> | 2021-10-19 14:50:06 +0000 |
---|---|---|
committer | Sebastien Marie <semarie@cvs.openbsd.org> | 2021-10-19 14:50:06 +0000 |
commit | 27b24ee98ed42b29bf18f59412e38928a097472c (patch) | |
tree | 07787525bcebc56749c91da103200368ade76c20 /share/man/man9 | |
parent | a5225021bca184729ef669e250fa83d951803384 (diff) |
vnode: remove VLOCKSWORK usage in pstat and mention in man pages
unbreak the tree. found hard way by tb@
ok tb@ which have the same diff
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/vnode.9 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9 index 0b545ac1839..80affa5459f 100644 --- a/share/man/man9/vnode.9 +++ b/share/man/man9/vnode.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vnode.9,v 1.33 2020/01/20 23:23:04 claudio Exp $ +.\" $OpenBSD: vnode.9,v 1.34 2021/10/19 14:50:05 semarie Exp $ .\" .\" Copyright (c) 2001 Constantine Sapuntzakis .\" All rights reserved. @@ -23,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 20 2020 $ +.Dd $Mdocdate: October 19 2021 $ .Dt VNODE 9 .Os .Sh NAME @@ -303,8 +303,6 @@ This vnode is locked to change its underlying type. A process is waiting for this vnode. .It Dv VALIASED This vnode has an alias. -.It Dv VLOCKSWORK -This vnode's underlying file system supports locking discipline. .El .Pp The |