git: b7d15db761e6 - main - wg.4: Canonicalize SYNOPSIS + mechanical nits

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

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

commit b7d15db761e6a51f76a04f97ce2d47a30afcf544
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-08-29 02:37:05 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-29 02:48:13 +0000

    wg.4: Canonicalize SYNOPSIS + mechanical nits
    
    While here:
    + tag SPDX
    + remove superflouous Nd quotes
    + add the usual missing blank comment line preceeding file
    
    MFC after:      3 days
---
 share/man/man4/wg.4 | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/share/man/man4/wg.4 b/share/man/man4/wg.4
index 8e2fcfe6b863..c5b1adea8f66 100644
--- a/share/man/man4/wg.4
+++ b/share/man/man4/wg.4
@@ -1,3 +1,4 @@
+.\"
 .\" SPDX-License-Identifier: BSD-2-Clause
 .\"
 .\" Copyright (c) 2020 Gordon Bergling <gbe@FreeBSD.org>
@@ -28,20 +29,13 @@
 .Os
 .Sh NAME
 .Nm wg
-.Nd "WireGuard protocol driver"
+.Nd WireGuard protocol 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 wg"
-.Ed
+.Cd device wg
 .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
-if_wg_load="YES"
-.Ed
+.Cd if_wg_load="YES"
 .Sh DESCRIPTION
 The
 .Nm