svn commit: r245738 - projects/virtio/share/man/man4

Bryan Venteicher bryanv at FreeBSD.org
Mon Jan 21 07:45:26 UTC 2013


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


More information about the svn-src-projects mailing list