Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Add viornd(4) to virtio(4) man page



details:   https://anonhg.NetBSD.org/src/rev/6833cef10a3f
branches:  trunk
changeset: 821159:6833cef10a3f
user:      ryoon <ryoon%NetBSD.org@localhost>
date:      Thu Jan 26 13:38:28 2017 +0000

description:
Add viornd(4) to virtio(4) man page

diffstat:

 share/man/man4/virtio.4 |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (42 lines):

diff -r 4f1e93bf9238 -r 6833cef10a3f share/man/man4/virtio.4
--- a/share/man/man4/virtio.4   Thu Jan 26 10:14:52 2017 +0000
+++ b/share/man/man4/virtio.4   Thu Jan 26 13:38:28 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: virtio.4,v 1.5 2012/03/08 22:52:22 wiz Exp $
+.\"    $NetBSD: virtio.4,v 1.6 2017/01/26 13:38:28 ryoon Exp $
 .\"
 .\" Copyright (c) 2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd November 5, 2011
+.Dd Janualy 26, 2017
 .Dt VIRTIO 4
 .Os
 .Sh NAME
@@ -35,6 +35,7 @@
 .Cd "ld* at virtio?"
 .Cd "vioif* at virtio?"
 .Cd "viomb* at virtio?"
+.Cd "viornd* at virtio?"
 .Sh DESCRIPTION
 .Nm
 defines an interface for efficient, standard and extensible I/O between the
@@ -54,12 +55,15 @@
 An Ethernet device.
 .It Xr viomb 4
 A pseudo-device to release memory back to the hypervisor.
+.It Xr viornd 4
+An entropy source.
 .El
 .Sh SEE ALSO
 .Xr ld 4 ,
 .Xr pci 4 ,
 .Xr vioif 4 ,
 .Xr viomb 4
+.Xr viornd 4
 .Pp
 .Rs
 .%A Rusty Russell, IBM Corporation



Home | Main Index | Thread Index | Old Index