diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-02-02 19:39:32 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-02-02 19:39:32 +0000 |
commit | 88f23666e572ce150be1c1aad807da16acbd800c (patch) | |
tree | 539bebc5f48a442f9c506c50ff4dbb8ebfe3d643 /share | |
parent | 8fe40383d6a57aceaf6760c72643d812ecd84d21 (diff) |
Remove refrence to VLAYER, its gone.
Diff from Iruata Souza, thanks!
ok pedro@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/vnode.9 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9 index 2f2677f4e00..ad1e985ca61 100644 --- a/share/man/man9/vnode.9 +++ b/share/man/man9/vnode.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vnode.9,v 1.22 2005/10/19 16:52:19 pedro Exp $ +.\" $OpenBSD: vnode.9,v 1.23 2007/02/02 19:39:31 thib Exp $ .\" .\" Copyright (c) 2001 Constantine Sapuntzakis .\" All rights reserved. @@ -321,8 +321,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 VLAYER -This vnode is on a layered file system. .It Dv VLOCKSWORK This vnode's underlying file system supports locking discipline. .El |