From matt@epsilon.lucida.qc.ca  Sat Apr 22 01:14:04 2000
Return-Path: <matt@epsilon.lucida.qc.ca>
Received: from epsilon.lucida.qc.ca (epsilon.lucida.qc.ca [216.95.146.6])
	by hub.freebsd.org (Postfix) with SMTP id 3BD2037B8F2
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Apr 2000 01:14:00 -0700 (PDT)
	(envelope-from matt@epsilon.lucida.qc.ca)
Received: (qmail 82010 invoked by uid 1000); 22 Apr 2000 08:13:59 -0000
Message-Id: <20000422081359.82009.qmail@epsilon.lucida.qc.ca>
Date: 22 Apr 2000 08:13:59 -0000
From: matt@arpa.mail.net
Sender: matt@epsilon.lucida.qc.ca
Reply-To: matt@arpa.mail.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: traceroute's usage() does not show -S as a valid option
X-Send-Pr-Version: 3.2

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 22 01:20:01 PDT 2000
>Closed-Date:    Fri Jul 7 14:44:59 CDT 2000
>Last-Modified:  Fri Jul 07 14:45:57 CDT 2000
>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:
State-Changed-From-To: open->closed 
State-Changed-By: ghelmer 
State-Changed-When: Fri Jul 7 14:44:59 CDT 2000 
State-Changed-Why:  
Patch committed to traceroute.c version 1.14.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=18153 
>Unformatted:
