From owner-svn-src-all@freebsd.org Fri Feb 3 19:17:26 2017 Return-Path: Delivered-To: svn-src-all@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 09B98CCF9BA; Fri, 3 Feb 2017 19:17:26 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7371E8E; Fri, 3 Feb 2017 19:17:25 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1cZjMC-0001Uy-So; Fri, 03 Feb 2017 20:17:17 +0100 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: 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 References: <201702031909.v13J9kGN035880@repo.freebsd.org> Date: Fri, 03 Feb 2017 20:17:16 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <201702031909.v13J9kGN035880@repo.freebsd.org> User-Agent: Opera Mail/12.16 (FreeBSD) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 autolearn=disabled version=3.4.0 X-Scan-Signature: a8ecdd0179e5342c74548fafd5461917 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2017 19:17:26 -0000 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. Cheers, Ronald.