From dwmalone@maths.tcd.ie Thu Aug  5 13:06:45 1999
Return-Path: <dwmalone@maths.tcd.ie>
Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11])
	by hub.freebsd.org (Postfix) with SMTP id 177D014D7C
	for <freebsd-gnats-submit@freebsd.org>; 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 <aa35791@salmon>; 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
Sender: dwmalone@maths.tcd.ie
Reply-To: dwmalone@maths.tcd.ie
To: FreeBSD-gnats-submit@freebsd.org
Subject: fetch usage is missing a new line.
X-Send-Pr-Version: 3.2

>Number:         12987
>Category:       bin
>Synopsis:       Missing \n in usage in fetch.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug  5 13:10:01 PDT 1999
>Closed-Date:    Thu Aug 5 13:23:08 PDT 1999
>Last-Modified:  Thu Aug  5 13:25:06 PDT 1999
>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:
State-Changed-From-To: open->closed 
State-Changed-By: roberto 
State-Changed-When: Thu Aug 5 13:23:08 PDT 1999 
State-Changed-Why:  
Fixed in following revisions: 
1.49.2.3	RELENG_3 
1.49.2.1.2.2	RELENG_3_2_PAO 
for main.c. 
>Unformatted:
