git: 400cc895326e - main - virtio_random.4: Canonicalize SYNOPSIS + AUTHORS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Aug 2026 20:06:33 UTC
The branch main has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=400cc895326ea32486ee288f9dfd801d2e77959f
commit 400cc895326ea32486ee288f9dfd801d2e77959f
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-08-29 19:58:10 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-29 19:58:10 +0000
virtio_random.4: Canonicalize SYNOPSIS + AUTHORS
Also tag SPDX
MFC after: 3 days
---
share/man/man4/virtio_random.4 | 24 ++++++++----------------
1 file changed, 8 insertions(+), 16 deletions(-)
diff --git a/share/man/man4/virtio_random.4 b/share/man/man4/virtio_random.4
index 74852c2730c1..41a7f610eb21 100644
--- a/share/man/man4/virtio_random.4
+++ b/share/man/man4/virtio_random.4
@@ -1,3 +1,6 @@
+.\"
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
.\" Copyright (c) 2013 Bryan Venteicher
.\" All rights reserved.
.\"
@@ -29,19 +32,11 @@
.Nm virtio_random
.Nd VirtIO Entropy driver
.Sh SYNOPSIS
-To compile this driver into the kernel,
-place the following lines in your
-kernel configuration file:
-.Bd -ragged -offset indent
-.Cd "device virtio_random"
-.Ed
+.Cd device virtio_random
.Pp
-Alternatively, to load the driver as a
-module at boot time, place the following line in
+In
.Xr loader.conf 5 :
-.Bd -literal -offset indent
-virtio_random_load="YES"
-.Ed
+.Cd virtio_random_load="YES"
.Sh DESCRIPTION
The
.Nm
@@ -52,8 +47,5 @@ hypervisor to the guest.
.Sh SEE ALSO
.Xr random 4 ,
.Xr virtio 4
-.Sh HISTORY
-The
-.Nm
-driver was written by
-.An Bryan Venteicher Aq Mt bryanv@FreeBSD.org .
+.Sh AUTHORS
+.An Bryan Venteicher Aq Mt bryanv@FreeBSD.org