docs/108957: [PATCH] Fix minor discrepency in handbook section

看板FB_doc作者時間19年前 (2007/02/09 14:20), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
>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: _______________________________________________ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org"
文章代碼(AID): #15p1B900 (FB_doc)