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: docs/108957: [PATCH] Fix minor discrepency in handbook section 7.3.2 for cdda2wav usage with ATAPI drives Message-ID: <1171001602.14505@workbox.tcbug.org> Resent-Message-ID: <200702090620.l196KCU8049755@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1171001602.14505>
