diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2000-10-16 00:38:06 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2000-10-16 00:38:06 +0000 |
commit | 72cbdc846bedac2befb88855f176a7bbc835f811 (patch) | |
tree | 725c85abe5f0fb01a9d6590d6c7d93b5a6898ea9 | |
parent | c68b0da848b8faac92cbd75709a49ec5175c5928 (diff) |
Re-align with reality: We use ARP for all Ethernet types.
Pointed out by Hans Guenter Weigand <hgw@d1906.inka.de>.
ok millert@
-rw-r--r-- | usr.sbin/arp/arp.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/arp/arp.4 b/usr.sbin/arp/arp.4 index 74db0ad1b77..12bdc4cb8d5 100644 --- a/usr.sbin/arp/arp.4 +++ b/usr.sbin/arp/arp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arp.4,v 1.9 2000/03/19 17:57:01 aaron Exp $ +.\" $OpenBSD: arp.4,v 1.10 2000/10/16 00:38:05 naddy Exp $ .\" $NetBSD: arp.4,v 1.2 1995/03/01 11:50:56 chopps Exp $ .\" .\" Copyright (c) 1985, 1986, 1988, 1994 @@ -44,9 +44,9 @@ .Em "pseudo-device ether" .Sh DESCRIPTION The Address Resolution Protocol (ARP) is used to dynamically -map between Internet host addresses and 10Mb/s Ethernet addresses. -It is used by all of 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 of 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. |