diff options
author | phantom <phantom@FreeBSD.org> | 2000-05-01 14:48:45 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-05-01 14:48:45 +0000 |
commit | adf86da945eb5ba9b252ebce4c41079960b6021a (patch) | |
tree | 266226769a055b9d0319b423d2d68306825ae97b /usr.sbin/traceroute6 | |
parent | 3f441717c90b7946a854fc8f29d2b185e84d135b (diff) | |
download | FreeBSD-src-adf86da945eb5ba9b252ebce4c41079960b6021a.zip FreeBSD-src-adf86da945eb5ba9b252ebce4c41079960b6021a.tar.gz |
. clear `.Os' macro value since this tool is not KAME only anymore
. add integration note
. avoid `.Nm' value upper case usage
Diffstat (limited to 'usr.sbin/traceroute6')
-rw-r--r-- | usr.sbin/traceroute6/traceroute6.8 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.sbin/traceroute6/traceroute6.8 b/usr.sbin/traceroute6/traceroute6.8 index b98773f..a875ea7 100644 --- a/usr.sbin/traceroute6/traceroute6.8 +++ b/usr.sbin/traceroute6/traceroute6.8 @@ -30,7 +30,7 @@ .\" .Dd May 17, 1998 .Dt TRACEROUTE6 8 -.Os KAME +.Os .\" .Sh NAME .Nm traceroute6 @@ -79,8 +79,9 @@ Specify the delay time between probes. .El .\" .Sh RETURN VALUES -.Nm Traceroute6 -will exit with 0 on success, and non-zero on errors. +The +.Nm +command will exit with 0 on success, and non-zero on errors. .\" .Sh SEE ALSO .Xr ping 8 , @@ -91,6 +92,6 @@ will exit with 0 on success, and non-zero on errors. The .Nm command first appeared in WIDE hydrangea IPv6 protocol stack kit. -.\" -.\" .Sh BUGS -.\" (to be written) +IPv6 and IPsec support based on the KAME Project (http://www.kame.net/) stack +was initialy integrated into +.Fx 4.0 |