diff options
author | 2006-11-02 08:21:23 +0000 | |
---|---|---|
committer | 2006-11-02 08:21:23 +0000 | |
commit | 172bc90d9a0df977e50ea810969c575f908bc803 (patch) | |
tree | 3c10293c2677af41cc748721c7e5fd709a7d5222 | |
parent | add an example on how to add the virtual nic to a virtual machine. (diff) | |
download | wireguard-openbsd-172bc90d9a0df977e50ea810969c575f908bc803.tar.xz wireguard-openbsd-172bc90d9a0df977e50ea810969c575f908bc803.zip |
tweaks;
-rw-r--r-- | share/man/man4/vic.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/vic.4 b/share/man/man4/vic.4 index 8c486433ca0..893f3dbbc2a 100644 --- a/share/man/man4/vic.4 +++ b/share/man/man4/vic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vic.4,v 1.8 2006/11/02 07:20:36 fkr Exp $ +.\" $OpenBSD: vic.4,v 1.9 2006/11/02 08:21:23 jmc Exp $ .\" .\" Copyright (c) 2006 Reyk Floeter <reyk@openbsd.org> .\" @@ -97,8 +97,8 @@ VMware GSX Server 2.5 and newer .It VMware Server .El -.Pp -For VMware to add a virtual NIC to a virtual machine, add these +.Sh EXAMPLES +For VMware to add a virtual NIC to a virtual machine, add these lines to the vmx configuration file: .Bd -literal -offset indent ethernet0.present = "TRUE" |