summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2001-03-11 02:51:01 +0000
committeraaron <aaron@openbsd.org>2001-03-11 02:51:01 +0000
commit6818fe51a0624ca41d8e469bea44a83944865f30 (patch)
treea0c10789bee95d16e83b4e49a1d6b7d84d1a2429
parentCode for devices that read/write to an IEEE 802.3u MII bus using the (diff)
downloadwireguard-openbsd-6818fe51a0624ca41d8e469bea44a83944865f30.tar.xz
wireguard-openbsd-6818fe51a0624ca41d8e469bea44a83944865f30.zip
Add some missing PHY references to the SYNOPSIS and SEE ALSO sections.
-rw-r--r--share/man/man4/mii.49
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man4/mii.4 b/share/man/man4/mii.4
index 5c72cc8aceb..c1e74e909ab 100644
--- a/share/man/man4/mii.4
+++ b/share/man/man4/mii.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mii.4,v 1.7 2000/10/17 19:20:36 jason Exp $
+.\" $OpenBSD: mii.4,v 1.8 2001/03/11 02:51:01 aaron Exp $
.\" $NetBSD: mii.4,v 1.1 1998/11/04 05:21:50 thorpej Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -43,6 +43,8 @@
.Nm mii
.Nd IEEE 802.3 Media Independent Interface
.Sh SYNOPSIS
+.Cd "amphy* at mii? phy ?"
+.Cd "brgphy* at mii? phy ?"
.Cd "exphy* at mii? phy ?"
.Cd "icsphy* at mii? phy ?"
.Cd "inphy* at mii? phy ?"
@@ -51,11 +53,13 @@
.Cd "mtdphy* at mii? phy ?"
.Cd "nsphy* at mii? phy ?"
.Cd "qsphy* at mii? phy ?"
+.Cd "rlphy* at mii? phy ?"
.Cd "sqphy* at mii? phy ?"
.Cd "tlphy* at mii? phy ?"
.Cd "tqphy* at mii? phy ?"
.Cd "txphy* at mii? phy ?"
.Cd "ukphy* at mii? phy ?"
+.Cd "xmphy* at mii? phy ?"
.Sh DESCRIPTION
Media Independent Interface is an IEEE standard serial bus for
connecting MACs (network controllers) to PHYs (physical media
@@ -86,6 +90,7 @@ These media types are valid media keywords for use with the
program.
.Sh SEE ALSO
.Xr amphy 4 ,
+.Xr brgphy 4 ,
.Xr exphy 4 ,
.Xr icsphy 4 ,
.Xr ifmedia 4 ,
@@ -96,9 +101,11 @@ program.
.Xr netintro 4 ,
.Xr nsphy 4 ,
.Xr qsphy 4 ,
+.Xr rlphy 4 ,
.Xr sqphy 4 ,
.Xr tlphy 4 ,
.Xr tqphy 4 ,
.Xr txphy 4 ,
.Xr ukphy 4 ,
+.Xr xmphy 4 ,
.Xr ifconfig 8