From owner-freebsd-doc@FreeBSD.ORG Wed Apr 9 13:06:49 2014 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6F62195 for ; Wed, 9 Apr 2014 13:06:49 +0000 (UTC) Received: from mail.csh.rit.edu (news.csh.rit.edu [129.21.49.147]) by mx1.freebsd.org (Postfix) with ESMTP id A893D1576 for ; Wed, 9 Apr 2014 13:06:49 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.csh.rit.edu (Postfix) with ESMTP id ED58F23DE09 for ; Wed, 9 Apr 2014 09:06:42 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=csh.rit.edu; h= user-agent:message-id:subject:subject:from:from:date:date :content-transfer-encoding:content-type:content-type :mime-version:received:received; s=mail; t=1397048795; bh=yjchas L1NAFqna3EpR8nRDrnrW+tf5o20uE7aQWBo1A=; b=KoEjzXgQY3DusJirOKv8ui 40rJh3UBipsS05C3+LthF6FOrJpS7mXjDgZfI6tfKryLJr/WYBghuPJ6Ut1ipU6v z28W6JhfJ18vjBE+773UQRBf/a4S4n4TV7jrl/lvc1AiAr7GHdsDuwiqCTnyO87a GbpRbkFnHj9tHoPiHRlXcoeSDDAMSCH/ercwGrMl/dLDOeLs3p14bK/EkABw0eJP JcoVRfyCg2/bolU6CEnPX3NJOf1Uo4HGGcBotkwKTrz7JqK44B6PuxX4Uwmr8PUu qqmzDI7VnFj9SHR32EtWL142R4oqugMA3ExEMbJmeue+ItE2cMC5lh39L11GS8YA == X-Virus-Scanned: Debian amavisd-new at csh.rit.edu Received: from mail.csh.rit.edu ([127.0.0.1]) by localhost (brownstoat.csh.rit.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QlDbT+t8xeye for ; Wed, 9 Apr 2014 09:06:35 -0400 (EDT) Received: from angst.csh.rit.edu (angst.csh.rit.edu [129.21.49.41]) by mail.csh.rit.edu (Postfix) with ESMTPA id AAF9023FE45 for ; Wed, 9 Apr 2014 09:06:35 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 09 Apr 2014 09:06:35 -0400 From: Kevin Thompson To: freebsd-doc@FreeBSD.org Subject: Mistake in handbook 23.6 Rebuilding world Message-ID: X-Sender: antiduh@csh.rit.edu User-Agent: Roundcube Webmail/0.9.2 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2014 13:06:49 -0000 Howdy folks, I think there is a mistake in this document: http://www5.us.freebsd.org/doc/handbook/makeworld.html In: - Section 23.6.1 "Overview of Process" - Procedure 23.2 "Overview of Build World Process" - Step 9 "Update any remaining configuration files." the command line given for mergemaster is 'mergemaster -p' - this looks like copy-pasta from step 7, that command line option isn't appropriate for /finishing/ the config merge. Shouldn't the command be something like 'mergemaster -iF'? --Kevin