svn commit: r353779 - head/sbin/ping6

Alan Somers asomers at FreeBSD.org
Sun Oct 20 20:29:18 UTC 2019


Author: asomers
Date: Sun Oct 20 20:29:17 2019
New Revision: 353779
URL: https://svnweb.freebsd.org/changeset/base/353779

Log:
  Fix option names in the Examples section of the manual page
  
  This corrects an oversight from r351423.
  
  Submitted by:	Ján Sučan <sucanjan at gmail.com>
  MFC after:	Never
  Differential Revision:	https://reviews.freebsd.org/D22093

Modified:
  head/sbin/ping6/ping6.8

Modified: head/sbin/ping6/ping6.8
==============================================================================
--- head/sbin/ping6/ping6.8	Sun Oct 20 17:40:50 2019	(r353778)
+++ head/sbin/ping6/ping6.8	Sun Oct 20 20:29:17 2019	(r353779)
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 22, 2019
+.Dd October 20, 2019
 .Dt PING6 8
 .Os
 .Sh NAME
@@ -473,13 +473,13 @@ The address
 is named the link-local all-node multicast address, and the packet would
 reach every node on the network link.
 .Bd -literal -offset indent
-ping6 -w ff02::1%wi0
+ping6 -y ff02::1%wi0
 .Ed
 .Pp
 The following will probe addresses assigned to the destination node,
 .Li dst.foo.com .
 .Bd -literal -offset indent
-ping6 -a agl dst.foo.com
+ping6 -k agl dst.foo.com
 .Ed
 .Sh SEE ALSO
 .Xr netstat 1 ,


More information about the svn-src-all mailing list