svn commit: r322652 - stable/10/sbin/route

Konstantin Belousov kib at FreeBSD.org
Fri Aug 18 11:22:50 UTC 2017


Author: kib
Date: Fri Aug 18 11:22:49 2017
New Revision: 322652
URL: https://svnweb.freebsd.org/changeset/base/322652

Log:
  MFC r322550:
  Typo, the '-6' option selects inet6.
  
  Approved by:	re (delphij)

Modified:
  stable/10/sbin/route/route.8
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/route/route.8
==============================================================================
--- stable/10/sbin/route/route.8	Fri Aug 18 10:38:49 2017	(r322651)
+++ stable/10/sbin/route/route.8	Fri Aug 18 11:22:49 2017	(r322652)
@@ -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.


More information about the svn-src-all mailing list