Date: Thu, 2 Mar 2000 14:23:17 +0800 (CST) From: Peng HaiJie <phj@cn.FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Subject: bin/17121: Not display argv[0] correctly Message-ID: <200003020623.OAA83116@cn.FreeBSD.org>
next in thread | raw e-mail | index | archive | help
>Number: 17121
>Category: bin
>Synopsis: command would not print command name correctly
>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: Wed Mar 1 22:30:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator: Peng HaiJie
>Release: FreeBSD 3.4-STABLE i386
>Organization:
cn.FreeBSD.org
>Environment:
>Description:
would not display command name correctly if not use parameters
>How-To-Repeat:
>Fix:
Index: httpd-error
===================================================================
RCS file: /home/ncvs/src/tools/diag/httpd-error/httpd-error,v
retrieving revision 1.3
diff -r1.3 httpd-error
57c57
< *) echo 'usage $0 {-host|-filehits|-user|-userhits} < error.log' >&2
---
> *) echo "usage $0 {-host|-filehits|-user|-userhits} < error.log" >&2
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003020623.OAA83116>
