summaryrefslogtreecommitdiff
path: root/usr.sbin/traceroute
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2022-12-23 07:16:56 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2022-12-23 07:16:56 +0000
commit3a89a9824e69757ca188acb0e69fdc0b78c0e3ec (patch)
treef978a3c5a8f40a80408e51a0088c64631fa56f51 /usr.sbin/traceroute
parent7f6c87fadcb92e50a922fef7bc900570e7d55a00 (diff)
point readers, where relevant, to route(8) rather than netstat(1) or route(4);
remove some redundant info regarding netstat -r from ipcomp/ipsec feedback claudio sthen ok claudio kn sthen
Diffstat (limited to 'usr.sbin/traceroute')
-rw-r--r--usr.sbin/traceroute/traceroute.88
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/traceroute/traceroute.8 b/usr.sbin/traceroute/traceroute.8
index ce38e31c8eb..e922a98117b 100644
--- a/usr.sbin/traceroute/traceroute.8
+++ b/usr.sbin/traceroute/traceroute.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: traceroute.8,v 1.74 2022/07/30 07:19:31 jsg Exp $
+.\" $OpenBSD: traceroute.8,v 1.75 2022/12/23 07:16:55 jmc Exp $
.\" $NetBSD: traceroute.8,v 1.6 1995/10/12 03:05:50 mycroft Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)traceroute.8 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: July 30 2022 $
+.Dd $Mdocdate: December 23 2022 $
.Dt TRACEROUTE 8
.Os
.Sh NAME
@@ -387,8 +387,8 @@ Because of the load it could impose on the network, it is unwise to use
.Nm
during normal operations or from automated scripts.
.Sh SEE ALSO
-.Xr netstat 1 ,
-.Xr ping 8
+.Xr ping 8 ,
+.Xr route 8
.Sh HISTORY
The very first
.Nm