From nobody Wed Sep 16 12:04:53 2026 X-Original-To: dev-commits-src-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4hlHd16QGsz6t5yR for ; Wed, 16 Sep 2026 12:04:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hlHd15HdXz4KV4 for ; Wed, 16 Sep 2026 12:04:53 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1789560293; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=RnU0VhP+2xinKqXtRf1fYqJMUgrTixWkXpsGnVuu23g=; b=p+C/7hAAEzL7FEDSqqd2q7MEyvzBlabKx9R8JtQZ8n/CnYPhSHo5VHTO76zQCqfmU6SLTb BEnp5Ji5qnqPm75ND4p0V31rtDX5zs7U2Mq8aN9zl0yYLku7hSdINDOG0gMD/BFJjPQ1/S LEXGdNlA1Yb4XKoznvEaklsONLNTdpH+1SmUdQPTj8AlY2hnpOXg9BTLqYRZm97eC/RV7W Evr/DA1JG9rQcCeWowpg69atTNKSXGqa3H+LZc9TUrxKCPT78trd7wiUu5aDmm0X8s2A/h x9iZVtYP7rQgvWTfTNohwPxU5IJjRevdpwjuhaiFqnjF2RwLqqScwxU18M+D+g== ARC-Seal: i=1; a=rsa-sha256; d=freebsd.org; s=dkim; cv=none; t=1789560293; b=mhFg0kDiPN4PKoXPPvVZ9SPcwNfQYPTUQ+rg5qcToShNqjHvCuAyR5UL6efzFZhP6zcJca ljq8QLrdUDCrxaYDM/8WXHU15l9Pzg7E0fAh0wevxyox2z7Xhb4l6ZptBeXAsGNjLFTXS1 HJeOr4OsZbeLEYIkVqWtorojk1BGveq3MXMcEHmWM8glpzx7I4dLQ5a5F/Id5DRPCjg3sm qQvp4oa8P1R+HjfKW1QLwmAP8dF1fyiLqHsB64ngiy/ls6ikX3b0WhzmKaPusNl+55JTcr KksXR/cjYGwT8OWVUPGucwzaV5t1Wuj4LmzcStgBhPVhLwoBBCmbgwKdvhqyYA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1789560293; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=RnU0VhP+2xinKqXtRf1fYqJMUgrTixWkXpsGnVuu23g=; b=euQ1pzcF2Tn78pcNRKFwMVLP1AXKmlVJxkcbyu9WFA6wW9KWHdSxWLc6whHN0cY5m2EVAM MsBqKczyN8wenaS3Pf3XJlpFZiX1LKuuYSZm30e4pPo75dm+ChSSDHi1QXAzft8A6czUAO 3MrvwicGET2iylfpLBzTP1mFuWquKlUFA4hAfNDToRPf9IblXnOolwPKBhShbqU3wrEIde dhAVxCZhkfNNA+EnZN2Z96UNwPdgfBT3ZmNekv/+DZ/3xSFu5t4r9OevqOiiyrw4xxYoQp q7YI5aqYIwS0TDx3eJfVXCFX0cwPjOv8v29lSCyZHZfryOf12l+A2w6A5lmhYA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hlHd14Mptzmc4 for ; Wed, 16 Sep 2026 12:04:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 20438 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Wed, 16 Sep 2026 12:04:53 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Alexander Ziaee Subject: git: fb49baaa9b3b - stable/15 - virtio_balloon.4: Canonicalise SYNOPSIS + AUTHORS List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ziaee X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: fb49baaa9b3bf73bebe1b4442cf8c0490757caee Auto-Submitted: auto-generated Date: Wed, 16 Sep 2026 12:04:53 +0000 Message-Id: <6aaa85e5.20438.ff1c57b@gitrepo.freebsd.org> The branch stable/15 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=fb49baaa9b3bf73bebe1b4442cf8c0490757caee commit fb49baaa9b3bf73bebe1b4442cf8c0490757caee Author: Alexander Ziaee AuthorDate: 2026-08-29 19:49:19 +0000 Commit: Alexander Ziaee 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