mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-27 08:00:11 +00:00
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
This commit is contained in:
parent
cd1cf2fc1d
commit
e9dfc15a83
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=353779
@ -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 ,
|
||||
|
Loading…
Reference in New Issue
Block a user