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
This commit is contained in:
committed by
Warner Losh
parent
0207010f59
commit
db512bb303
@@ -1,3 +1,5 @@
|
|||||||
|
.\"-
|
||||||
|
.\" SPDX-License-Identifier: BSD-2-Clause
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2003 Marcel Moolenaar
|
.\" Copyright (c) 2003 Marcel Moolenaar
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@@ -23,12 +25,12 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd October 11, 2024
|
.Dd December 5, 2024
|
||||||
.Dt UART 4
|
.Dt UART 4
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm uart
|
.Nm uart
|
||||||
.Nd driver for Universal Asynchronous Receiver/Transmitter (UART) devices
|
.Nd Universal Asynchronous Receiver/Transmitter serial driver
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Cd "device uart"
|
.Cd "device uart"
|
||||||
.Pp
|
.Pp
|
||||||
|
|||||||
Reference in New Issue
Block a user