From horikawa@psinet.com  Sun Mar  5 19:35:56 2000
Return-Path: <horikawa@psinet.com>
Received: from smtp2.interramp.com (smtp2.interramp.com [38.8.200.2])
	by hub.freebsd.org (Postfix) with ESMTP id 2C54237B794
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Mar 2000 19:35:45 -0800 (PST)
	(envelope-from horikawa@psinet.com)
Received: from [38.26.194.89] (helo=localhost)
	by smtp2.interramp.com with esmtp (Exim 1.90 #1)
	for FreeBSD-gnats-submit@freebsd.org
	id 12RoJ5-0003C3-00; Sun, 5 Mar 2000 22:35:43 -0500
Message-Id: <20000305223816G.horikawa@psinet.com>
Date: Sun, 05 Mar 2000 22:38:16 -0500
From: horikawa@psinet.com
Reply-To: horikawa@psinet.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: usbd.conf.5 ("Fl -d" and "Fl -v" should be "Fl d" and "Fl v")
X-Send-Pr-Version: 3.2

>Number:         17216
>Category:       docs
>Synopsis:       usbd.conf.5 ("Fl -d" and "Fl -v" should be "Fl d" and "Fl v")
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sheldonh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar  5 19:40:01 PST 2000
>Closed-Date:    Mon Mar 6 05:53:52 PST 2000
>Last-Modified:  Mon Mar  6 05:55:02 PST 2000
>Originator:     Kazuo Horikawa
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
jpman Project
>Environment:

	4-current
	$FreeBSD: src/usr.sbin/usbd/usbd.conf.5,v 1.4 2000/03/01 14:08:38 sheldonh Exp $

>Description:

	usbd.conf.5 seems to contain following typo:
	o "Fl -d" and "Fl -v" should be "Fl d" and "Fl v".


	The usbd.conf(5) says:
	
     The values for the fields product, vendor, release, class, subclass and
     protocol can be retrieved by killing the usbd daemon and running it with
     the --d and --v flags.

	while usbd(8) says:

SYNOPSIS
     usbd [-d] [-f device] [-t timeout] [-v]

>How-To-Repeat:

	On 4-current:
	$ man 5 usbd.conf

>Fix:

	For src/usr.sbin/usbd/usbd.conf.5 Revision 1.4, apply
	following patch:
	
--- usbd.conf.5.bak	Sun Mar  5 22:19:13 2000
+++ usbd.conf.5	Sun Mar  5 22:19:23 2000
@@ -114,9 +114,9 @@
 can be retrieved by killing the
 .Nm usbd
 daemon and running it with the
-.Fl -d
+.Fl d
 and
-.Fl -v
+.Fl v
 flags.
 .Pp
 Commands to be executed when the action is matched:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->sheldonh 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Mon Mar 6 01:07:56 PST 2000 
Responsible-Changed-Why:  
I'll take this one. 
State-Changed-From-To: open->closed 
State-Changed-By: sheldonh 
State-Changed-When: Mon Mar 6 05:53:52 PST 2000 
State-Changed-Why:  
Committed as rev 1.6, thanks! 
This file does not exist in RELENG_3, so no merge was required. 
>Unformatted:
