From owner-freebsd-questions@FreeBSD.ORG Thu Apr 10 17:08:15 2014 Return-Path: Delivered-To: freebsd-questions@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 8A48D4EC for ; Thu, 10 Apr 2014 17:08:15 +0000 (UTC) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 62A301A94 for ; Thu, 10 Apr 2014 17:08:15 +0000 (UTC) Received: by be-well.ilk.org (Postfix, from userid 1147) id 5C9DC33C48; Thu, 10 Apr 2014 13:08:09 -0400 (EDT) From: Lowell Gilbert To: Brad Fleming Subject: Re: Potential Doc Mistake References: Date: Thu, 10 Apr 2014 13:08:08 -0400 In-Reply-To: (Brad Fleming's message of "Thu, 10 Apr 2014 10:55:22 -0500") Message-ID: <44wqex5czr.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@FreeBSD.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: freebsd-questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2014 17:08:15 -0000 Brad Fleming writes: > I think this document might have syntax error: > https://www.freebsd.org/doc/handbook/updating-upgrading-freebsdupdate.html > > Under "23.2.3.2. Performing the Upgrade=94 the first command listed is: > "freebsd-update -r 9.1-RELEASE upgrade=94 > but I believe the proper command should be: > "freebsd-update upgrade -r 9.1-RELEASE=94 > (the =93upgrade=94 is in the wrong place) > > I could certainly be wrong but the second command is what=92s referenced > in other documents and was required for me to move from 9.2 to 10.0. The manual page actually lists options before the subcommand. A quick look at the source makes me think that either order is fine.