diff options
author | 2006-11-03 10:08:05 +0000 | |
---|---|---|
committer | 2006-11-03 10:08:05 +0000 | |
commit | 9dc2929ea8cbf2e754b6bb23c6a46a038e3b6aa7 (patch) | |
tree | d41cc13621c3fa6e00cfbd5d58955be5acee6d5b | |
parent | no need to capitalise "virtual"; (diff) | |
download | wireguard-openbsd-9dc2929ea8cbf2e754b6bb23c6a46a038e3b6aa7.tar.xz wireguard-openbsd-9dc2929ea8cbf2e754b6bb23c6a46a038e3b6aa7.zip |
improve EXAMPLES somewhat; from dlg and myself
-rw-r--r-- | share/man/man4/vic.4 | 9 |
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 |