From owner-freebsd-current@FreeBSD.ORG Thu Mar 2 17:13:48 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 498D416A422; Thu, 2 Mar 2006 17:13:48 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D2BE43D58; Thu, 2 Mar 2006 17:13:47 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id k22HDdo7014194 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Mar 2006 09:13:40 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <44072884.3070404@errno.com> Date: Thu, 02 Mar 2006 09:16:52 -0800 From: Sam Leffler User-Agent: Thunderbird 1.5 (X11/20060210) MIME-Version: 1.0 To: Poul-Henning Kamp References: <22407.1141317749@critter.freebsd.dk> In-Reply-To: <22407.1141317749@critter.freebsd.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Dmitry Pryanishnikov , freebsd-current@freebsd.org, Robert Watson Subject: Re: style(9) question X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2006 17:13:48 -0000 Poul-Henning Kamp wrote: > In message <20060302163633.H77029@fledge.watson.org>, Robert Watson writes: > >> Regarding the contents of style(9) -- generally, we try hard not to change the >> style guide, as style proves to be a rather contentious topic, as it is >> typically guided much more by opinion and taste than function. > > A lot of people overlook that style(9) is about getting consistency > far more than getting a "style". > > To paraphrase: "Style(9) good or bad, our style(9)." > Or as I like to tell people: "style(9) is a guide, not a contract". The only issue I won't budge on is that when modifying existing code always maintain the existing/prevailing style. Sam