From owner-freebsd-bugs Wed Feb 20 19:20: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23E0437B416 for ; Wed, 20 Feb 2002 19:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1L3K1O55842; Wed, 20 Feb 2002 19:20:01 -0800 (PST) (envelope-from gnats) Received: from disflux.dhs.org (tconl90110.tconl.com [204.26.90.110]) by hub.freebsd.org (Postfix) with ESMTP id 07BEB37B416 for ; Wed, 20 Feb 2002 19:19:51 -0800 (PST) Received: (from phrac@localhost) by dekay.disflux.org (8.11.6/8.11.6) id g1L120K00484; Wed, 20 Feb 2002 19:02:00 -0600 (CST) (envelope-from phrac) Message-Id: <200202210102.g1L120K00484@dekay.disflux.org> Date: Wed, 20 Feb 2002 19:02:00 -0600 (CST) From: phrac Reply-To: phrac To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: misc/35164: no -h option listed for portmap Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35164 >Category: misc >Synopsis: no -h option listed for portmap >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 20 19:20:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: phrac >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD dekay.disflux.org 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Feb 17 06:57:42 CST 2002 root@:/usr/obj/usr/src/sys/dekay i386 >Description: when giving a bad option to portmap, there is no -h option listed in the command line help, although there is an -h option listed in the man page. >How-To-Repeat: [phrac@dekay: ~]$ portmap -h portmap: option requires an argument -- h usage: portmap [-dv] >Fix: --- portmap.diff begins here --- --- portmap.c.orig Wed Feb 20 17:37:13 2002 +++ portmap.c Wed Feb 20 16:48:01 2002 @@ -239,7 +239,7 @@ static void usage() { - fprintf(stderr, "usage: portmap [-dv]\n"); + fprintf(stderr, "usage: portmap [-dv -h ]\n"); exit(1); } --- portmap.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message