git: d9cb19cf63b6 - main - virtio_console.4: Canonicalize SYNOPSIS + AUTHORS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Aug 2026 20:06:31 UTC
The branch main has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=d9cb19cf63b6717825d2562153869fc833cf3a51
commit d9cb19cf63b6717825d2562153869fc833cf3a51
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-08-29 19:53:00 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-29 19:53:00 +0000
virtio_console.4: Canonicalize SYNOPSIS + AUTHORS
Also tag SPDX.
MFC after: 3 days
---
share/man/man4/virtio_console.4 | 26 +++++++++-----------------
1 file changed, 9 insertions(+), 17 deletions(-)
diff --git a/share/man/man4/virtio_console.4 b/share/man/man4/virtio_console.4
index 901c8bfc2564..5d88491dcd46 100644
--- a/share/man/man4/virtio_console.4
+++ b/share/man/man4/virtio_console.4
@@ -1,3 +1,6 @@
+.\"
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
.\" Copyright (c) 2014 Bryan Venteicher
.\" All rights reserved.
.\"
@@ -29,19 +32,11 @@
.Nm virtio_console
.Nd VirtIO Console 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_console"
-.Ed
+.Cd device virtio_console
.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_console_load="YES"
-.Ed
+.Cd virtio_console_load="YES"
.Sh DESCRIPTION
The
.Nm
@@ -52,14 +47,11 @@ Each port is similar to a simple serial interface, and
each port is accessible through
.Xr tty 4 .
.Sh FILES
-.Bl -tag -width ".Pa /dev/ttyV?.??" -compact
+.Bl -tag -width "/dev/ttyV?.??" -compact
.It Pa /dev/ttyV?.??
.El
.Sh SEE ALSO
.Xr tty 4 ,
.Xr virtio 4
-.Sh HISTORY
-The
-.Nm
-driver was written by
-.An Bryan Venteicher Aq bryanv@FreeBSD.org .
+.Sh AUTHORS
+.An Bryan Venteicher Aq Mt bryanv@FreeBSD.org