Bug 152248

Summary: [patch] Handbook usage of cdda2wav is obsolete
Product: Documentation Reporter: Warren Block <wblock>
Component: Books & ArticlesAssignee: Benedict Reuschling <bcr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Warren Block 2010-11-14 19:20:08 UTC
cdda2wav usage shown in the Handbook Storage/Creating and Using Optical Media (CDs) section produces a warning about numeric parameters to the -v option:

cdda2wav: Warning: numerical parameters for -v are no more supported in the next releases!

Fix: Apply patch:

--- /usr/doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml.orig	2010-11-14 12:11:41.000000000 -0700
+++ /usr/doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml	2010-11-14 12:12:42.000000000 -0700
@@ -1159,7 +1159,7 @@
 	<step>
 	  <para>Use <command>cdda2wav</command> to extract the audio.</para>
 
-	  <screen>&prompt.user; <userinput>cdda2wav -v255 -D2,0 -B -Owav</userinput></screen>
+	  <screen>&prompt.user; <userinput>cdda2wav -vall -D2,0 -B -Owav</userinput></screen>
 	</step>
 
 	<step>


Patch attached with submission follows:
How-To-Repeat: % cdda2wav -v255 -D2,0 -B -Owav
Comment 1 Benedict Reuschling freebsd_committer freebsd_triage 2010-11-14 22:34:39 UTC
Responsible Changed
From-To: freebsd-doc->bcr

I'll investigate this.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-11-15 18:05:14 UTC
bcr         2010-11-15 18:04:58 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/disks chapter.sgml 
  Log:
  The -v parameter of cdda2wav does not support numerical values in newer
  releases and produces a warning when invoked like that. Change the example
  to use the correct non-numeric form.
  
  PR:             docs/152248
  Submitted by:   Warren Block (wblock at wonkity dot com)
  
  Revision  Changes    Path
  1.298     +1 -1      doc/en_US.ISO8859-1/books/handbook/disks/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 3 Benedict Reuschling freebsd_committer freebsd_triage 2010-11-15 18:11:32 UTC
State Changed
From-To: open->closed

Patch committed, thanks!