The branch main has been updated by ziaee:

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

commit 420e58595d20b6fd0dfdf2f486462fbb572f3351
Author:     Alexander Ziaee <zi...@freebsd.org>
AuthorDate: 2025-05-28 20:53:31 +0000
Commit:     Alexander Ziaee <zi...@freebsd.org>
CommitDate: 2025-05-28 20:54:27 +0000

    aue.4: Improve HARDWARE, specificity, and tag spdx
    
    + Improve HARDWARE introductory sentence for hardware release notes.
    + Mention "Fast" ethernet in title for apropos.
    + tag SPDX
    
    MFC after:              3 days
    Reviewed by:            mhorne
    Approved by:            mhorne (mentor)
    Differential Revision:  https://reviews.freebsd.org/D50540
---
 share/man/man4/aue.4 | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/share/man/man4/aue.4 b/share/man/man4/aue.4
index e451315672e9..9b82fdc4ba55 100644
--- a/share/man/man4/aue.4
+++ b/share/man/man4/aue.4
@@ -1,3 +1,6 @@
+.\"
+.\" SPDX-License-Identifier: BSD-4-Clause
+.\"
 .\" Copyright (c) 1997, 1998, 1999
 .\"    Bill Paul <wp...@ee.columbia.edu>. All rights reserved.
 .\"
@@ -28,12 +31,12 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
 .\" THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd November 24, 2015
+.Dd May 26, 2025
 .Dt AUE 4
 .Os
 .Sh NAME
 .Nm aue
-.Nd ADMtek AN986 Pegasus USB Ethernet driver
+.Nd ADMtek AN986 Pegasus USB Fast Ethernet driver
 .Sh SYNOPSIS
 To compile this driver into the kernel,
 place the following lines in your
@@ -56,8 +59,8 @@ if_aue_load="YES"
 .Sh DESCRIPTION
 The
 .Nm
-driver provides support for USB Ethernet adapters based on the ADMtek
-AN986 Pegasus chipset.
+driver provides support for USB Fast Ethernet adapters based on the
+ADMtek AN986 Pegasus chipset.
 .Pp
 The LinkSys USB10T adapters that contain the AN986 Pegasus chipset
 will operate at 100Base-TX and full-duplex.
@@ -125,9 +128,10 @@ half duplex mode if this media option is not specified.
 For more information on configuring this device, see
 .Xr ifconfig 8 .
 .Sh HARDWARE
-Adapters supported by the
+The
 .Nm
-driver include:
+driver supports the following USB Fast Ethernet adapters based on the
+ADMtek AN986 Pegasus chipset:
 .Pp
 .Bl -bullet -compact
 .It

Reply via email to