svn commit: r270523 - stable/10/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Mon Aug 25 09:06:42 UTC 2014


Author: gjb
Date: Mon Aug 25 09:06:42 2014
New Revision: 270523
URL: http://svnweb.freebsd.org/changeset/base/270523

Log:
  Document r265701, route(8) and netstat(8) '-4' and '-6' shorthand
  flags.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Aug 25 08:40:36 2014	(r270522)
+++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Aug 25 09:06:42 2014	(r270523)
@@ -412,6 +412,12 @@
       specified, produces a full stack track on the sampled
       points.</para>
 
+    <para revision="265701">The &man.netstat.8; and &man.route.8;
+      utilities have been updated to include a shorthand equivalent
+      to the <literal>-f inet</literal> and <literal>-f
+	inet6</literal> address specifiers, <literal>-4</literal> and
+      <literal>-6</literal>, respectively.</para>
+
     <para revision="266279">The &man.ps.1; utility has been
       updated to include the <literal>-J</literal> flag, used to
       filter output by matching &man.jail.8; IDs and names.


More information about the svn-src-all mailing list