git: 7eaf7b278e3e - main - vlan.4: Canonicalize SYNOPSIS + tag SPDX

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

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

commit 7eaf7b278e3e0c3a9eb0e6423c933e57685c4782
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-08-29 17:57:59 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-29 19:24:09 +0000

    vlan.4: Canonicalize SYNOPSIS + tag SPDX
    
    MFC after:      3 days
---
 share/man/man4/vlan.4 | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4
index 25405172ed62..b71e04c85087 100644
--- a/share/man/man4/vlan.4
+++ b/share/man/man4/vlan.4
@@ -1,4 +1,6 @@
 .\"
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
 .\" Copyright (c) 2001 Yar Tikhiy
 .\" All rights reserved.
 .\"
@@ -28,21 +30,13 @@
 .Os
 .Sh NAME
 .Nm vlan
-.Nd "IEEE 802.1Q VLAN network interface"
+.Nd IEEE 802.1Q VLAN network interface
 .Sh SYNOPSIS
-To compile this driver into the kernel,
-place the following line in your
-kernel configuration file:
-.Bd -ragged -offset indent
-.Cd "device vlan"
-.Ed
+.Cd device vlan
 .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_vlan_load="YES"
-.Ed
+.Cd if_vlan_load="YES"
 .Sh DESCRIPTION
 The
 .Nm