diff options
author | 2002-09-25 18:01:37 +0000 | |
---|---|---|
committer | 2002-09-25 18:01:37 +0000 | |
commit | d5be3bb23611430b58f08b01bcfb70578052f095 (patch) | |
tree | 7b81d58b3934cdd3736680abb86ba7a89607bc9e | |
parent | missing arg; peterw@ifost.org.au (diff) | |
download | wireguard-openbsd-d5be3bb23611430b58f08b01bcfb70578052f095.tar.xz wireguard-openbsd-d5be3bb23611430b58f08b01bcfb70578052f095.zip |
Link to em(4) rather than gx(4) now.
-rw-r--r-- | share/man/man4/eephy.4 | 6 | ||||
-rw-r--r-- | share/man/man4/pci.4 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/eephy.4 b/share/man/man4/eephy.4 index ca85f2c381c..a5ac847414f 100644 --- a/share/man/man4/eephy.4 +++ b/share/man/man4/eephy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: eephy.4,v 1.5 2002/08/29 07:34:31 wcobb Exp $ +.\" $OpenBSD: eephy.4,v 1.6 2002/09/25 18:01:37 miod Exp $ .\" .\"Copyright (c) 2001 by Parag Patel. All rights reserved. .\" @@ -41,9 +41,9 @@ The .Nm driver supports Marvell 88E1000 PHY interface found on Intel PRO/1000 Gigabit Ethernet cards (see -.Xr gx 4 ) . +.Xr em 4 ) . .Sh SEE ALSO -.Xr gx 4 , +.Xr em 4 , .Xr ifmedia 4 , .Xr intro 4 , .Xr mii 4 , diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index b66cb892d87..fa32354a038 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.67 2002/06/03 18:03:23 mickey Exp $ +.\" $OpenBSD: pci.4,v 1.68 2002/09/25 18:01:37 miod Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -181,6 +181,8 @@ bridges with multiple instances on the .Tn PCI bus on the other side of the bridge. +.It Xr em 4 +Intel Gigabit Ethernet interfaces. (i82542, i82543, i82544) .It Xr en 4 Midway-based Efficient Networks Inc. and Adaptec ATM interfaces. @@ -193,8 +195,6 @@ DEFPA interfaces. .It Xr fxp 4 Intel EtherExpress PRO 10+/100B Ethernet interfaces. -.It Xr gx 4 -Intel Gigabit Ethernet interfaces. (i82542, i82543, i82544) .It Xr le 4 PCNet-PCI Ethernet interfaces. .It Xr lge 4 |