View | Details | Raw Unified | Return to bug 22013
Collapse All | Expand All

(-)arp.4 (-3 / +3 lines)
Lines 42-50 Link Here
42
.Cd "pseudo-device ether"
42
.Cd "pseudo-device ether"
43
.Sh DESCRIPTION
43
.Sh DESCRIPTION
44
The Address Resolution Protocol (ARP) is a protocol used to dynamically
44
The Address Resolution Protocol (ARP) is a protocol used to dynamically
45
map between Internet host addresses and 10Mb/s Ethernet addresses.
45
map between Internet host addresses and Ethernet addresses.
46
It is used by all the 10Mb/s Ethernet interface drivers.
46
It is used by all the Ethernet interface drivers.
47
It is not specific to Internet protocols or to 10Mb/s Ethernet,
47
It is not specific to Internet protocols or to Ethernet,
48
but this implementation currently supports only that combination.
48
but this implementation currently supports only that combination.
49
.Pp
49
.Pp
50
ARP caches Internet-Ethernet address mappings.
50
ARP caches Internet-Ethernet address mappings.

Return to bug 22013