From owner-svn-src-head@freebsd.org Fri Dec 4 19:00:03 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E587A419FC; Fri, 4 Dec 2015 19:00:03 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-yk0-f169.google.com (mail-yk0-f169.google.com [209.85.160.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D3A501483; Fri, 4 Dec 2015 19:00:02 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by ykfs79 with SMTP id s79so135712878ykf.1; Fri, 04 Dec 2015 10:59:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=ZCEbjCT7tQMCYiUNqO2JMJgC0GdYQK41jI7ltDYO5rA=; b=MXbd8LDA9Fkl5E9qQpwaQBawm3ix87HGl/c7BLCmd2Pd/Old/eRYOf3xE+3qIYexT5 WNVKJD7orgnmoT1XXfcTJXK2zIh2ip0p1oW23jZHs/Sqa/j1QXGETlV9X19r2PWKdjib pEeJ9dYZStxn72seZ2poAsZMPYmQFbHKgdiE5lk0KjvrPAw9/ykrn6n/1N7uOr/8TPW4 ZE7tslP7FT5QEKn5+RmxrR+r0VJUkYEF2wMDRIodFaq6t9I0w3X8OZEXSClh9nZDQ0cD zbbT0l401ynNVMR404RG75bOeHVNxt3TlaqPVqfiAxIGWOgVnGQ2woPmGJx4dy5+otCB 8ViQ== X-Received: by 10.13.249.199 with SMTP id j190mr12403745ywf.286.1449255596465; Fri, 04 Dec 2015 10:59:56 -0800 (PST) Received: from mail-yk0-f181.google.com (mail-yk0-f181.google.com. [209.85.160.181]) by smtp.gmail.com with ESMTPSA id t123sm9743940ywg.51.2015.12.04.10.59.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Dec 2015 10:59:56 -0800 (PST) Received: by ykba77 with SMTP id a77so134616298ykb.2; Fri, 04 Dec 2015 10:59:55 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.13.212.17 with SMTP id w17mr12400640ywd.237.1449255595943; Fri, 04 Dec 2015 10:59:55 -0800 (PST) Reply-To: cem@FreeBSD.org Received: by 10.37.17.2 with HTTP; Fri, 4 Dec 2015 10:59:55 -0800 (PST) In-Reply-To: <20151205031713.T3286@besplex.bde.org> References: <201512040338.tB43cZY1053263@repo.freebsd.org> <56610B6B.8010708@FreeBSD.org> <20151204233052.J2220@besplex.bde.org> <20151204125355.6712d782@bender> <20151205031713.T3286@besplex.bde.org> Date: Fri, 4 Dec 2015 10:59:55 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r291741 - head/sys/geom From: Conrad Meyer To: Bruce Evans , svn-src-head@freebsd.org Cc: Andrew Turner , src-committers@freebsd.org, svn-src-all@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2015 19:00:03 -0000 On Fri, Dec 4, 2015 at 10:03 AM, Bruce Evans wrote: > On Fri, 4 Dec 2015, Andrew Turner wrote: >> I don't seem to see where in style(9) we disallow the use of bool. Can >> you point me where this is specified? > > > This is specified by not giving an example of using it. style(9) was > mostly written 10+ years before bool existed, and bool is so > (un)important that style(9) wasn't changed to allow it in its 16+ > years of existence. Thanks for the suggestion. Please see https://reviews.freebsd.org/D4384 . Best, Conrad