diff options
author | 2017-03-24 07:55:28 +0000 | |
---|---|---|
committer | 2017-03-24 07:55:28 +0000 | |
commit | 00f5d30c6783c032b9cab55dbed6765924715c58 (patch) | |
tree | d20f8ac8785695f948aa3456fc243d2fbbff0b76 | |
parent | Show count of search results in copy mode. (diff) | |
download | wireguard-openbsd-00f5d30c6783c032b9cab55dbed6765924715c58.tar.xz wireguard-openbsd-00f5d30c6783c032b9cab55dbed6765924715c58.zip |
add viocon and a missing full stop in previous;
ok mlarkin
-rw-r--r-- | share/man/man4/virtio.4 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/virtio.4 b/share/man/man4/virtio.4 index e98ea861475..5e60e2e0c32 100644 --- a/share/man/man4/virtio.4 +++ b/share/man/man4/virtio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: virtio.4,v 1.13 2017/03/23 08:20:18 mlarkin Exp $ +.\" $OpenBSD: virtio.4,v 1.14 2017/03/24 07:55:28 jmc Exp $ .\" .\" Copyright (c) 2012 Stefan Fritsch <sf@sfritsch.de> .\" @@ -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: March 23 2017 $ +.Dd $Mdocdate: March 24 2017 $ .Dt VIRTIO 4 .Os .Sh NAME @@ -29,7 +29,7 @@ The driver provides support service for paravirtualized devices using the VirtIO protocol. Such devices are provided by bhyve, KVM, QEMU, VirtualBox, and -.Xr vmm 4 +.Xr vmm 4 . .Pp Currently there are drivers for the following .Nm @@ -40,6 +40,8 @@ devices: VirtIO network device .It Xr vioblk 4 VirtIO disk +.It Xr viocon 4 +VirtIO console device .It Xr viomb 4 VirtIO memory ballooning driver .It Xr viornd 4 |