From josh@tcbug.org  Fri Feb  9 06:13:24 2007
Return-Path: <josh@tcbug.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 5047D16A400
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  9 Feb 2007 06:13:24 +0000 (UTC)
	(envelope-from josh@tcbug.org)
Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.200.81])
	by mx1.freebsd.org (Postfix) with ESMTP id 1E0FE13C471
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  9 Feb 2007 06:13:24 +0000 (UTC)
	(envelope-from josh@tcbug.org)
Received: from workbox.tcbug.org (c-67-190-235-215.hsd1.mn.comcast.net[67.190.235.215])
          by comcast.net (sccrmhc11) with SMTP
          id <2007020906132301100q2r96e>; Fri, 9 Feb 2007 06:13:23 +0000
Message-Id: <1171001602.14505@workbox.tcbug.org>
Date: Fri, 9 Feb 2007 00:13:22 -0600
From: "Josh Paetzel <josh@tcbug.org>" <josh@tcbug.org>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [PATCH] Fix minor discrepency in handbook section 7.3.2 for cdda2wav usage with ATAPI drives
X-Send-Pr-Version: gtk-send-pr 0.4.8 
X-GNATS-Notify:

>Number:         108957
>Category:       docs
>Synopsis:       [PATCH] Fix minor discrepency in handbook section 7.3.2 for cdda2wav usage with ATAPI drives
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 09 06:20:11 GMT 2007
>Closed-Date:    Fri Feb 09 10:36:47 GMT 2007
>Last-Modified:  Fri Feb  9 10:40:13 GMT 2007
>Originator:     Josh Paetzel <josh@tcbug.org>
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 6.2-RELEASE #3: Sat Jan 27 12:38:26 CST 2007
    jpaetzel@workbox.tcbug.org:/usr/obj/usr/src/sys/HOMEBASE



>Description:


Handbook section 7.3.2 gives the usage for the cdda2wav command with ATAPI drives as # cdda2wav -D /dev/acd0a -t 7

In FreeBSD 5.x and up the correct device name is /dev/acd0


>How-To-Repeat:





>Fix:


Apply the following patch:

--- chapter.sgml.old    Fri Feb  9 00:09:58 2007
+++ chapter.sgml        Fri Feb  9 00:10:27 2007
@@ -527,7 +527,7 @@
        the device name in place of the SCSI unit numbers.  For
        example, to rip track 7 from an IDE drive:</para>
 
-      <screen>&prompt.root; <userinput>cdda2wav -D <replaceable>/dev/acd0a</replaceable> -t 7</userinput></screen>
+      <screen>&prompt.root; <userinput>cdda2wav -D <replaceable>/dev/acd0</replaceable> -t 7</userinput></screen>
 
       <para>The <option>-D <replaceable>0,1,0</replaceable></option>
        indicates the SCSI device <devicename>0,1,0</devicename>,



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: blackend 
State-Changed-When: Fri Feb 9 10:36:26 UTC 2007 
State-Changed-Why:  
Fixed.  Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108957 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/108957: commit references a PR
Date: Fri,  9 Feb 2007 10:36:24 +0000 (UTC)

 blackend    2007-02-09 10:36:18 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/handbook/multimedia chapter.sgml 
   Log:
   s/acd0a/acd0
   
   PR:             docs/108957
   Submitted by:   Josh Paetzel <josh@tcbug.org>
   
   Revision  Changes    Path
   1.121     +1 -1      doc/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
