From 24328efbb4a07ad527b352f68aa97b00b963676a Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Tue, 15 Aug 2017 19:29:10 +0000 Subject: [PATCH] Typo, the '-6' option selects inet6. Sponsored by: The FreeBSD Foundation MFC after: 3 days --- sbin/route/route.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/route/route.8 b/sbin/route/route.8 index d524ef538c6a..692e1a891936 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -68,7 +68,7 @@ Specify address family as family hint for subcommands. .It Fl 6 Specify -.Cm inet +.Cm inet6 address family as family hint for subcommands. .It Fl d Run in debug-only mode, i.e., do not actually modify the routing table.