From owner-freebsd-doc@FreeBSD.ORG Fri Feb 9 06:20:12 2007 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B365D16A405 for ; Fri, 9 Feb 2007 06:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6E2F213C46B for ; Fri, 9 Feb 2007 06:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l196KCK9049756 for ; Fri, 9 Feb 2007 06:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l196KCU8049755; Fri, 9 Feb 2007 06:20:12 GMT (envelope-from gnats) Resent-Date: Fri, 9 Feb 2007 06:20:12 GMT Resent-Message-Id: <200702090620.l196KCU8049755@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Josh Paetzel " Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5047D16A400 for ; 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 ; 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 " To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.8 Cc: Subject: docs/108957: [PATCH] Fix minor discrepency in handbook section 7.3.2 for cdda2wav usage with ATAPI drives X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 06:20:12 -0000 >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 >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: - &prompt.root; cdda2wav -D /dev/acd0a -t 7 + &prompt.root; cdda2wav -D /dev/acd0 -t 7 The indicates the SCSI device 0,1,0, >Release-Note: >Audit-Trail: >Unformatted: