summaryrefslogtreecommitdiff
path: root/share/man/man4/lc.4
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-09-26 07:55:42 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-09-26 07:55:42 +0000
commit7eb9bb1f0f9b4f7d3cac79d69e90cf49e5c325ee (patch)
treebb908a1d058dc9e17cbcec6acd5ddfcd937626e2 /share/man/man4/lc.4
parent4d233b11b070cbdb6c2e2744351f77515d2b39ac (diff)
Incomplete section 4 mi manual page cleanup.
- make configuration lines match GENERIC files - more Xr (hopefully usefule Xr) - never mention intro(4) on non-physical devices (i.e. protocols), always mention it for physical devices - random text style and quoting fixes - drivers ported from FreeBSD did mention rc.conf instead of hostname.if as the place to put mediaopt - some .Tn UNIX -> .Ox replacements - etc, etc... reviewd in part by deraadt@ (until he got bored of this)
Diffstat (limited to 'share/man/man4/lc.4')
-rw-r--r--share/man/man4/lc.427
1 files changed, 15 insertions, 12 deletions
diff --git a/share/man/man4/lc.4 b/share/man/man4/lc.4
index 1f6aceb7f89..25436125c32 100644
--- a/share/man/man4/lc.4
+++ b/share/man/man4/lc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lc.4,v 1.3 2002/05/23 09:30:34 mpech Exp $
+.\" $OpenBSD: lc.4,v 1.4 2002/09/26 07:55:40 miod Exp $
.\" $NetBSD: lc.4,v 1.4 1999/12/15 22:07:32 abs Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -43,7 +43,8 @@
.Nm lc
.Nd DEC EtherWORKS III Ethernet interfaces device driver
.Sh SYNOPSIS
-.Cd "lc0 at isa? port ? iomem ? irq ?"
+.Cd "lc0 at isa? port 0x200 irq ?"
+.Cd "lc1 at isa? port 0x280 irq ?"
.Sh DESCRIPTION
The
.Nm
@@ -58,11 +59,14 @@ Media is selected with
.Xr ifconfig 8 's
.Sq media
directive.
-.\" .Sh DIAGNOSTICS
-.Sh BUGS
-The
-.Nm
-does not currently support EISA LEMAC interfaces.
+.Sh SEE ALSO
+.Xr arp 4 ,
+.Xr ifmedia 4 ,
+.Xr intro 4 ,
+.Xr isa 4 ,
+.Xr netintro 4 ,
+.Xr hostname.if 5 ,
+.Xr ifconfig 8
.Sh HISTORY
The
.Nm
@@ -80,8 +84,7 @@ and ported to
.Ox
by
.An Niklas Hallqvist Aq niklas@openbsd.org
-.Sh SEE ALSO
-.Xr ifmedia 4 ,
-.Xr intro 4 ,
-.Xr isa 4 ,
-.Xr ifconfig 8
+.Sh BUGS
+The
+.Nm
+does not currently support EISA LEMAC interfaces.