diff options
author | ru <ru@FreeBSD.org> | 2001-07-04 14:04:16 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-07-04 14:04:16 +0000 |
commit | 233a8afeb80ccca342c8c491e97ee24898629ca7 (patch) | |
tree | 8c388e225cf35864f4aded38adae8adb52952fd1 /sbin/ping6 | |
parent | 4d8e1d038b4d1d06dfe42c9d7b02ce3ba835606e (diff) | |
download | FreeBSD-src-233a8afeb80ccca342c8c491e97ee24898629ca7.zip FreeBSD-src-233a8afeb80ccca342c8c491e97ee24898629ca7.tar.gz |
mdoc(7) police: don't xref to itself.
Diffstat (limited to 'sbin/ping6')
-rw-r--r-- | sbin/ping6/ping6.8 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/ping6/ping6.8 b/sbin/ping6/ping6.8 index 6f3eb65..ccd6b2b 100644 --- a/sbin/ping6/ping6.8 +++ b/sbin/ping6/ping6.8 @@ -390,7 +390,7 @@ returns 0 on success (the host is alive), and non-zero if the arguments are incorrect or the host is not responding. .Sh EXAMPLES Normally, -.Xr ping6 8 +.Nm works just like .Xr ping 8 would work; the following will send ICMPv6 echo request to @@ -415,7 +415,6 @@ The following will probe addresses assigned to the destination node, .Bd -literal -offset indent ping6 -a agl dst.foo.com .Ed -.Pp .Sh SEE ALSO .Xr netstat 1 , .Xr icmp6 4 , @@ -442,7 +441,7 @@ ping6 -a agl dst.foo.com .Re .Sh BUGS There have been many discussions on why we separate -.Xr ping6 8 +.Nm and .Xr ping 8 . Some people argued that it would be more convenient to uniform the |