From owner-svn-src-head@freebsd.org Fri Feb 3 19:27:10 2017 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 88E08CCFC7F; Fri, 3 Feb 2017 19:27:10 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 524CF8B0; Fri, 3 Feb 2017 19:27:10 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id v13JR8aO035801 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 3 Feb 2017 12:27:08 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id v13JR8cq035798; Fri, 3 Feb 2017 12:27:08 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 3 Feb 2017 12:27:08 -0700 (MST) From: Warren Block To: Ronald Klop cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org, Warren Block Subject: Re: svn commit: r313169 - head/tools/build/options In-Reply-To: Message-ID: References: <201702031909.v13J9kGN035880@repo.freebsd.org> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (wonkity.com [127.0.0.1]); Fri, 03 Feb 2017 12:27:08 -0700 (MST) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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, 03 Feb 2017 19:27:10 -0000 On Fri, 3 Feb 2017, Ronald Klop wrote: > On Fri, 03 Feb 2017 20:09:46 +0100, Warren Block wrote: > >> Modified: head/tools/build/options/WITHOUT_INSTALLLIB >> ============================================================================== >> --- head/tools/build/options/WITHOUT_INSTALLLIB Fri Feb 3 17:02:57 >> 2017 (r313168) >> +++ head/tools/build/options/WITHOUT_INSTALLLIB Fri Feb 3 19:09:46 >> 2017 (r313169) >> @@ -1,6 +1,6 @@ >> .\" $FreeBSD$ >> -Set this if you do not want to install optional libraries. >> -For example when creating a >> +Set this if to not install optional libraries. >> +For example, when creating a >> .Xr nanobsd 8 >> image. >> .Bf -symbolic > > I think this sentence did not become what you meant it to be. Er... yes. Already decromulated. But please keep an eye out for others. Thanks!