From nobody@FreeBSD.org  Thu Mar 22 10:24:16 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 81A9F37B71E
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 22 Mar 2001 10:24:16 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f2MIOGC90002;
	Thu, 22 Mar 2001 10:24:16 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200103221824.f2MIOGC90002@freefall.freebsd.org>
Date: Thu, 22 Mar 2001 10:24:16 -0800 (PST)
From: ushida@msa.biglobe.ne.jp
To: freebsd-gnats-submit@FreeBSD.org
Subject: Modification of `usage' info. of boot0cfg
X-Send-Pr-Version: www-1.0

>Number:         26004
>Category:       bin
>Synopsis:       Modification of `usage' info. of boot0cfg
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    iedowse
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 22 10:30:01 PST 2001
>Closed-Date:    Thu Mar 22 14:55:49 PST 2001
>Last-Modified:  Thu Mar 22 14:57:54 PST 2001
>Originator:     Jun Ushida
>Release:        4.3-BETA
>Organization:
>Environment:
FreeBSD dove.localdomain 4.3-BETA FreeBSD 4.3-BETA #1: Tue Mar 20 03:17:41 JST 2001     root@dove.localdomain:/usr1/obj/usr1/src/sys/DOVE  i386

>Description:
The description of the new `-s' option of boot0cfg command
is missing in /usr/src/usr.sbin/boot0cfg/boot0cfg.c . 

$FreeBSD: src/usr.sbin/boot0cfg/boot0cfg.c,v 1.7.2.2 2000/09/21 18:35:47 rnor
dier Exp $
>How-To-Repeat:
# boot0cfg

>Fix:
A simple patch is available.

*** /usr/src/usr.sbin/boot0cfg/boot0cfg.c.orig  Fri Mar 23 03:10:00 2001
--- /usr/src/usr.sbin/boot0cfg/boot0cfg.c       Fri Mar 23 03:10:26 2001
***************
*** 418,423 ****
  {
      fprintf(stderr, "%s\n%s\n",
      "usage: boot0cfg [-Bv] [-b boot0] [-d drive] [-f file] [-m mask]",
!     "                [-o options] [-t ticks] disk");
      exit(1);
  }
--- 418,423 ----
  {
      fprintf(stderr, "%s\n%s\n",
      "usage: boot0cfg [-Bv] [-b boot0] [-d drive] [-f file] [-m mask]",
!     "                [-o options] [-s slice] [-t ticks] disk");
      exit(1);
  }

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->iedowse 
Responsible-Changed-By: iedowse 
Responsible-Changed-When: Thu Mar 22 12:20:04 PST 2001 
Responsible-Changed-Why:  
Ah, this was in the original patch I submitted in PR i386/18923, 
but it must have been missed when it was committed; I'll deal with 
this. 

Thanks for the report! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26004 
State-Changed-From-To: open->closed 
State-Changed-By: iedowse 
State-Changed-When: Thu Mar 22 14:55:49 PST 2001 
State-Changed-Why:  
Committed! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26004 
>Unformatted:
