git: db512bb30314 - main - uart.4: describe better + spdx

From: Warner Losh <imp_at_FreeBSD.org>
Date: Fri, 06 Dec 2024 00:54:35 UTC
The branch main has been updated by imp:

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

commit db512bb30314326a0b2cfad3f9094dd830744777
Author:     Alexander Ziaee <concussious@runbox.com>
AuthorDate: 2024-11-16 16:39:38 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-12-06 00:54:36 +0000

    uart.4: describe better + spdx
    
    + add `serial` to description (search keywords)
    + remove redundant `(UART)`, `for`, and `device`
    + description is now one line on standard cons.
    
    MFC after:      3 days
    Reviewed by:    imp
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/1531
---
 share/man/man4/uart.4 | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/share/man/man4/uart.4 b/share/man/man4/uart.4
index c7950e86ddc9..98b61886371d 100644
--- a/share/man/man4/uart.4
+++ b/share/man/man4/uart.4
@@ -1,3 +1,5 @@
+.\"-
+.\" SPDX-License-Identifier: BSD-2-Clause
 .\"
 .\" Copyright (c) 2003 Marcel Moolenaar
 .\" All rights reserved.
@@ -23,12 +25,12 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd October 11, 2024
+.Dd December 5, 2024
 .Dt UART 4
 .Os
 .Sh NAME
 .Nm uart
-.Nd driver for Universal Asynchronous Receiver/Transmitter (UART) devices
+.Nd Universal Asynchronous Receiver/Transmitter serial driver
 .Sh SYNOPSIS
 .Cd "device uart"
 .Pp