From nobody  Wed Sep 30 03:12:55 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id DAA06521;
          Wed, 30 Sep 1998 03:12:55 -0700 (PDT)
          (envelope-from nobody)
Message-Id: <199809301012.DAA06521@hub.freebsd.org>
Date: Wed, 30 Sep 1998 03:12:55 -0700 (PDT)
From: yohta@bres.tsukuba.ac.jp
To: freebsd-gnats-submit@freebsd.org
Subject: cdcontrol(1) show examples for CD-ROM device as cooked device.
X-Send-Pr-Version: www-1.0

>Number:         8100
>Category:       docs
>Synopsis:       cdcontrol(1) show examples for CD-ROM device as cooked device.
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 30 03:20:00 PDT 1998
>Closed-Date:    Wed Sep 30 05:51:45 PDT 1998
>Last-Modified:  Wed Sep 30 05:52:34 PDT 1998
>Originator:     OHTA Yoshihiko
>Release:        FreeBSD-current
>Organization:
University of Tsukuba
>Environment:
FreeBSD-2.2.6-RELEASE
>Description:
A man page of cdcontrol(1) shows example for CD-ROM drive name as below:
     -f discname
             Specify a device name, such as /dev/cd0c or mcd0. Both absolute
             path and relative to /dev filename are possible.  Suffix `c' is
             added to the device name if needed.

But /dev/cd0c is cooked device, and `r' is not supplied by the program.
It should be /dev/rcd0c or mcd0, sice we can't play audi CDs from cooked
devices.
>How-To-Repeat:
man 1 cdcontrol
>Fix:
I propose a patch to src/usr.sbin/cdcontrol/cdcontrol.1
--- cdcontrol.1~        Sun Jun 14 09:26:21 1998
+++ cdcontrol.1 Wed Sep 30 19:11:26 1998
@@ -40,12 +40,13 @@
 Verbose mode - print as much information as possible.
 .It Fl f Ar discname
 Specify a device name, such as
-.Pa /dev/cd0c
+.Pa /dev/rcd0c
 or
 .Pa mcd0 .
 Both absolute path and relative to
 .Pa /dev
-filename are possible.
+filename are possible, 
+but if you give absolute path, it should be a raw device. 
 Suffix `c' is added to the device name if needed.
 .El
 .Pp

>Release-Note:
>Audit-Trail:

From: Yoshihiko OHTA <yohta@bsys.tsukuba.ac.jp>
To: freebsd-gnats-submit@freebsd.org, yohta@bres.tsukuba.ac.jp
Cc:  Subject: Re: docs/8100: cdcontrol(1) show examples for CD-ROM device as cooked device.
Date: Wed, 30 Sep 1998 20:45:07 +0900

 Sorry, the problem is my confusion. I can play audio CDs with block
 device.
 Please forget this, or how can I cancel it.
 
State-Changed-From-To: open->closed 
State-Changed-By: jkoshy 
State-Changed-When: Wed Sep 30 05:51:45 PDT 1998 
State-Changed-Why:  
By request of originator. 
>Unformatted:
