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)
This commit is contained in:
parent
02f9f46cd4
commit
174584f1b7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=36596
1 changed files with 1 additions and 1 deletions
|
@ -1159,7 +1159,7 @@ scsibus1:
|
|||
<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>
|
||||
|
|
Loading…
Reference in a new issue