bug-coreutils
[Top][All Lists]
Advanced

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

Re: (man|info) pages and --help


From: C de-Avillez
Subject: Re: (man|info) pages and --help
Date: Fri, 18 Sep 2009 19:04:15 -0500

On Fri, 18 Sep 2009 23:42:31 +0100
Pádraig Brady <address@hidden> wrote:

> -emit_bug_reporting_address (void)
> +emit_ancillary_info (void)

Hi Pádraig,

Thank you for getting the details done. Well, it really seems I still
have a lot to learn on coreutils.

But there is an issue in the change above: pretty much all sources
have, hardcoded, calls to emit_bug_reporting_address. So, the end
result:

1. a lot of warnings like below (well, 'hard_locale' happens only
about 10 times):

who.c: In function 'usage':
who.c:668: warning: implicit declaration of function 
'emit_bug_reporting_address'
who.c: In function 'main':
who.c:791: warning: implicit declaration of function 'hard_locale'

2. since the modules are hardcoded to emit_bug_reporting_address, the
new message does not appear in the --help output;

3. on the other hand, it seems the Perl change is OK ;-)

Sorry, my presence is being required at the dinner table.

Cheers,

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]