diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2006-03-12 17:29:50 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2006-03-12 17:29:50 +0000 |
commit | 703d58745a50a7540d45cc1879e118c126bb006e (patch) | |
tree | d066649cb70fdfa8217232320fd0b1f8943a512a /share/man/man4/man4.alpha | |
parent | d77df7517e58d241712fd5e8e1534dd0f8b046be (diff) |
with pcn(4) now in place remove or replace the references to PCI le(4)
and complement pcn* at pci? where useful as request by brad@
ok brad@
Diffstat (limited to 'share/man/man4/man4.alpha')
-rw-r--r-- | share/man/man4/man4.alpha/le.4 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/share/man/man4/man4.alpha/le.4 b/share/man/man4/man4.alpha/le.4 index 78012df4d38..c9723b2d3f1 100644 --- a/share/man/man4/man4.alpha/le.4 +++ b/share/man/man4/man4.alpha/le.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: le.4,v 1.9 2004/09/30 19:59:26 mickey Exp $ +.\" $OpenBSD: le.4,v 1.10 2006/03/12 17:29:48 martin Exp $ .\" .\" Copyright (c) 1998 The OpenBSD Project .\" All rights reserved. @@ -8,11 +8,10 @@ .Os .Sh NAME .Nm le -.Nd Alpha on-board or PCI AMD LANCE Ethernet interface +.Nd Alpha on-board LANCE Ethernet interface .Sh SYNOPSIS .Cd "le* at ioasic?" Pq "TURBOchannel Alphas" .Cd "le* at tc?" Pq "TURBOchannel Alphas" -.Cd "le* at pci?" Pq "PCI LANCE Ethernet (untested)" .Sh DESCRIPTION The .Nm @@ -36,8 +35,5 @@ network. .Xr ifmedia 4 , .Xr intro 4 , .Xr netintro 4 , -.Xr pci 4 , .Xr hostname.if 5 , .Xr ifconfig 8 -.Sh BUGS -The PCI form of the LANCE driver is untested. |