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 <sucan...@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 , _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"