From owner-freebsd-bugs Thu Aug 5 13:10: 5 1999 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 BBA8A15546 for ; Thu, 5 Aug 1999 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA19929; Thu, 5 Aug 1999 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 177D014D7C for ; Thu, 5 Aug 1999 13:06:41 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from gosset.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 5 Aug 1999 21:04:27 +0100 (BST) Message-Id: <199908052104.aa90826@gosset.maths.tcd.ie> Date: Thu, 5 Aug 1999 21:04:27 +0100 (BST) From: dwmalone@maths.tcd.ie Reply-To: dwmalone@maths.tcd.ie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/12987: fetch usage is missing a new line. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12987 >Category: bin >Synopsis: Missing \n in usage in fetch. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 5 13:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: David Malone >Release: FreeBSD 3.2-STABLE i386 >Organization: School of Mathematics, Trinity College, Dublin. >Environment: FreeBSD 3.2-STABLE as of checked out last Friday. Seems to be missing on RELENG_3_2_PAO and RELENG_3. >Description: Fetch usage function seems to be missing a \n. >How-To-Repeat: 20:59:gosset 52% fetch usage: fetch [-ADHILMNPRTVablmnpqrstv] [-o outputfile] [-S bytes] [-f file -h host [-c dir] | URL]20:59:gosset 53% >Fix: --- main.c.orig Thu Aug 5 20:53:17 1999 +++ main.c Thu Aug 5 20:53:50 1999 @@ -54,7 +54,7 @@ fprintf(stderr, "usage: fetch [-ADHILMNPRTVablmnpqrstv] [-o outputfile] " "[-S bytes]\n" - " [-f file -h host [-c dir] | URL]"); + " [-f file -h host [-c dir] | URL]\n"); exit(EX_USAGE); } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message