Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jan 2002 15:35:43 -0800 (PST)
From:      Marc van Woerkom <3d@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/33496: Doc error in usage string
Message-ID:  <200201022335.g02NZhu85867@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         33496
>Category:       bin
>Synopsis:       Doc error in usage string
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 02 15:40:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Marc van Woerkom
>Release:        Christmas Current
>Organization:
Tired Parents :)
>Environment:
>Description:
src/usr.sbin/diskpart/diskpart.c contains this usage line:

static void
usage()
{
	fprintf(stderr, "usage: disktab [-p] [-d] [-s size] disktype\n");
	exit(1);
}

Which should be changed to "usage: diskpart .." of course.

>How-To-Repeat:
call diskpart with no args :)
>Fix:
Change string to "usage: diskpart .." of course

A happy new year to all BSDers!!!
Marc

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201022335.g02NZhu85867>