diff options
author | ru <ru@FreeBSD.org> | 2004-06-05 20:22:31 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-06-05 20:22:31 +0000 |
commit | 3a32f0d0731bc63c05f1e77027f3a5637dd9d040 (patch) | |
tree | 374a9da40b051d3c25a4404ca11b46b7cf4eff5c | |
parent | e42a7fd928e14e864e329d5f9f418c3868275a9f (diff) | |
download | FreeBSD-src-3a32f0d0731bc63c05f1e77027f3a5637dd9d040.zip FreeBSD-src-3a32f0d0731bc63c05f1e77027f3a5637dd9d040.tar.gz |
Reapply traditionally lost fixes.
-rw-r--r-- | usr.sbin/traceroute6/traceroute6.8 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr.sbin/traceroute6/traceroute6.8 b/usr.sbin/traceroute6/traceroute6.8 index 3779603..7a13f3a 100644 --- a/usr.sbin/traceroute6/traceroute6.8 +++ b/usr.sbin/traceroute6/traceroute6.8 @@ -76,10 +76,8 @@ Debug mode. Specify how many hops to skip in trace. .It Fl g Ar gateway Specify intermediate gateway -.Po -.Nm -uses routing header -.Pc . +.Nm ( +uses routing header). .It Fl I Use ICMP6 ECHO instead of UDP datagrams. .It Fl l @@ -114,7 +112,7 @@ Specify the delay time between probes. .Sh RETURN VALUES The .Nm -command will exit with 0 on success, and non-zero on errors. +utility will exit with 0 on success, and non-zero on errors. .\" .Sh SEE ALSO .Xr ping 8 , @@ -124,4 +122,4 @@ command will exit with 0 on success, and non-zero on errors. .Sh HISTORY The .Nm -command first appeared in WIDE hydrangea IPv6 protocol stack kit. +utility first appeared in WIDE hydrangea IPv6 protocol stack kit. |