From d3e3646634f0c4ab47ef60acfea62a53ef5cd935 Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 14 Dec 1995 01:57:37 +0000 Subject: [PATCH] from netbsd: traceroute waits 5 seconds, not 3 seconds, before printing a * --- usr.sbin/traceroute/traceroute.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/traceroute/traceroute.8 b/usr.sbin/traceroute/traceroute.8 index 81548d0365e..8dca3c07539 100644 --- a/usr.sbin/traceroute/traceroute.8 +++ b/usr.sbin/traceroute/traceroute.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: traceroute.8,v 1.5 1995/03/26 21:45:22 glass Exp $ +.\" $NetBSD: traceroute.8,v 1.6 1995/10/12 03:05:50 mycroft Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -189,7 +189,7 @@ flag) are sent at each ttl setting and a line is printed showing the ttl, address of the gateway and round trip time of each probe. If the probe answers come from different gateways, the address of each responding system will -be printed. If there is no response within a 3 sec. timeout +be printed. If there is no response within a 5 sec. timeout interval (changed with the .Fl w flag), a "*" is printed for that -- 2.20.1