From owner-cvs-share Thu Aug 22 13:46:57 1996 Return-Path: owner-cvs-share Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA16208 for cvs-share-outgoing; Thu, 22 Aug 1996 13:46:57 -0700 (PDT) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA14699; Thu, 22 Aug 1996 13:27:59 -0700 (PDT) From: Mike Pritchard Message-Id: <199608222027.NAA14699@freefall.freebsd.org> Subject: Re: cvs commit: src/share/man/man9 style.9 To: wosch@freefall.freebsd.org (Wolfram Schneider) Date: Thu, 22 Aug 1996 13:27:59 -0700 (PDT) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-share@freefall.freebsd.org In-Reply-To: <199608221655.JAA28446@freefall.freebsd.org> from "Wolfram Schneider" at Aug 22, 96 09:55:20 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Wolfram Schneider wrote: > > wosch 96/08/22 09:55:19 > > Modified: share/man/man9 style.9 > Log: > add copyright, $Id$ > remove case '?', if '?' is not in getopt(), it should > not be in the switch statement > > Revision Changes Path > 1.10 +27 -2 src/share/man/man9/style.9 '?' is a valid return value from getopt(), and should probably be in the switch statement, even if it is covered by the "default" case. Since this is the style guide, including it in the example will at least make people think about it. -- Mike Pritchard mpp@FreeBSD.org "Go that way. Really fast. If something gets in your way, turn"