From owner-freebsd-current@FreeBSD.ORG Sun May 12 16:08:49 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E0C3DFA5 for ; Sun, 12 May 2013 16:08:49 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pd0-f170.google.com (mail-pd0-f170.google.com [209.85.192.170]) by mx1.freebsd.org (Postfix) with ESMTP id BD973162 for ; Sun, 12 May 2013 16:08:49 +0000 (UTC) Received: by mail-pd0-f170.google.com with SMTP id 10so3846495pdi.1 for ; Sun, 12 May 2013 09:08:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=nvCrviQrGHxdZ5duuuVmzrFJAbzroaDNSwsDptE/1DM=; b=H15revasLvqyCnC45kIsuu4u4HqbOHmKKznVTCtXLLGhVlQBEWY4HciSUwFeDIdCXc fBIoivb7Zxefu9OW+d5dCu3+ImPZOZYU93cB88wcQuL1kHQrXtGO2Sc9qM4BV48SF1VA mw5nmfvNzWGe4vznnzfrxP8aNTZSGyW6LQiVU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=nvCrviQrGHxdZ5duuuVmzrFJAbzroaDNSwsDptE/1DM=; b=e9R3E8tUGVyS93KhupkyPu8rRMmDwiAc7a2Ks1ts4B2Hwyd7cGV702GLkONqm0YRQI pDopNCykbIHsuDt/KXl/CYnq87hjLkzgEICPEqOtwjShzYqlNwYZ9ojfNe9UIAcByTpH xVUSaGINdcT9326F+xmuL828L1N3AParPgrbcdUbe7Ios/sfv7eKmeY7VVrHa9J+X7iX Q+bf6M1dJAMd49AY+gcPhNROTI2ST4INU44ro3vE2ZL+l5OGIgDqxp2ikbfbm+kcXKVO juVAGt9G0WnNJIqmpC5sEAR6BUeKhLN0sQidNVo4glSWGkFzFsh29pJeqEKy/u0on6JS OUqA== X-Received: by 10.66.121.132 with SMTP id lk4mr26587269pab.1.1368374923397; Sun, 12 May 2013 09:08:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.66.192.42 with HTTP; Sun, 12 May 2013 09:08:13 -0700 (PDT) In-Reply-To: <518FBCC4.7030209@gwdg.de> References: <518FBCC4.7030209@gwdg.de> From: Eitan Adler Date: Sun, 12 May 2013 12:08:13 -0400 Message-ID: Subject: Re: Typo in /usr/src/UPDATING To: Rainer Hurling Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnBQVJ991A22FSP1LMi1OoY0KGwVd89C2Svhpu+IWdtMoKch+8L8WVdjZxF5f6EfVZen+XV Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 12 May 2013 16:08:49 -0000 On 12 May 2013 12:01, Rainer Hurling wrote: > I am not a native speaker, but isn't there a typo in /usr/src/UPDATING > entry from 20130121? > > --- UPDATING.orig 2013-05-09 09:46:55.000000000 +0200 > +++ UPDATING 2013-05-12 17:58:20.000000000 +0200 > @@ -108,7 +108,7 @@ > Due to the use of the new -l option to install(1) during build > and install, you must take care not to directly set the INSTALL > make variable in your /etc/make.conf, /etc/src.conf, or on the > - command line. If you with to use the -C flag for all installs > + command line. If you wish to use the -C flag for all installs > you may be able to add INSTALL+=-C to /etc/make.conf or > /etc/src.conf. Yep, Fixed r250568. Thanks! -- Eitan Adler