Module Name: src
Committed By: martin
Date: Sun Nov 2 10:15:12 UTC 2014
Modified Files:
src/share/man/man4 [netbsd-7]: viornd.4
Log Message:
Pull up following revision(s) (requested by tls in ticket #176):
share/man/man4/viornd.4: revision 1.2
Use proper markup in AUTHORS, and sort SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.2.2.2 -r1.2.2.3 src/share/man/man4/viornd.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/viornd.4
diff -u src/share/man/man4/viornd.4:1.2.2.2 src/share/man/man4/viornd.4:1.2.2.3
--- src/share/man/man4/viornd.4:1.2.2.2 Sun Nov 2 10:09:44 2014
+++ src/share/man/man4/viornd.4 Sun Nov 2 10:15:12 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: viornd.4,v 1.2.2.2 2014/11/02 10:09:44 martin Exp $
+.\" $NetBSD: viornd.4,v 1.2.2.3 2014/11/02 10:15:12 martin Exp $
.\"
.\" Copyright (c) 2014 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -43,8 +43,8 @@ driver, used with a compatible hyperviso
Compute Engine, requests entropy using the VirtIO random number interface
and feeds it into the system entropy pool.
.Sh SEE ALSO
-.Xr virtio 4 ,
-.Xr rnd 4
+.Xr rnd 4 ,
+.Xr virtio 4
.Sh HISTORY
The
.Nm
@@ -53,8 +53,10 @@ driver appeared in
.Sh AUTHORS
The
.Nm
-driver was written by Stephan Fritsch <[email protected]> and reworked to
-request entropy upon demand by Thor Lancelot Simon <[email protected]>.
+driver was written by
+.An Stephan Fritsch Aq Mt [email protected]
+and reworked to request entropy upon demand by
+.An Thor Lancelot Simon Aq Mt [email protected] .
.Sh CAVEATS
VirtIO appears to support at least 8 pending entropy requests, but
.Nm