diff options
author | 2013-06-11 09:42:56 +0000 | |
---|---|---|
committer | 2013-06-11 09:42:56 +0000 | |
commit | 97b5f7a9ff5df4e2bf6af17ffb189b8989f94b8e (patch) | |
tree | ecd08390d9a34168d9d8fd58d281cda09ad8b525 | |
parent | return ENOBUFS on failure from m_defrag and m_tag_copy_chain. (diff) | |
download | wireguard-openbsd-97b5f7a9ff5df4e2bf6af17ffb189b8989f94b8e.tar.xz wireguard-openbsd-97b5f7a9ff5df4e2bf6af17ffb189b8989f94b8e.zip |
Fix model numbers in axe(4) text; from Michal Markowski, tweaked by me, ok jmc.
-rw-r--r-- | share/man/man4/axe.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/axe.4 b/share/man/man4/axe.4 index 415cac963a3..bfcbacbd57e 100644 --- a/share/man/man4/axe.4 +++ b/share/man/man4/axe.4 @@ -29,9 +29,9 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/axe.4,v 1.3 2003/05/29 21:28:35 ru Exp $ -.\" $OpenBSD: axe.4,v 1.42 2013/06/02 20:23:33 tedu Exp $ +.\" $OpenBSD: axe.4,v 1.43 2013/06/11 09:42:56 sthen Exp $ .\" -.Dd $Mdocdate: June 2 2013 $ +.Dd $Mdocdate: June 11 2013 $ .Dt AXE 4 .Os .Sh NAME @@ -84,8 +84,8 @@ following: .Pp The AX88172, AX88178, and AX88772 are USB 2.0 devices designed to work with either Ethernet or HomePNA transceivers. -The AX8172 and AX88772 contain 10/100 Ethernet MACs with MII interfaces. -The AX8178 contains a 10/100/1000 Gigabit Ethernet MAC with a GMII/MII +The AX88172 and AX88772 contain 10/100 Ethernet MACs with MII interfaces. +The AX88178 contains a 10/100/Gigabit Ethernet MAC with a GMII/MII interface. All adapters will operate with either USB 1.x or USB 2.0 controllers, however performance with 1.x controllers will be limited since the USB 1.x standard |