Don't make references to _10Mb/s_ Ethernet; from Christian Weisgerber in

PR bin/11239.
This commit is contained in:
kleink 2000-10-17 12:23:03 +00:00
parent d9781d7eb9
commit eafe08d5e9
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: arp.4,v 1.4 1999/03/22 18:43:47 garbled Exp $
.\" $NetBSD: arp.4,v 1.5 2000/10/17 12:23:03 kleink Exp $
.\"
.\" Copyright (c) 1985, 1986, 1988, 1994
.\" The Regents of the University of California. All rights reserved.
@ -43,9 +43,9 @@
.Fd #include <netinet/if_ether.h>
.Sh DESCRIPTION
The Address Resolution Protocol (ARP) is a protocol used to dynamically
map between Internet host addresses and 10Mb/s Ethernet addresses.
It is used by all the 10Mb/s Ethernet interface drivers.
It is not specific to Internet protocols or to 10Mb/s Ethernet,
map between Internet host addresses and Ethernet addresses.
It is used by all the Ethernet interface drivers.
It is not specific to Internet protocols or to Ethernet,
but this implementation currently supports only that combination.
.Pp
ARP caches Internet-Ethernet address mappings.