From owner-cvs-usrbin Sat Oct 4 10:08:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA24286 for cvs-usrbin-outgoing; Sat, 4 Oct 1997 10:08:33 -0700 (PDT) Received: from rvc1.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA24274; Sat, 4 Oct 1997 10:08:23 -0700 (PDT) Received: (from helbig@localhost) by rvc1.informatik.ba-stuttgart.de (8.8.7/8.8.5) id SAA14483; Sat, 4 Oct 1997 18:31:31 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199710041631.SAA14483@rvc1.informatik.ba-stuttgart.de> Subject: Re: cvs commit: src/usr.bin/c89 c89.1 c89.sh In-Reply-To: <199709182055.NAA23530@freefall.freebsd.org> from Joerg Wunsch at "Sep 18, 97 01:55:51 pm" To: joerg@FreeBSD.ORG (Joerg Wunsch) Date: Sat, 4 Oct 1997 18:31:30 +0200 (MET DST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > joerg 1997/09/18 13:55:51 PDT > > Modified files: > usr.bin/c89 c89.1 c89.sh > Log: > Use -ansi -pedantic -trigraphs, as suggested by Bruce. > > Enforce that only Posix-spec'ed options are being used, so people could > use this as a Posixificator of some kind. But the -l flag should still be supported and documented. BTW, why doesn't the usage message (and manpage synopsis) comply to style(9)? Is this POSIX style :-) Wolfgang