Bug 108957

Summary: [PATCH] Fix minor discrepency in handbook section 7.3.2 for cdda2wav usage with ATAPI drives
Product: Documentation Reporter: Josh Paetzel <josh> <josh>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Josh Paetzel <josh@tcbug.org> 2007-02-09 06:20:11 UTC

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

Fix: Apply the following patch:
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-02-09 10:36:24 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"
Comment 2 Marc Fonvieille freebsd_committer freebsd_triage 2007-02-09 10:36:26 UTC
State Changed
From-To: open->closed

Fixed.  Thanks.