diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-06-18 16:54:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-06-18 16:54:44 +0000 |
commit | e6906ccccb928e46ac7ec30657e4b9fcce4e3d38 (patch) | |
tree | 2776222a5e89ef68715fbcc7ecd696a4f9fd4d56 | |
parent | 14236027ed08dd1b60c9db198ffe03d85647414f (diff) |
tweak previous;
-rw-r--r-- | share/man/man4/vio.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/vio.4 b/share/man/man4/vio.4 index a4135d5fb92..1341684dcc6 100644 --- a/share/man/man4/vio.4 +++ b/share/man/man4/vio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vio.4,v 1.11 2014/06/17 19:46:13 sf Exp $ +.\" $OpenBSD: vio.4,v 1.12 2014/06/18 16:54:43 jmc Exp $ .\" .\" Copyright (c) 2012 Stefan Fritsch <sf@sfritsch.de> .\" @@ -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: June 17 2014 $ +.Dd $Mdocdate: June 18 2014 $ .Dt VIO 4 .Os .Sh NAME @@ -37,7 +37,7 @@ at the cost of slightly reduced performance. Setting the bit 0x100 in the flags forces the interface to be always in promiscous mode. This can be used as a workaround for a bug in QEMU before version 2.0 that -prevents packets with a VLAN tag to be sent to the guest. +prevents packets with a VLAN tag from being sent to the guest. .Sh SEE ALSO .Xr intro 4 , .Xr virtio 4 |