Date: Thu, 5 Aug 1999 21:04:27 +0100 (BST) From: dwmalone@maths.tcd.ie To: FreeBSD-gnats-submit@freebsd.org Subject: bin/12987: fetch usage is missing a new line. Message-ID: <199908052104.aa90826@gosset.maths.tcd.ie>
index | next in thread | raw e-mail
>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
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908052104.aa90826>
