git: fa89ea4d5f21 - main - vte.4: Canonicalize SYNOPSIS + tag SPDX

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

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

commit fa89ea4d5f215f21633194da9b7ad461388f7af9
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-08-29 03:19:35 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-29 03:23:33 +0000

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

diff --git a/share/man/man4/vte.4 b/share/man/man4/vte.4
index 293c2cbbc2cd..d5c2be8b7cde 100644
--- a/share/man/man4/vte.4
+++ b/share/man/man4/vte.4
@@ -1,3 +1,6 @@
+.\"
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
 .\" Copyright (c) 2010 Pyun YongHyeon
 .\" All rights reserved.
 .\"
@@ -29,20 +32,21 @@
 .Nm vte
 .Nd Vortex86 RDC R6040 Fast Ethernet 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 miibus"
-.Cd "device vte"
-.Ed
+.Cd device miibus
+.Cd device vte
 .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_vte_load="YES"
-.Ed
+.Cd hw.vte.tx_deep_copy
+.Cd if_vte_load="YES"
+.Pp
+In
+.Xr loader.conf 5
+or
+.Xr sysctl.conf 5 :
+.Cd dev.vte.%d.rx_mod
+.Cd dev.vte.%d.tx_mod
+.Cd dev.vte.%d.stats
 .Sh DESCRIPTION
 The
 .Nm