diff options
author | 2015-07-21 07:01:21 +0000 | |
---|---|---|
committer | 2015-07-21 07:01:21 +0000 | |
commit | dc0360622755a97c7a9782eb67225d0f644c27a4 (patch) | |
tree | 49326e3df08f23d362cd0afccb63cedd2108209d | |
parent | basic macro fixes: Dv for signal names, Sy for non-base-system commands (diff) | |
download | wireguard-openbsd-dc0360622755a97c7a9782eb67225d0f644c27a4.tar.xz wireguard-openbsd-dc0360622755a97c7a9782eb67225d0f644c27a4.zip |
don't use .Xr for things that have no manual page
-rw-r--r-- | share/man/man4/pvbus.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/pvbus.4 b/share/man/man4/pvbus.4 index d071abed365..e9f41087a1a 100644 --- a/share/man/man4/pvbus.4 +++ b/share/man/man4/pvbus.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pvbus.4,v 1.1 2015/07/21 03:40:01 reyk Exp $ +.\" $OpenBSD: pvbus.4,v 1.2 2015/07/21 07:01:21 schwarze Exp $ .\" .\" Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006 Jason McIntyre <jmc@openbsd.org> @@ -35,13 +35,13 @@ driver is responsible for detecting the hypervisor interface, checking the capabilities, and attaching the paravirtual devices. .Ss Supported hypervisors .Bl -tag -width 13n -offset ind -compact -.It Xr KVM +.It KVM Kernel-based Virtual Machine -.It Xr Hyper-V +.It Hyper-V Microsoft Hyper-V -.It Xr VMware +.It VMware VMware vSphere Hypervisor and ESXi -.It Xr Xen +.It Xen Xen VMM .El .Pp |