diff --git a/usr.sbin/arp/arp.4 b/usr.sbin/arp/arp.4 index f0d52ab473be..a74459d1027d 100644 --- a/usr.sbin/arp/arp.4 +++ b/usr.sbin/arp/arp.4 @@ -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 .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.