svn commit: r322550 - head/sbin/route
Konstantin Belousov
kib at FreeBSD.org
Tue Aug 15 19:29:12 UTC 2017
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.
More information about the svn-src-head
mailing list