Bug 37489

Summary: "arp implementation only supports 10Mb/s ethernet"
Product: Documentation Reporter: Michael Haro <mharo>
Component: Books & ArticlesAssignee: Tom Rhodes <trhodes>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Michael Haro freebsd_committer freebsd_triage 2002-04-26 18:30:01 UTC
arp is used with more than just 10Mb/s Ethernet.  Please update the arp.4
manpage....

ARP(4)		       FreeBSD Kernel Interfaces Manual 		ARP(4)

NAME
arp - Address Resolution Protocol

SYNOPSIS
pseudo-device ether

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, but this implementation currently
supports only that combination.

How-To-Repeat: 	man 4 arp
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2002-04-27 03:48:51 UTC
On 2002-04-26 10:21, Michael Haro wrote:
> arp is used with more than just 10Mb/s Ethernet.  Please update the
> arp.4 manpage....

Fixed already, in -CURRENT (see rev. 1.9 of src/usr.sbin/arp/arp.4)
and when asmodai MFC's the change it will be fixed in STABLE too ;)

- Giorgos
Comment 2 Tom Rhodes freebsd_committer freebsd_triage 2002-05-09 21:55:26 UTC
State Changed
From-To: open->patched

asmodai patched this, and is waiting an MFC from re@ 


Comment 3 Tom Rhodes freebsd_committer freebsd_triage 2002-05-09 21:55:26 UTC
Responsible Changed
From-To: freebsd-doc->asmodai

asmodai patched this, and is waiting an MFC from re@
Comment 4 Tom Rhodes freebsd_committer freebsd_triage 2002-07-01 20:17:25 UTC
Responsible Changed
From-To: asmodai->trhodes

I'll handle the MFC
Comment 5 Tom Rhodes freebsd_committer freebsd_triage 2002-07-01 20:34:11 UTC
State Changed
From-To: patched->closed

I just did a cvs diff to obtain asmodai's patch, and then applied it to 
-stable.  2 months seems like a fair enough MFC :)