Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2017 11:22:49 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r322652 - stable/10/sbin/route
Message-ID:  <201708181122.v7IBMnS3089422@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708181122.v7IBMnS3089422>