diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-11-15 21:35:46 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-11-15 21:35:46 +0000 |
commit | 94eac89fbc28979277234f0b79186591e36df903 (patch) | |
tree | 39f9180dbf2fbf149f5edf06cb7840d79487137c /sbin/ifconfig/ifconfig.8 | |
parent | da53ace49f3749098e4f85f132143c17cbe57644 (diff) |
vether(4) interfaces can be created too; ok deraadt
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index d856b1d8367..cd036592ef7 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.185 2009/11/09 21:45:54 jmc Exp $ +.\" $OpenBSD: ifconfig.8,v 1.186 2009/11/15 21:35:45 jmc Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -31,7 +31,7 @@ .\" .\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: November 9 2009 $ +.Dd $Mdocdate: November 15 2009 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -186,6 +186,7 @@ At least the following devices can be created on demand: .Xr sl 4 , .Xr trunk 4 , .Xr tun 4 , +.Xr vether 4 , .Xr vlan 4 .It Cm debug Enable driver-dependent debugging code; usually, this turns on |