diff options
author | 2007-02-02 19:39:31 +0000 | |
---|---|---|
committer | 2007-02-02 19:39:31 +0000 | |
commit | c40d9061a3862e8a7f7dbd11864204aab84e71fd (patch) | |
tree | fdc6bbf4b7a03ce5d3adb9d468e56dbbf93a98b4 | |
parent | better example & description for mfs, parts from jmc, ok jmc simon (diff) | |
download | wireguard-openbsd-c40d9061a3862e8a7f7dbd11864204aab84e71fd.tar.xz wireguard-openbsd-c40d9061a3862e8a7f7dbd11864204aab84e71fd.zip |
Remove refrence to VLAYER, its gone.
Diff from Iruata Souza, thanks!
ok pedro@
-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 |