diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-06-22 12:15:49 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-06-22 12:15:49 +0000 |
commit | a9223deae9367063797cc5a9d6152f1daf583153 (patch) | |
tree | 47fa1d8bb4523318a4103665c655d1a22001c8fb /share/man/man4/ec.4 | |
parent | 0eb87a4a02e0b6bc731a76a842c1b13646016e26 (diff) |
o) remove unnecessary .Pp;
o) remove unnecessary .Nm args;
o) closes .Bl;
o) .Sh AUTHOR -> .Sh AUTHORS;
o) sort SEE ALSO;
o) better -mdoc style;
o) typos;
aaron@ ok.
Diffstat (limited to 'share/man/man4/ec.4')
-rw-r--r-- | share/man/man4/ec.4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/ec.4 b/share/man/man4/ec.4 index 2e981357c74..a39b8765b59 100644 --- a/share/man/man4/ec.4 +++ b/share/man/man4/ec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ec.4,v 1.9 2000/10/18 02:38:22 aaron Exp $ +.\" $OpenBSD: ec.4,v 1.10 2001/06/22 12:15:44 mpech Exp $ .\" $NetBSD: ec.4,v 1.4 1998/08/09 00:39:02 thorpej Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -46,7 +46,7 @@ .Cd "ec0 at isa? port 0x250 iomem 0xd8000 irq 9" .Sh DESCRIPTION The -.Nm ec +.Nm device driver supports 3Com EtherLink II (3C503) Ethernet cards. Other models of 3Com network cards are supported by the .Xr ef 4 , @@ -93,6 +93,7 @@ The memory test was unable to clear the interface's shared memory region. This often indicates that the card is configured at a conflicting .Em iomem address. +.El .Sh SEE ALSO .Xr ef 4 , .Xr eg 4 , |