git: 2a10b3395576 - stable/15 - virtio_console.4: Canonicalize SYNOPSIS + AUTHORS

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Wed, 16 Sep 2026 12:04:54 UTC
The branch stable/15 has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=2a10b33955766f0d89f892db35027895453c4440

commit 2a10b33955766f0d89f892db35027895453c4440
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-08-29 19:53:00 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-09-16 12:03:40 +0000

    virtio_console.4: Canonicalize SYNOPSIS + AUTHORS
    
    Also tag SPDX.
    
    MFC after:      3 days
    
    (cherry picked from commit d9cb19cf63b6717825d2562153869fc833cf3a51)
---
 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