Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2019 20:29:17 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r353779 - head/sbin/ping6
Message-ID:  <201910202029.x9KKTHwA098691@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910202029.x9KKTHwA098691>