summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2013-01-16 00:30:49 +0000
committerBrad Smith <brad@cvs.openbsd.org>2013-01-16 00:30:49 +0000
commit2c930626ad8206aed974aa937c131fe2c1c92143 (patch)
tree74788f8d9db6498b11af259115dd321dde700a84 /share
parent146e9a98dc28817181053628c65719b33c865d23 (diff)
- bhyve is now officially all lower case.
- Further tweaking to the viomb(4) page. ok sf@
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/vio.46
-rw-r--r--share/man/man4/vioblk.46
-rw-r--r--share/man/man4/viomb.48
-rw-r--r--share/man/man4/virtio.46
4 files changed, 13 insertions, 13 deletions
diff --git a/share/man/man4/vio.4 b/share/man/man4/vio.4
index 42418d50e13..ddc09469ecc 100644
--- a/share/man/man4/vio.4
+++ b/share/man/man4/vio.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vio.4,v 1.6 2013/01/15 11:58:46 jmc Exp $
+.\" $OpenBSD: vio.4,v 1.7 2013/01/16 00:30:48 brad 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: January 15 2013 $
+.Dd $Mdocdate: January 16 2013 $
.Dt VIO 4
.Os
.Sh NAME
@@ -27,7 +27,7 @@ The
.Nm
driver provides support for the
.Xr virtio 4
-network interface provided by BHyVe, KVM, QEMU, and VirtualBox.
+network interface provided by bhyve, KVM, QEMU, and VirtualBox.
.Sh SEE ALSO
.Xr intro 4 ,
.Xr virtio 4
diff --git a/share/man/man4/vioblk.4 b/share/man/man4/vioblk.4
index 9ef4f49c424..fdba2b0e813 100644
--- a/share/man/man4/vioblk.4
+++ b/share/man/man4/vioblk.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vioblk.4,v 1.5 2013/01/15 11:58:46 jmc Exp $
+.\" $OpenBSD: vioblk.4,v 1.6 2013/01/16 00:30:48 brad 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: January 15 2013 $
+.Dd $Mdocdate: January 16 2013 $
.Dt VIOBLK 4
.Os
.Sh NAME
@@ -28,7 +28,7 @@ The
.Nm
driver provides a virtual disk using a
.Xr virtio 4
-block device provided by BHyVe, KVM, QEMU, and VirtualBox.
+block device provided by bhyve, KVM, QEMU, and VirtualBox.
.Sh SEE ALSO
.Xr intro 4 ,
.Xr scsi 4 ,
diff --git a/share/man/man4/viomb.4 b/share/man/man4/viomb.4
index 8e5f1a81879..cc46ee915fa 100644
--- a/share/man/man4/viomb.4
+++ b/share/man/man4/viomb.4
@@ -1,5 +1,5 @@
.\" $NetBSD: viomb.4,v 1.2 2011/11/26 22:36:14 wiz Exp $
-.\" $OpenBSD: viomb.4,v 1.1 2013/01/12 13:02:22 sf Exp $
+.\" $OpenBSD: viomb.4,v 1.2 2013/01/16 00:30:48 brad Exp $
.\" Copyright (c) 2012 Dinar Talypov <dinar@i-nk.ru>
.\" Copyright (C) 2011 Minoura Makoto.
.\" All rights reserved.
@@ -25,14 +25,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 12 2013 $
+.Dd $Mdocdate: January 16 2013 $
.Dt VIOMB 4
.Os
.Sh NAME
.Nm viomb
.Nd VirtIO memory ballooning driver
.Sh SYNOPSIS
-.Cd "virtio* at pci? dev ? function ?"
.Cd "viomb* at virtio?"
.Sh DESCRIPTION
The
@@ -44,7 +43,7 @@ Memory ballooning works as follows:
.Bl -enum -compact
.It
The host operator requests a guest to return some amount of memory to the host
-(via, for example, the Qemu monitor balloon command).
+(via, for example, the QEMU monitor balloon command).
.It
The hypervisor sends the request via the VirtIO memory ballooning device.
.It
@@ -60,6 +59,7 @@ device tells the hypervisor the guest physical memory address of the
allocated memory via the VirtIO memory ballooning device.
.El
.Sh SEE ALSO
+.Xr intro 4 ,
.Xr virtio 4
.Rs
.%A Rusty Russell, IBM Corporation
diff --git a/share/man/man4/virtio.4 b/share/man/man4/virtio.4
index 5082c312cbc..16ad4ba3152 100644
--- a/share/man/man4/virtio.4
+++ b/share/man/man4/virtio.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: virtio.4,v 1.5 2013/01/15 11:58:46 jmc Exp $
+.\" $OpenBSD: virtio.4,v 1.6 2013/01/16 00:30:48 brad 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: January 15 2013 $
+.Dd $Mdocdate: January 16 2013 $
.Dt VIRTIO 4
.Os
.Sh NAME
@@ -27,7 +27,7 @@ The
.Nm
driver provides support service for paravirtualized devices using the VirtIO
protocol.
-Such devices are provided by BHyVe, KVM, QEMU, and VirtualBox.
+Such devices are provided by bhyve, KVM, QEMU, and VirtualBox.
.Pp
Currently there are drivers for the following
.Nm