docs/108957: [PATCH] Fix minor discrepency in handbook section 7.3.2 for cdda2wav usage with ATAPI drives
Josh Paetzel <josh@tcbug.org>
josh at tcbug.org
Fri Feb 9 06:20:12 UTC 2007
>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: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Feb 09 06:20:11 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Josh Paetzel <josh at 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 at 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:
>Unformatted:
More information about the freebsd-doc
mailing list