diff options
author | 2014-04-08 01:18:19 +0000 | |
---|---|---|
committer | 2014-04-08 01:18:19 +0000 | |
commit | 08d8fa2b35bfbacc621520dd2f911788daf97fc7 (patch) | |
tree | b3e8ab40f81612cbae4296413541c794ed59bc74 | |
parent | Remove mentioning the 178a chipset until support is actually added/enabled. (diff) | |
download | wireguard-openbsd-08d8fa2b35bfbacc621520dd2f911788daf97fc7.tar.xz wireguard-openbsd-08d8fa2b35bfbacc621520dd2f911788daf97fc7.zip |
driver pages shouldn't be mentioning ukphy.
-rw-r--r-- | share/man/man4/man4.armv7/cpsw.4 | 6 | ||||
-rw-r--r-- | share/man/man4/mos.4 | 7 | ||||
-rw-r--r-- | share/man/man4/smsc.4 | 6 |
3 files changed, 6 insertions, 13 deletions
diff --git a/share/man/man4/man4.armv7/cpsw.4 b/share/man/man4/man4.armv7/cpsw.4 index 97b821f0980..8512a42f01b 100644 --- a/share/man/man4/man4.armv7/cpsw.4 +++ b/share/man/man4/man4.armv7/cpsw.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cpsw.4,v 1.1 2013/09/04 19:39:20 patrick Exp $ +.\" $OpenBSD: cpsw.4,v 1.2 2014/04/08 01:18:19 brad Exp $ .\" Copyright (c) 2013 Brandon Mercer <bmercer@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -13,7 +13,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 4 2013 $ +.Dd $Mdocdate: April 8 2014 $ .Dt CPSW 4 armv7 .Os .Sh NAME @@ -21,7 +21,6 @@ .Nd Texas Instruments CPSW Ethernet device .Sh SYNOPSIS .Cd "cpsw* at omap?" -.Cd "ukphy* at mii?" .Sh DESCRIPTION The .Nm @@ -31,7 +30,6 @@ For more information on configuring this device, see .Sh SEE ALSO .Xr ifmedia 4 , .Xr mii 4 , -.Xr ukphy 4 , .Xr hostname.if 5 , .Xr ifconfig 8 .Sh HISTORY diff --git a/share/man/man4/mos.4 b/share/man/man4/mos.4 index 176df5c47da..979ca7a8d5f 100644 --- a/share/man/man4/mos.4 +++ b/share/man/man4/mos.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: mos.4,v 1.10 2013/07/16 16:05:49 schwarze Exp $ +.\" $OpenBSD: mos.4,v 1.11 2014/04/08 01:18:19 brad Exp $ .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: April 8 2014 $ .Dt MOS 4 .Os .Sh NAME @@ -39,7 +39,6 @@ .Nd MosChip MCS7730/7830/7832 10/100 USB Ethernet device .Sh SYNOPSIS .Cd "mos* at uhub?" -.Cd "ukphy* at mii?" .Sh DESCRIPTION The .Nm @@ -107,8 +106,6 @@ The driver failed to allocate an mbuf for the receiver ring. .Xr ifmedia 4 , .Xr intro 4 , .Xr netintro 4 , -.Xr rlphy 4 , -.Xr ukphy 4 , .Xr usb 4 , .Xr hostname.if 5 , .Xr ifconfig 8 diff --git a/share/man/man4/smsc.4 b/share/man/man4/smsc.4 index 7851fa6f164..8d4984bd899 100644 --- a/share/man/man4/smsc.4 +++ b/share/man/man4/smsc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smsc.4,v 1.4 2013/07/16 16:05:49 schwarze Exp $ +.\" $OpenBSD: smsc.4,v 1.5 2014/04/08 01:18:19 brad Exp $ .\" .\" Copyright (c) 2012 Jonathan Gray <jsg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: April 8 2014 $ .Dt SMSC 4 .Os .Sh NAME @@ -22,7 +22,6 @@ .Nd SMSC LAN95xx 10/100 USB Ethernet device .Sh SYNOPSIS .Cd "smsc* at uhub?" -.Cd "ukphy* at mii?" .Sh DESCRIPTION The .Nm @@ -51,7 +50,6 @@ For more information on configuring this device, see .Xr mii 4 , .Xr netintro 4 , .Xr uhub 4 , -.Xr ukphy 4 , .Xr usb 4 , .Xr hostname.if 5 , .Xr ifconfig 8 |