diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-12-27 23:59:48 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-12-27 23:59:48 +0000 |
commit | 22072a79c661d0692719768065086fe304e8f6f6 (patch) | |
tree | a4d7a35ed150bd6e8939097b3acd511ebcc73dce | |
parent | 6f69aafba6b397890b2e2c5ec2aadd5c3fdcfbc6 (diff) |
Replace ve(4) with le(4) here too.
-rw-r--r-- | share/man/man4/man4.mvme88k/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.mvme88k/intro.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.mvme88k/le.4 (renamed from share/man/man4/man4.mvme88k/ve.4) | 14 |
3 files changed, 12 insertions, 12 deletions
diff --git a/share/man/man4/man4.mvme88k/Makefile b/share/man/man4/man4.mvme88k/Makefile index 274c5d2bc0a..779f4ae0955 100644 --- a/share/man/man4/man4.mvme88k/Makefile +++ b/share/man/man4/man4.mvme88k/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 2003/09/02 21:33:13 miod Exp $ +# $OpenBSD: Makefile,v 1.3 2003/12/27 23:59:47 miod Exp $ # TODO: cl clock dart memc nvram sclock syscon vx -MAN= autoconf.4 bussw.4 ie.4 intro.4 mem.4 pcctwo.4 ssh.4 ve.4 vme.4 vs.4 +MAN= autoconf.4 bussw.4 ie.4 intro.4 le.4 mem.4 pcctwo.4 ssh.4 vme.4 vs.4 MANSUBDIR=mvme88k .include <bsd.prog.mk> diff --git a/share/man/man4/man4.mvme88k/intro.4 b/share/man/man4/man4.mvme88k/intro.4 index 6c7d879578c..0fcf1a946d7 100644 --- a/share/man/man4/man4.mvme88k/intro.4 +++ b/share/man/man4/man4.mvme88k/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.2 2003/12/26 21:03:34 miod Exp $ +.\" $OpenBSD: intro.4,v 1.3 2003/12/27 23:59:47 miod Exp $ .\" Copyright (c) 1990, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -103,6 +103,8 @@ BusSwitch local peripheral bus interface. .\" Cirrus Logic CL2400 serial controller. .It Xr ie 4 Intel i82596CA LAN coprocessor. +.It Xr le 4 +MVME376 Ethernet Communications Controller. .\" .It Xr memc 4 .\" memory controller. .It Xr pcctwo 4 @@ -111,8 +113,6 @@ PCCchip2 local bus controller. NCR 53C710 low level SCSI adapter interface. .\" .It Xr syscon 4 .\" MVME188 system controller. -.It Xr ve 4 -MVME376 Ethernet Communications Controller. .It Xr vme 4 VMEchip2 VMEbus interface chip. .It Xr vs 4 diff --git a/share/man/man4/man4.mvme88k/ve.4 b/share/man/man4/man4.mvme88k/le.4 index ab6284793ee..b2b80d42632 100644 --- a/share/man/man4/man4.mvme88k/ve.4 +++ b/share/man/man4/man4.mvme88k/le.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ve.4,v 1.3 2003/12/26 21:03:34 miod Exp $ +.\" $OpenBSD: le.4,v 1.1 2003/12/27 23:59:47 miod Exp $ .\" .\" Copyright (c) 2003 Paul Weissmann .\" All rights reserved. @@ -25,16 +25,16 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd December 26, 2003 -.Dt VE 4 mvme88k +.Dd December 27, 2003 +.Dt LE 4 mvme88k .Os .Sh NAME -.Nm ve +.Nm le .Nd MVME376 Ethernet Communications Controller .Sh SYNOPSIS -.Cd "ve0 at vmes0 addr 0xffff1200 ipl 1 len 0x100" -.Cd "ve1 at vmes0 addr 0xffff1400 ipl 1 len 0x100" -.Cd "ve2 at vmes0 addr 0xffff1600 ipl 1 len 0x100" +.Cd "le0 at vmes0 addr 0xffff1200 ipl 1 len 0x100" +.Cd "le1 at vmes0 addr 0xffff1400 ipl 1 len 0x100" +.Cd "le2 at vmes0 addr 0xffff1600 ipl 1 len 0x100" .Sh DESCRIPTION The .Nm |