diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-11-17 02:40:43 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-11-17 02:40:43 +0000 |
commit | 48e21d82eb16d07336ee844b0008f9a7b61721be (patch) | |
tree | 9bd0bad6ff746fd59b26ad8e870d17f7316155d8 /share | |
parent | 0f79324aacaea6529ac849264cda8c6868316ed1 (diff) |
Add missing reference of eephy(4).
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/re.4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/re.4 b/share/man/man4/re.4 index 752b6a22805..4e992db39a6 100644 --- a/share/man/man4/re.4 +++ b/share/man/man4/re.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: re.4,v 1.38 2008/10/28 06:27:28 brad Exp $ +.\" $OpenBSD: re.4,v 1.39 2008/11/17 02:40:42 brad Exp $ .\" Copyright (c) 2003 .\" Bill Paul <wpaul@windriver.com>. All rights reserved. .\" @@ -31,7 +31,7 @@ .\" .\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/re.4,v 1.4 2004/03/04 06:42:46 sanpei Exp $ .\" -.Dd $Mdocdate: October 28 2008 $ +.Dd $Mdocdate: November 17 2008 $ .Dt RE 4 .Os .Sh NAME @@ -40,6 +40,7 @@ .Sh SYNOPSIS .Cd "re* at pci?" .Cd "re* at cardbus?" +.Cd "eephy* at mii?" .Cd "rgephy* at mii?" .Cd "rlphy* at mii?" .Sh DESCRIPTION @@ -169,11 +170,13 @@ For more information on configuring this device, see .Xr ifconfig 8 . .Sh SEE ALSO .Xr arp 4 , +.Xr eephy 4 , .Xr ifmedia 4 , .Xr intro 4 , .Xr netintro 4 , .Xr pci 4 , .Xr rgephy 4 , +.Xr rlphy 4 , .Xr hostname.if 5 , .Xr ifconfig 8 .Rs |