git: fb49baaa9b3b - stable/15 - virtio_balloon.4: Canonicalise SYNOPSIS + AUTHORS

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

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

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

    virtio_balloon.4: Canonicalise SYNOPSIS + AUTHORS
    
    Also tag SPDX.
    
    MFC after:      3 days
    
    (cherry picked from commit 937e64189133c7b96d84a10730d6e91aeb763c54)
---
 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