Date: Mon, 21 Jan 2013 07:45:26 +0000 (UTC) From: Bryan Venteicher <bryanv@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r245738 - projects/virtio/share/man/man4 Message-ID: <201301210745.r0L7jQlB013568@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bryanv Date: Mon Jan 21 07:45:25 2013 New Revision: 245738 URL: http://svnweb.freebsd.org/changeset/base/245738 Log: virtio: Minor man page tweaks virtio_pci does not have its own man page and use .Nm for self-reference. Obtained from: DragonflyBSD Approved by: grehan (implicit) Modified: projects/virtio/share/man/man4/virtio.4 Modified: projects/virtio/share/man/man4/virtio.4 ============================================================================== --- projects/virtio/share/man/man4/virtio.4 Mon Jan 21 07:41:27 2013 (r245737) +++ projects/virtio/share/man/man4/virtio.4 Mon Jan 21 07:45:25 2013 (r245738) @@ -53,10 +53,10 @@ This emulation is often inefficient. .Pp VirtIO defines an interface for efficient I/O between the hypervisor and VM. The -.Xr virtio 4 +.Nm module provides a shared memory transport called a virtqueue. The -.Xr virtio_pci 4 +.Xr virtio_pci device driver represents an emulated PCI device that the hypervisor makes available to the VM. This device provides the probing, configuration, and
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301210745.r0L7jQlB013568>