git: 92510faa1277 - stable/15 - vlan.4: Canonicalize SYNOPSIS + tag SPDX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Sep 2026 12:04:45 UTC
The branch stable/15 has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=92510faa1277c94da01a9533e36120d9894a9879
commit 92510faa1277c94da01a9533e36120d9894a9879
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-08-29 17:57:59 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-09-16 12:03:36 +0000
vlan.4: Canonicalize SYNOPSIS + tag SPDX
MFC after: 3 days
(cherry picked from commit 7eaf7b278e3e0c3a9eb0e6423c933e57685c4782)
---
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