git: 937e64189133 - main - virtio_balloon.4: Canonicalise SYNOPSIS + AUTHORS

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Sat, 29 Aug 2026 20:06:30 UTC
The branch main has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=937e64189133c7b96d84a10730d6e91aeb763c54

commit 937e64189133c7b96d84a10730d6e91aeb763c54
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-08-29 19:49:19 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-29 19:50:33 +0000

    virtio_balloon.4: Canonicalise SYNOPSIS + AUTHORS
    
    Also tag SPDX.
    
    MFC after:      3 days
---
 share/man/man4/virtio_balloon.4 | 23 +++++++++--------------
 1 file changed, 9 insertions(+), 14 deletions(-)

diff --git a/share/man/man4/virtio_balloon.4 b/share/man/man4/virtio_balloon.4
index 1d680435313d..0b775fffe35b 100644
--- a/share/man/man4/virtio_balloon.4
+++ b/share/man/man4/virtio_balloon.4
@@ -1,3 +1,6 @@
+.\"
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
 .\" Copyright (c) 2011 Bryan Venteicher
 .\" All rights reserved.
 .\"
@@ -29,19 +32,11 @@
 .Nm virtio_balloon
 .Nd VirtIO Memory Balloon 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_balloon"
-.Ed
+.Cd device virtio_balloon
 .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_balloon_load="YES"
-.Ed
+.Cd virtio_balloon_load="YES"
 .Sh DESCRIPTION
 The
 .Nm
@@ -56,7 +51,7 @@ The hypervisor can later signal the balloon to return the memory.
 .Sh HISTORY
 The
 .Nm
-driver was written by
-.An Bryan Venteicher Aq Mt bryanv@FreeBSD.org .
-It first appeared in
+driver first appeared in
 .Fx 9.0 .
+.Sh AUTHORS
+.An Bryan Venteicher Aq Mt bryanv@FreeBSD.org