summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2014-08-25 14:46:08 +0000
committerjsg <jsg@openbsd.org>2014-08-25 14:46:08 +0000
commitb32b2e7e500b930ab752cdf6a212d5eaa60c4bec (patch)
tree2e6628e13f3a2b96fc7030306cf143e4a5088506
parentSync dh.[ch] from iked. The files are identical, so any change in (diff)
downloadwireguard-openbsd-b32b2e7e500b930ab752cdf6a212d5eaa60c4bec.tar.xz
wireguard-openbsd-b32b2e7e500b930ab752cdf6a212d5eaa60c4bec.zip
add an example vmx config line
ok dlg@
-rw-r--r--share/man/man4/vmwpvs.412
1 files changed, 10 insertions, 2 deletions
diff --git a/share/man/man4/vmwpvs.4 b/share/man/man4/vmwpvs.4
index 915eb40c071..8bf8e13f465 100644
--- a/share/man/man4/vmwpvs.4
+++ b/share/man/man4/vmwpvs.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vmwpvs.4,v 1.1 2013/10/08 15:44:46 dlg Exp $
+.\" $OpenBSD: vmwpvs.4,v 1.2 2014/08/25 14:46:08 jsg Exp $
.\"
.\" Copyright (c) 2013 David Gwynne <dlg@openbsd.org>
.\"
@@ -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: October 8 2013 $
+.Dd $Mdocdate: August 25 2014 $
.Dt VMWPVS 4
.Os
.Sh NAME
@@ -27,6 +27,14 @@ The
.Nm
driver provides support for storage controllers using the
Paravirtual SCSI interface a VMware hypervisor can provide to its guests.
+.Sh EXAMPLES
+The following entry must be added to the VMware configuration file
+to provide the
+.Nm
+device:
+.Bd -literal -offset indent
+scsi0.virtualDev = "pvscsi"
+.Ed
.Sh SEE ALSO
.Xr intro 4 ,
.Xr pci 4 ,