diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-11-22 14:44:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-11-22 14:44:27 +0000 |
commit | e790a74a3292a08ebe2a6407d77e47fc9265da97 (patch) | |
tree | 8a9e7842ba6f640c023b8143cc27f19e970ce688 /share/man | |
parent | 2c11f73dede318e822acc869f050872a3bce9c59 (diff) |
bpf works now
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/vether.4 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man4/vether.4 b/share/man/man4/vether.4 index 66e5c72b479..0d1efe8284d 100644 --- a/share/man/man4/vether.4 +++ b/share/man/man4/vether.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vether.4,v 1.2 2009/11/16 16:53:56 sobrado Exp $ +.\" $OpenBSD: vether.4,v 1.3 2009/11/22 14:44:26 deraadt Exp $ .\" .\" Copyright (c) 2009 Theo de Raadt <deraadt@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 16 2009 $ +.Dd $Mdocdate: November 22 2009 $ .Dt VETHER 4 .Os .Sh NAME @@ -51,6 +51,3 @@ Like .Xr tun 4 , the Ethernet address chosen will be partially random, and may occasionally collide with another address. -.Pp -There are problems with -.Xr bpf 4 . |