[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#324670: marked as forwarded (funny usage message)



Your message dated Tue, 23 Aug 2005 14:40:04 +0200
with message-id <873bp0rfmj.fsf@alhambra.kuesterei.ch>
has caused the Debian Bug report #324670,
regarding funny usage message
to be marked as having been forwarded to the upstream software
author(s) Thomas Esser <te@dbs.uni-hannover.de>, Mark Wicks <mwicks@kettering.edu>.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---------------------------------------
Received: (at 324670-forwarded) by bugs.debian.org; 23 Aug 2005 12:41:21 +0000
>From frank@kuesterei.ch Tue Aug 23 05:41:21 2005
Return-path: <frank@kuesterei.ch>
Received: from idmailgate2.unizh.ch [130.60.127.101] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1E7Y5h-0001Ti-00; Tue, 23 Aug 2005 05:41:21 -0700
Received: from localhost.localdomain ([130.60.169.214])
	by idmailgate2.unizh.ch (8.13.1/8.13.1/SuSE Linux 0.7) with ESMTP id j7NCe5ue020473;
	Tue, 23 Aug 2005 14:40:10 +0200
Received: from localhost
	([127.0.0.1] helo=localhost.localdomain ident=frank)
	by localhost.localdomain with esmtp (Exim 4.50)
	id 1E7Y4T-0002lV-Ds; Tue, 23 Aug 2005 14:40:05 +0200
To: Thomas Esser <te@dbs.uni-hannover.de>, Mark Wicks <mwicks@kettering.edu>
Cc: 324670-forwarded@bugs.debian.org, Robert Millan <rmh@aybabtu.com>
Subject: Re: Bug#324670: funny usage message
X-Attribution: fant
X-Ehrenamt: http://www.langau.de
In-Reply-To: <[🔎] E1E7YiP-00006y-3c@khazad.dyndns.org> (Robert Millan's message
 of "Tue, 23 Aug 2005 15:21:20 +0200")
References: <[🔎] E1E7YiP-00006y-3c@khazad.dyndns.org>
From: =?iso-8859-1?q?Frank_K=FCster?= <frank@debian.org>
Date: Tue, 23 Aug 2005 14:40:04 +0200
Message-ID: <873bp0rfmj.fsf@alhambra.kuesterei.ch>
User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-Virus-Scanned: by amavisd-new
Delivered-To: 324670-forwarded@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Hi Thomas, hi Mark,

a Debian user has reported a funny bug in the usage message of ebb.
I've already fixed it for Debian, here's the patch.  It also fixes the
manpage I wrote (better information about the -b switch).


Robert Millan <rmh@aybabtu.com> wrote:

> Package: tetex-bin
> Version: 2.0.2-31
> Severity: minor
>
>   rmh@orthanc:~$ ebb -h 2>&1| grep ^Usage
>   Usage: [-v] [-b] ebb [files]
>
> Parameters before the actual command?  :)

--- texk/dvipdfm/ebb.c.orig	2005-08-23 14:34:21.801788036 +0200
+++ texk/dvipdfm/ebb.c	2005-08-23 14:34:21.845783095 +0200
@@ -49,7 +49,7 @@
   fprintf (stderr, "ebb comes with ABSOLUTELY NO WARRANTY.\n");
   fprintf (stderr, "This is free software, and you are welcome to redistri=
bute it\n");
   fprintf (stderr, "under certain conditions.  Details are distributed wit=
h the software.\n");
-  fprintf (stderr, "\nUsage: [-v] [-b] ebb [files]\n");
+  fprintf (stderr, "\nUsage: ebb [-v] [-b] [files]\n");
   fprintf (stderr, "\t-b\t\tWrite .bb file in binary mode\n");
   fprintf (stderr, "\t-v\t\tVerbose\n");
   exit(1);
--- texk/dvipdfm/ebb.1.orig	2005-08-23 14:34:21.803787811 +0200
+++ texk/dvipdfm/ebb.1	2005-08-23 14:35:21.043134454 +0200
@@ -18,11 +18,9 @@
 .HP
 \fB\-v\fR : be verbose
 .HP
-\fB\-b\fR : Write .bb file in binary mode
+\fB\-b\fR : Write .bb file in binary mode (has no effect on Linux and
+other systems conforming to POSIX).
 .HP
-.SH "BUGS"=20
-.PP=20
-I cannot find a difference between binary and standard .bb files\&.
 .PP=20
 .SH "AUTHOR"=20
 .PP=20

Regards, Frank
--=20
Frank K=FCster
Inst. f. Biochemie der Univ. Z=FCrich
Debian Developer



Reply to: