mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
. clear `.Os' macro value since this tool is not KAME only anymore
. add integration note . avoid `.Nm' value upper case usage
This commit is contained in:
parent
f894c43f10
commit
a14efaa62f
1 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue