diff options
author | 2015-12-09 08:46:27 +0000 | |
---|---|---|
committer | 2015-12-09 08:46:27 +0000 | |
commit | 2647838ed66f8e2e6fd8beff98ead0f9ece9c7c5 (patch) | |
tree | 612fb8cc007c13c9d01cd8571c9dc86bc07c2b1f | |
parent | Install aliases(5), forward(5), makemap(8) and newaliases(8) manpages (diff) | |
download | wireguard-openbsd-2647838ed66f8e2e6fd8beff98ead0f9ece9c7c5.tar.xz wireguard-openbsd-2647838ed66f8e2e6fd8beff98ead0f9ece9c7c5.zip |
- pvbus on vmm(4) guests prints "OpenBSD", not vmm(4).
- Add xen(4) to the list.
-rw-r--r-- | share/man/man4/pvbus.4 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man4/pvbus.4 b/share/man/man4/pvbus.4 index 5f2a6430cf8..d76b1aae7bd 100644 --- a/share/man/man4/pvbus.4 +++ b/share/man/man4/pvbus.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pvbus.4,v 1.3 2015/12/08 18:46:53 reyk Exp $ +.\" $OpenBSD: pvbus.4,v 1.4 2015/12/09 08:46:27 reyk Exp $ .\" .\" Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006 Jason McIntyre <jmc@openbsd.org> @@ -15,7 +15,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: December 8 2015 $ +.Dd $Mdocdate: December 9 2015 $ .Dt PVBUS 4 .Os .Sh NAME @@ -39,10 +39,9 @@ checking the capabilities, and attaching the paravirtual devices. Kernel-based Virtual Machine .It Hyper-V Microsoft Hyper-V -.It Xr vmm 4 +.It OpenBSD .Ox -virtual machine monitor -(VMM) +.Xr vmm 4 .It VMware VMware vSphere Hypervisor and ESXi .It Xen @@ -55,6 +54,8 @@ multiple hypervisor interfaces may be available on the same host. .Bl -tag -width 13n -offset ind -compact .It Xr vmt 4 VMware Tools driver +.It Xr xen 4 +Xen domU nexus device .El .Sh SEE ALSO .Xr autoconf 4 , |