git: 030f3ee99583 - main - ifconfig.8: reflect removal of FDDI and Token Ring

From: Brooks Davis <brooks_at_FreeBSD.org>
Date: Wed, 15 Jun 2022 17:52:37 UTC
The branch main has been updated by brooks:

URL: https://cgit.FreeBSD.org/src/commit/?id=030f3ee99583bc367b37c43c921cd9220667185e

commit 030f3ee99583bc367b37c43c921cd9220667185e
Author:     Zhenlei Huang <zlei.huang@gmail.com>
AuthorDate: 2022-06-15 17:49:27 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2022-06-15 17:52:05 +0000

    ifconfig.8: reflect removal of FDDI and Token Ring
    
    Reviewed By:    pauamma
    Differential Revision: https://reviews.freebsd.org/D35409
---
 sbin/ifconfig/ifconfig.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index 91d6764e35fc..c2f8df64616e 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -407,7 +407,7 @@ Enable the use of the Address Resolution Protocol
 in mapping
 between network level addresses and link level addresses (default).
 This is currently implemented for mapping between DARPA Internet addresses
-and IEEE 802 48-bit MAC addresses (Ethernet, FDDI, and Token Ring addresses).
+and IEEE 802 48-bit MAC addresses (Ethernet addresses).
 .It Fl arp
 Disable the use of the Address Resolution Protocol
 .Pq Xr arp 4 .