From owner-cvs-all Mon Apr 22 13:17:41 2002 Delivered-To: cvs-all@freebsd.org Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (Postfix) with ESMTP id A1A7537B405; Mon, 22 Apr 2002 13:17:34 -0700 (PDT) Received: (from uucp@localhost) by frmug.org (8.11.3/8.11.3/frmug-2.7/nospam) with UUCP id g3MKGRT42351; Mon, 22 Apr 2002 22:16:27 +0200 (CEST) (envelope-from charnier@xp11.frmug.org) Received: from xp11.frmug.org (xp11.frmug.org [127.0.0.1]) by xp11.frmug.org (8.12.3/8.12.3/xp11-uucp-1.1) with ESMTP id g3MKDHNT001385; Mon, 22 Apr 2002 22:13:17 +0200 (CEST) (envelope-from charnier@xp11.frmug.org) Message-Id: <200204222013.g3MKDHNT001385@xp11.frmug.org> To: Dag-Erling Smorgrav Cc: Philippe Charnier , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/savecore savecore.c In-Reply-To: Message from Dag-Erling Smorgrav of "21 Apr 2002 20:32:54 +0200." Date: Mon, 22 Apr 2002 22:13:17 +0200 From: "Philippe Charnier" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Salut, Dag-Erling Smorgrav wrote: >Philippe Charnier writes: >> In usage(), use fprintf(3) instead of errx(3), to make the printed >> string really start with `usage: ...'. > >Here's a partial list of programs that incorrectly spell "usage" with >a capital 'U': > >bin/sh/mkinit.c >bin/sh/options.c Yes, I know about this. They are also a lot of files that miss FBSDID, even when recently touched, or that don't have correct lines around sccid tag (see Bruce's recent changes in msgs(1)). We also need upping WARNS level when compiling before committing and try to reduce errors, lint(1) can help here. A lot of printf(3) format strings are incorrect in regard to length modifiers (recent discussion about %zu and size_t)... I will try to help. ------ ------ Philippe Charnier charnier@{xp11.frmug.org,free.fr,FreeBSD.org} ``a PC not running FreeBSD is like a venusian with no tentacles'' ------------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message