diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-11-08 03:56:53 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-11-08 03:56:53 +0000 |
commit | e4d52d8e4223835aeb0680f73f9f9f57498efd08 (patch) | |
tree | 6806480cdf2115cf5ffc84de19e33188d1f78f9b /share/man/man4/man4.sparc64 | |
parent | 8bdb5d91f6d7b7f9840eac8482fccdc0ba1fa149 (diff) |
remove mention of the SIOCSIFADDR ioctl or the use of arp in individual
Ethernet driver man pages.
Diffstat (limited to 'share/man/man4/man4.sparc64')
-rw-r--r-- | share/man/man4/man4.sparc64/be.4 | 13 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/le.4 | 14 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/qe.4 | 13 |
3 files changed, 3 insertions, 37 deletions
diff --git a/share/man/man4/man4.sparc64/be.4 b/share/man/man4/man4.sparc64/be.4 index 4aa91e9ddfd..a2a59810eb4 100644 --- a/share/man/man4/man4.sparc64/be.4 +++ b/share/man/man4/man4.sparc64/be.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: be.4,v 1.8 2006/08/30 22:56:05 jmc Exp $ +.\" $OpenBSD: be.4,v 1.9 2006/11/08 03:56:52 brad Exp $ .\" .\" Copyright (c) 1998 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -43,17 +43,6 @@ The is found on the Sun 10/100 Mbit Ethernet boards (Sun part number SUNW,501-2655). .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 The .Nm is not capable of link autonegotiation, so a media type must be specified diff --git a/share/man/man4/man4.sparc64/le.4 b/share/man/man4/man4.sparc64/le.4 index 6b38bfbddf0..0ec778779ad 100644 --- a/share/man/man4/man4.sparc64/le.4 +++ b/share/man/man4/man4.sparc64/le.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: le.4,v 1.12 2006/09/09 21:58:24 jmc Exp $ +.\" $OpenBSD: le.4,v 1.13 2006/11/08 03:56:52 brad Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -57,18 +57,6 @@ Local Area Network Controller for Ethernet .Pq Tn LANCE chip set. .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 -.Tn Ethernet -addresses on the local network. -.Pp Different cards and machines have different kinds of connectors, as follows: .Bl -tag -width "media autoselect" diff --git a/share/man/man4/man4.sparc64/qe.4 b/share/man/man4/man4.sparc64/qe.4 index b3fd9fba443..ad9e7e10a7c 100644 --- a/share/man/man4/man4.sparc64/qe.4 +++ b/share/man/man4/man4.sparc64/qe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: qe.4,v 1.8 2006/08/30 22:56:05 jmc Exp $ +.\" $OpenBSD: qe.4,v 1.9 2006/11/08 03:56:52 brad Exp $ .\" .\" Copyright (c) 1998 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -43,17 +43,6 @@ The .Nm is found on the Sun QuadEthernet boards (Sun part number SUNW,501-2062). -.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. .Sh SEE ALSO .Xr arp 4 , .Xr be 4 , |