summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-09-25 23:02:26 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-09-25 23:02:26 +0000
commitf8607f9fc9b89829dd97714734b9a3e3843519a1 (patch)
treeae0c4ad1016a4ba0f88385742f2a2629a8155b8c /share
parent113c3e8bb6aab1c649eddcd87c00915439fa7b04 (diff)
remove useless paragraph and fix half-duplex example.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/hme.417
1 files changed, 3 insertions, 14 deletions
diff --git a/share/man/man4/hme.4 b/share/man/man4/hme.4
index d95a6011a4e..5fea64d6bf6 100644
--- a/share/man/man4/hme.4
+++ b/share/man/man4/hme.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hme.4,v 1.7 2005/04/14 20:33:24 brad Exp $
+.\" $OpenBSD: hme.4,v 1.8 2005/09/25 23:02:25 brad Exp $
.\"
.\" Copyright (c) 1998 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -52,17 +52,6 @@ The
.Nm
is found on the SunSwift and Sun QuadFastEthernet boards.
.Pp
-Each of the host's network addresses
-is specified at boot time with an
-.Dv SIOCSIFADDR
-.Xr ioctl 2 .
-The
-.Nm
-interface employs the address resolution protocol described in
-.Xr arp 4
-to dynamically map between Internet and Ethernet addresses on the local
-network.
-.Pp
When a
.Nm
interface is brought up, by default, it will attempt to auto-negotiate the
@@ -82,11 +71,11 @@ The supported media types are:
Attempt to autoselect the media type (default)
.It media 100baseTX mediaopt full-duplex
Use 100baseTX, full duplex
-.It media 100baseTX mediaopt half-duplex
+.It media 100baseTX
Use 100baseTX, half duplex
.It media 10baseT mediaopt full-duplex
Use 10baseT, full duplex
-.It media 10baseT mediaopt half-duplex
+.It media 10baseT
Use 10baseT, half duplex
.El
.Sh SEE ALSO