svn commit: r250939 - head/usr.sbin/rtsold

Mark Johnston markj at FreeBSD.org
Thu May 23 19:47:36 UTC 2013


Author: markj
Date: Thu May 23 19:47:35 2013
New Revision: 250939
URL: http://svnweb.freebsd.org/changeset/base/250939

Log:
  Correct the description of the -a option: rtsol(d) -a will in fact send out
  router solicitations on multiple interfaces.
  
  Reviewed by:	hrs
  MFC after:	1 week

Modified:
  head/usr.sbin/rtsold/rtsold.8

Modified: head/usr.sbin/rtsold/rtsold.8
==============================================================================
--- head/usr.sbin/rtsold/rtsold.8	Thu May 23 18:07:01 2013	(r250938)
+++ head/usr.sbin/rtsold/rtsold.8	Thu May 23 19:47:35 2013	(r250939)
@@ -163,13 +163,8 @@ The options are as follows:
 .It Fl a
 Autoprobe outgoing interface.
 .Nm
-will try to find a non-loopback, non-point-to-point, IPv6-capable interface.
-If
-.Nm
-finds multiple interfaces,
-.Nm
-will exit with error.
-.\"
+will try to find non-loopback, non-point-to-point, IPv6-capable interfaces
+and send router solicitation messages on all of them.
 .It Fl d
 Enable debugging.
 .It Fl D


More information about the svn-src-all mailing list