Deleted Added
full compact
ping6.8 (210933) ping6.8 (233648)
1.\" $KAME: ping6.8,v 1.58 2003/06/20 12:00:22 itojun Exp $
2.\"
3.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 13 unchanged lines hidden (view full) ---

22.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE.
29.\"
1.\" $KAME: ping6.8,v 1.58 2003/06/20 12:00:22 itojun Exp $
2.\"
3.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 13 unchanged lines hidden (view full) ---

22.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE.
29.\"
30.\" $FreeBSD: head/sbin/ping6/ping6.8 210933 2010-08-06 14:33:42Z joel $
30.\" $FreeBSD: head/sbin/ping6/ping6.8 233648 2012-03-29 05:02:12Z eadler $
31.\"
32.Dd April 20, 2010
33.Dt PING6 8
34.Os
35.Sh NAME
36.Nm ping6
37.Nd send
38.Tn ICMPv6 ECHO_REQUEST

--- 384 unchanged lines hidden (view full) ---

423.Fl p
424option of
425.Nm .
426.Sh EXIT STATUS
427The
428.Nm
429utility returns 0 on success (the host is alive),
4302 if the transmission was successful but no responses were received,
31.\"
32.Dd April 20, 2010
33.Dt PING6 8
34.Os
35.Sh NAME
36.Nm ping6
37.Nd send
38.Tn ICMPv6 ECHO_REQUEST

--- 384 unchanged lines hidden (view full) ---

423.Fl p
424option of
425.Nm .
426.Sh EXIT STATUS
427The
428.Nm
429utility returns 0 on success (the host is alive),
4302 if the transmission was successful but no responses were received,
431any other non-zero value if the arguments are incorrect or
432another error has occurred.
431any other non-zero value if the arguments are incorrect or
432another error has occurred.
433.Sh EXAMPLES
434Normally,
435.Nm
436works just like
437.Xr ping 8
438would work; the following will send ICMPv6 echo request to
439.Li dst.foo.com .
440.Bd -literal -offset indent

--- 92 unchanged lines hidden ---
433.Sh EXAMPLES
434Normally,
435.Nm
436works just like
437.Xr ping 8
438would work; the following will send ICMPv6 echo request to
439.Li dst.foo.com .
440.Bd -literal -offset indent

--- 92 unchanged lines hidden ---