diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-09-18 20:14:30 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-09-19 13:58:45 +0000 |
| commit | 89bc43a1ea9b23cac9cb94f0b684d5655c9a90e4 (patch) | |
| tree | 4adf67d570debe5125520eb36d544e681e24850c | |
| parent | 68b3d0cbe03467abac0523bbeea0cfc34efd9b05 (diff) | |
cdceem.4: Clean description for apropos, tag spdx
CDCEEM is already defined in the document name, no need to list it in
parentheticals a second time in the document description. This brings
the apropos listing down to one line on the one true standard console.
MFC after: 3 days
| -rw-r--r-- | share/man/man4/cdceem.4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/cdceem.4 b/share/man/man4/cdceem.4 index 6d8caf53cc02..c2a282027241 100644 --- a/share/man/man4/cdceem.4 +++ b/share/man/man4/cdceem.4 @@ -1,3 +1,6 @@ +.\" +.\" SPDX-License-Identifier: BSD-2-Clause +.\" .\" Copyright (c) 2019 Edward Tomasz Napierala <trasz@FreeBSD.org> .\" .\" Redistribution and use in source and binary forms, with or without @@ -20,12 +23,12 @@ .\" LIABILITY, OR TORT (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 November 7, 2019 +.Dd September 18, 2025 .Dt CDCEEM 4 .Os .Sh NAME .Nm cdceem -.Nd "USB Communication Device Class Ethernet Emulation Model (CDC EEM) driver" +.Nd USB Communication Device Class Ethernet Emulation Model driver .Sh SYNOPSIS To compile this driver into the kernel, place the following lines in your |
