Date: Tue, 15 Aug 2017 19:29:10 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r322550 - head/sbin/route Message-ID: <201708151929.v7FJTAIm007360@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kib Date: Tue Aug 15 19:29:10 2017 New Revision: 322550 URL: https://svnweb.freebsd.org/changeset/base/322550 Log: Typo, the '-6' option selects inet6. Sponsored by: The FreeBSD Foundation MFC after: 3 days Modified: head/sbin/route/route.8 Modified: head/sbin/route/route.8 ============================================================================== --- head/sbin/route/route.8 Tue Aug 15 19:21:27 2017 (r322549) +++ head/sbin/route/route.8 Tue Aug 15 19:29:10 2017 (r322550) @@ -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?201708151929.v7FJTAIm007360>