Skip site navigation (1)Skip section navigation (2)
Date:      22 Apr 2000 08:13:59 -0000
From:      matt@arpa.mail.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/18153: traceroute's usage() does not show -S as a valid option
Message-ID:  <20000422081359.82009.qmail@epsilon.lucida.qc.ca>

next in thread | raw e-mail | index | archive | help

>Number:         18153
>Category:       bin
>Synopsis:       traceroute's usage() does not show -S as a valid option.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 22 01:20:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Matt Heckaman
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Lucida Communications
>Environment:

FreeBSD 4.0-STABLE as of April 19 2000

>Description:

The usage() function in traceroute does not show that you may specify
the -S option. This feature is mentioned in the manual page, just not
in the usage() function.

>How-To-Repeat:

traceroute -h

>Fix:

--- traceroute.c.orig   Sat Apr 22 04:06:30 2000
+++ traceroute.c        Sat Apr 22 04:07:19 2000
@@ -1225,7 +1225,7 @@
        extern char version[];
 
        Fprintf(stderr, "Version %s\n", version);
-       Fprintf(stderr, "Usage: %s [-dnrv] [-w wait] [-m max_ttl] [-M min_ttl] \
+       Fprintf(stderr, "Usage: %s [-Sdnrv] [-w wait] [-m max_ttl] [-M min_ttl] \
 [-P proto]\n\t [-p port#] [-q nqueries] [-t tos] [-s src_addr] [-g gateway] \
 \n\t host [data_size]\n", prog);
        exit(1);

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000422081359.82009.qmail>