git: d8d86ab91e0f - stable/13 - route(8): Remove obsolete information

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Mon, 13 Mar 2023 08:02:28 UTC
The branch stable/13 has been updated by gbe:

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

commit d8d86ab91e0f92995b839d48e48a11c2a1872952
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-12-15 23:06:19 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-03-13 08:01:36 +0000

    route(8): Remove obsolete information
    
    xns and osi are no longer relevant (or supported) so remove their
    vestiges.
    
    Noticed by:     phk
    Sponsored by:   Netflix
    
    (cherry picked from commit c6b2efb64e279b4d543aaa10073c63765bf6e790)
---
 sbin/route/route.8 | 19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)

diff --git a/sbin/route/route.8 b/sbin/route/route.8
index c353bfb73d62..161189e7a9d8 100644
--- a/sbin/route/route.8
+++ b/sbin/route/route.8
@@ -28,7 +28,7 @@
 .\"     @(#)route.8	8.3 (Berkeley) 3/19/94
 .\" $FreeBSD$
 .\"
-.Dd April 11, 2021
+.Dd December 15, 2021
 .Dt ROUTE 8
 .Os
 .Sh NAME
@@ -143,8 +143,6 @@ command is specified,
 .Nm
 will ``flush'' the routing tables of all gateway entries.
 When the address family may is specified by any of the
-.Fl osi ,
-.Fl xns ,
 .Fl inet6 ,
 or
 .Fl inet
@@ -264,20 +262,6 @@ Alternately, if the interface is point to point the name of the interface
 itself may be given, in which case the route remains valid even
 if the local or remote addresses change.
 .Pp
-The optional modifiers
-.Fl xns ,
-.Fl osi ,
-and
-.Fl link
-specify that all subsequent addresses are in the
-.Tn XNS
-or
-.Tn OSI
-address families,
-or are specified as link-level addresses,
-and the names must be numeric specifications rather than
-symbolic names.
-.Pp
 The optional
 .Fl netmask
 modifier is intended
@@ -502,7 +486,6 @@ The next-hop gateway should be reachable through a different route.
 .Xr route 4 ,
 .Xr arp 8 ,
 .Xr routed 8
-.\".Xr XNSrouted 8
 .Sh HISTORY
 The
 .Nm