On Fri, Jan 01, 2010 at 11:48:08PM +, Christos Zoulas wrote:
> > > imo, lower case "usage" would be more consistent with other commands.
> >
> >Some grep usage suggests that lowercase outnumbers capitalized by a
> >good margin, but there's still a healthy minority of capitalized usage
> >m
Module Name:src
Committed By: dholland
Date: Sun Jan 3 17:08:45 UTC 2010
Modified Files:
src/games/canfield/cfscores: cfscores.c
Log Message:
Christos points out that usage should not use errx, but should use
getprogname.
To generate a diff of this commit:
cvs rdiff -u
In article <20100101173538.ga17...@netbsd.org>,
David Holland wrote:
>On Fri, Jan 01, 2010 at 03:33:26PM +0100, Marc Balmer wrote:
> > > if (argc > 2) {
> > > - printf("Usage: cfscores -a | cfscores [user]\n");
> > > - exit(1);
> > > + errx(1, "Usage: cfscores -a | cfsco
Am 01.01.2010 um 18:35 schrieb David Holland:
> On Fri, Jan 01, 2010 at 03:33:26PM +0100, Marc Balmer wrote:
>>> if (argc > 2) {
>>> - printf("Usage: cfscores -a | cfscores [user]\n");
>>> - exit(1);
>>> + errx(1, "Usage: cfscores -a | cfscores [user]");
>>
>> i
On Fri, Jan 01, 2010 at 03:33:26PM +0100, Marc Balmer wrote:
> >if (argc > 2) {
> > - printf("Usage: cfscores -a | cfscores [user]\n");
> > - exit(1);
> > + errx(1, "Usage: cfscores -a | cfscores [user]");
>
> imo, lower case "usage" would be more consistent wi
Am 01.01.2010 um 07:20 schrieb David A. Holland:
> Module Name: src
> Committed By: dholland
> Date: Fri Jan 1 06:20:45 UTC 2010
>
> Modified Files:
> src/games/canfield/cfscores: cfscores.c
>
> Log Message:
> Send error messages to stderr. Use errx/warnx, not printf.
>
>
> To
Module Name:src
Committed By: wiz
Date: Fri Jan 1 11:45:34 UTC 2010
Modified Files:
src/games/canfield/canfield: canfield.6
Log Message:
New sentence, new line.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/games/canfield/canfield/canfield.6
Please
Module Name:src
Committed By: dholland
Date: Fri Jan 1 07:35:09 UTC 2010
Modified Files:
src/games/canfield/canfield: canfield.6
Log Message:
Adjust SYNOPSIS for cfscores to better match reality. Note in BUGS
that the score file isn't portable. Bump date (first time since
Module Name:src
Committed By: dholland
Date: Fri Jan 1 06:37:16 UTC 2010
Modified Files:
src/games/canfield/canfield: canfield.c
src/games/canfield/cfscores: cfscores.c
Added Files:
src/games/canfield/canfield: betinfo.h
Log Message:
Split struct betinfo i
Module Name:src
Committed By: dholland
Date: Fri Jan 1 06:31:18 UTC 2010
Modified Files:
src/games/canfield/cfscores: cfscores.c
Log Message:
Use NULL instead of 0 for pointer tests. Remove an unnecessary cast.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.
Module Name:src
Committed By: dholland
Date: Fri Jan 1 06:20:45 UTC 2010
Modified Files:
src/games/canfield/cfscores: cfscores.c
Log Message:
Send error messages to stderr. Use errx/warnx, not printf.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/gam
Module Name:src
Committed By: dholland
Date: Fri Jan 1 06:16:36 UTC 2010
Modified Files:
src/games/canfield/cfscores: cfscores.c
Log Message:
Correct usage message.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/games/canfield/cfscores/cfscores.c
Ple
12 matches
Mail list logo