git: f636f38bd756 - stable/13 - ifconfig.8: reflect removal of FDDI and Token Ring
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Jun 2022 22:07:20 UTC
The branch stable/13 has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=f636f38bd756b597eb8385b30d64c31382d4e5d7
commit f636f38bd756b597eb8385b30d64c31382d4e5d7
Author: Zhenlei Huang <zlei.huang@gmail.com>
AuthorDate: 2022-06-15 17:49:27 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2022-06-20 22:06:10 +0000
ifconfig.8: reflect removal of FDDI and Token Ring
Reviewed By: pauamma
Differential Revision: https://reviews.freebsd.org/D35409
(cherry picked from commit 030f3ee99583bc367b37c43c921cd9220667185e)
---
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 be48a6ab660e..68c1e0e04934 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -309,7 +309,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 .