Deleted Added
full compact
1c1
< .\" $KAME: ping6.8,v 1.22 2000/05/31 17:00:07 itojun Exp $
---
> .\" $KAME: ping6.8,v 1.39 2001/04/04 00:08:34 itojun Exp $
30c30
< .\" $FreeBSD: head/sbin/ping6/ping6.8 72914 2001-02-22 19:00:51Z ume $
---
> .\" $FreeBSD: head/sbin/ping6/ping6.8 78064 2001-06-11 12:39:29Z ume $
43c43
< .Op Fl dfHnNqRvw
---
> .Op Fl dfHnNqRtvw
45c45
< .\" .Op Fl AdEfnNqRvw
---
> .\" .Op Fl AdEfnNqRtvw
187c187
< .Nm ping
---
> .Nm
193c193
< No attempt will be made to lookup symbolic names for host addresses.
---
> No attempt will be made to lookup symbolic names from addresses in the reply.
216,220d215
< .Fl Q
< flag,
< .Nm
< prints out any ICMP error messages caused by its own ECHO_REQUEST
< messages.
261a257,263
> .It Fl t
> Generate ICMPv6 Node Information supported query types query,
> rather than echo-request.
> .Fl s
> has no effect if
> .Fl t
> is specified.
269c271
< Generate ICMPv6 Node Information FQDN query, rather than echo-request.
---
> Generate ICMPv6 Node Information DNS Name query, rather than echo-request.
338c340
< .Nm Ping6
---
> .Nm
353c355
< .Nm ping
---
> .Nm
388a391,418
> .Sh EXAMPLES
> Normally,
> .Xr ping6 8
> works just like
> .Xr ping 8
> would work; the following will send ICMPv6 echo request to
> .Li dst.foo.com .
> .Bd -literal -offset indent
> ping6 -n dst.foo.com
> .Ed
> .Pp
> The following will probe hostnames for all nodes on the network link attached to
> .Li wi0
> interface.
> The address
> .Li ff02::1
> 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
> .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
> .Ed
> .Pp
390a421,423
> .Xr icmp6 4 ,
> .Xr inet6 4 ,
> .Xr ip6 4 ,
406,407c439,440
< .%N draft-ietf-ipngwg-icmp-name-lookups-05.txt
< .%D October 22, 1999
---
> .%N draft-ietf-ipngwg-icmp-name-lookups-07.txt
> .%D August 2000
441c474
< .Nm ping
---
> .Xr ping 8