From owner-cvs-all Sat May 25 6:40:30 2002 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id E7E6B37B40C; Sat, 25 May 2002 06:40:22 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 25 May 2002 14:40:22 +0100 (BST) To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/boot0cfg boot0cfg.8 In-Reply-To: Your message of "Fri, 24 May 2002 18:46:44 PDT." <200205250146.g4P1kiG39004@freefall.freebsd.org> Date: Sat, 25 May 2002 14:40:21 +0100 From: Ian Dowse Message-ID: <200205251440.aa91074@salmon.maths.tcd.ie> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200205250146.g4P1kiG39004@freefall.freebsd.org>, "David E. O'Brien" writes: > The man page is VERY WRONG about using "-o noupdate" with -s. > So fix it, and add an example using -s. I actually implemented the -s flag specifically to deal with the noupdate case (see the pr - 18923), but I agree that the wording was not ideal because it is useful with "-o update" too. Would you mind if I just removed these references to the update flag as below? Ian Index: boot0cfg.8 =================================================================== RCS file: /dump/FreeBSD-CVS/src/usr.sbin/boot0cfg/boot0cfg.8,v retrieving revision 1.18 diff -u -r1.18 boot0cfg.8 --- boot0cfg.8 25 May 2002 01:46:44 -0000 1.18 +++ boot0cfg.8 25 May 2002 13:35:34 -0000 @@ -132,9 +132,6 @@ .Ar slice . Values between 1 and 4 refer to slices; a value of 5 refers to the option of booting from a second disk. -This would normally be used in conjunction with the -.Sq update -option. .It Fl t Ar ticks Set the timeout value to .Ar ticks . @@ -155,7 +152,7 @@ .Nm command to affect the next boot: .Pp -.Dl "boot0cfg -o update -s 2 ad0" +.Dl "boot0cfg -s 2 ad0" .Sh DIAGNOSTICS .Ex -std .Sh SEE ALSO To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message