git: 3eadc1c7d2dc - stable/15 - ubsa.4: Canonicalize SYNOPSIS + tag SPDX

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Wed, 16 Sep 2026 12:05:18 UTC
The branch stable/15 has been updated by ziaee:

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

commit 3eadc1c7d2dc1091af6a1d5eb407cdae01f85d46
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-09-13 12:52:00 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-09-16 12:03:53 +0000

    ubsa.4: Canonicalize SYNOPSIS + tag SPDX
    
    Event:          EuroBSDcon 2026
    MFC after:      3 days
    
    (cherry picked from commit 01e9a8bc8a124d3e19280d82b1ce16bd69237627)
---
 share/man/man4/ubsa.4 | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/share/man/man4/ubsa.4 b/share/man/man4/ubsa.4
index 094f3ad1bdbf..3d3b94cabc00 100644
--- a/share/man/man4/ubsa.4
+++ b/share/man/man4/ubsa.4
@@ -1,4 +1,6 @@
 .\"
+.\" SPDX-License-Identifer: BSD-2-Clause
+.\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
@@ -33,21 +35,13 @@
 .Nm ubsa
 .Nd USB support for Belkin serial adapters
 .Sh SYNOPSIS
-To compile this driver into the kernel,
-place the following lines in your
-kernel configuration file:
-.Bd -ragged -offset indent
-.Cd "device usb"
-.Cd "device ucom"
-.Cd "device ubsa"
-.Ed
+.Cd device usb
+.Cd device ucom
+.Cd device ubsa
 .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
-ubsa_load="YES"
-.Ed
+.Cd ubsa_load="YES"
 .Sh DESCRIPTION
 The
 .Nm