summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2006-11-03 10:08:05 +0000
committerjmc <jmc@openbsd.org>2006-11-03 10:08:05 +0000
commit9dc2929ea8cbf2e754b6bb23c6a46a038e3b6aa7 (patch)
treed41cc13621c3fa6e00cfbd5d58955be5acee6d5b
parentno need to capitalise "virtual"; (diff)
downloadwireguard-openbsd-9dc2929ea8cbf2e754b6bb23c6a46a038e3b6aa7.tar.xz
wireguard-openbsd-9dc2929ea8cbf2e754b6bb23c6a46a038e3b6aa7.zip
improve EXAMPLES somewhat; from dlg and myself
-rw-r--r--share/man/man4/vic.49
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man4/vic.4 b/share/man/man4/vic.4
index c0342633a8d..c4f28592bc6 100644
--- a/share/man/man4/vic.4
+++ b/share/man/man4/vic.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vic.4,v 1.13 2006/11/03 09:45:35 jmc Exp $
+.\" $OpenBSD: vic.4,v 1.14 2006/11/03 10:08:05 jmc Exp $
.\"
.\" Copyright (c) 2006 Reyk Floeter <reyk@openbsd.org>
.\"
@@ -70,10 +70,11 @@ options provided by the underlying host of the virtual machine.
For more information on configuring this device, see
.Xr ifconfig 8 .
.Sh EXAMPLES
-For VMware to add a virtual NIC to a virtual machine, the virtualDev parameter
-on an Ethernet device must be specified as "vmxnet":
+The following entry must be added to the VMware configuration file
+to provide the
+.Nm
+device:
.Bd -literal -offset indent
-ethernet0.present = "TRUE"
ethernet0.virtualDev = "vmxnet"
.Ed
.Sh SEE ALSO