diff options
author | wpaul <wpaul@FreeBSD.org> | 2000-01-17 02:27:23 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 2000-01-17 02:27:23 +0000 |
commit | 00a93880b0243e5f6e8b77953010c08c1426632e (patch) | |
tree | 94bad0961cda7b6c647bc9de8317a27dfe82fe8b /share | |
parent | db5a29cdba2770d59eb6c24b4cc091d7f9ccda84 (diff) | |
download | FreeBSD-src-00a93880b0243e5f6e8b77953010c08c1426632e.zip FreeBSD-src-00a93880b0243e5f6e8b77953010c08c1426632e.tar.gz |
Add/fix controller miibus0/device miibus0 stuff here too.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/dc.4 | 2 | ||||
-rw-r--r-- | share/man/man4/sf.4 | 1 | ||||
-rw-r--r-- | share/man/man4/sis.4 | 2 | ||||
-rw-r--r-- | share/man/man4/ste.4 | 2 | ||||
-rw-r--r-- | share/man/man4/tl.4 | 1 | ||||
-rw-r--r-- | share/man/man4/vr.4 | 1 | ||||
-rw-r--r-- | share/man/man4/wb.4 | 1 | ||||
-rw-r--r-- | share/man/man4/xl.4 | 1 |
8 files changed, 8 insertions, 3 deletions
diff --git a/share/man/man4/dc.4 b/share/man/man4/dc.4 index f0a441d..ec41ce0 100644 --- a/share/man/man4/dc.4 +++ b/share/man/man4/dc.4 @@ -38,7 +38,7 @@ .Nd DEC/Intel 21143 and clone 10/100 ethernet driver .Sh SYNOPSIS -.Cd "controller miibus0" +.Cd "device miibus0" .Cd "device dc0" .Sh DESCRIPTION The diff --git a/share/man/man4/sf.4 b/share/man/man4/sf.4 index 892bcc7..a539326 100644 --- a/share/man/man4/sf.4 +++ b/share/man/man4/sf.4 @@ -38,6 +38,7 @@ .Nd Adaptec AIC-6915 "Starfire" PCI fast ethernet adapter driver .Sh SYNOPSIS +.Cd "device miibus0" .Cd "device sf0" .Sh DESCRIPTION The diff --git a/share/man/man4/sis.4 b/share/man/man4/sis.4 index f4db631..af851c6 100644 --- a/share/man/man4/sis.4 +++ b/share/man/man4/sis.4 @@ -38,7 +38,7 @@ .Nd Silicon Integrated Systems fast ethernet device driver .Sh SYNOPSIS -.Cd "controller miibus0" +.Cd "device miibus0" .Cd "device sis0" .Sh DESCRIPTION The diff --git a/share/man/man4/ste.4 b/share/man/man4/ste.4 index 2e2d011..b942f24 100644 --- a/share/man/man4/ste.4 +++ b/share/man/man4/ste.4 @@ -38,7 +38,7 @@ .Nd Sundance Technologies ST201 fast ethernet device driver .Sh SYNOPSIS -.Cd "controller miibus0" +.Cd "device miibus0" .Cd "device ste0" .Sh DESCRIPTION The diff --git a/share/man/man4/tl.4 b/share/man/man4/tl.4 index 2546536..adae894 100644 --- a/share/man/man4/tl.4 +++ b/share/man/man4/tl.4 @@ -38,6 +38,7 @@ .Nd Texas Instruments ThunderLAN ethernet device driver .Sh SYNOPSIS +.Cd "device miibus0" .Cd "device tl0" .Sh DESCRIPTION The diff --git a/share/man/man4/vr.4 b/share/man/man4/vr.4 index 544ddd0..70c0f8e 100644 --- a/share/man/man4/vr.4 +++ b/share/man/man4/vr.4 @@ -38,6 +38,7 @@ .Nd VIA Technologies VT3043 and VT86C100A ethernet device driver .Sh SYNOPSIS +.Cd "device miibus0" .Cd "device vr0" .Sh DESCRIPTION The diff --git a/share/man/man4/wb.4 b/share/man/man4/wb.4 index 016cb4a..0a03b9a 100644 --- a/share/man/man4/wb.4 +++ b/share/man/man4/wb.4 @@ -38,6 +38,7 @@ .Nd Winbond W89C840F fast ethernet device driver .Sh SYNOPSIS +.Cd "device miibus0" .Cd "device wb0" .Sh DESCRIPTION The diff --git a/share/man/man4/xl.4 b/share/man/man4/xl.4 index 0379cd5..85bbf47 100644 --- a/share/man/man4/xl.4 +++ b/share/man/man4/xl.4 @@ -38,6 +38,7 @@ .Nd 3Com Etherlink XL and Fast Etherlink XL ethernet device driver .Sh SYNOPSIS +.Cd "device miibus0" .Cd "device xl0" .Sh DESCRIPTION The |