git: c6b2efb64e27 - main - route(8): Remove obsolete information

From: Warner Losh <imp_at_FreeBSD.org>
Date: Wed, 15 Dec 2021 23:08:27 UTC
The branch main has been updated by imp:

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

commit c6b2efb64e279b4d543aaa10073c63765bf6e790
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-12-15 23:06:19 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-12-15 23:07:35 +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
---
 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