From owner-freebsd-bugs Sat Apr 22 1:20: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DAAF537B853 for ; Sat, 22 Apr 2000 01:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA03104; Sat, 22 Apr 2000 01:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from epsilon.lucida.qc.ca (epsilon.lucida.qc.ca [216.95.146.6]) by hub.freebsd.org (Postfix) with SMTP id 3BD2037B8F2 for ; 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 Reply-To: matt@arpa.mail.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/18153: traceroute's usage() does not show -S as a valid option Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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