Fix a typo (syntax of cdrecord should be comma-separated values for
device reference).
This commit is contained in:
parent
53597875ee
commit
f3027072d3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22496
1 changed files with 1 additions and 1 deletions
|
@ -1168,7 +1168,7 @@ scsibus1:
|
|||
|
||||
<screen>&prompt.user; <userinput>cdrecord -v dev=<replaceable>2,0</replaceable> -dao -useinfo *.wav</userinput></screen>
|
||||
|
||||
<para>Make sure that <replaceable>2.0</replaceable> is set
|
||||
<para>Make sure that <replaceable>2,0</replaceable> is set
|
||||
appropriately, as described in <xref linkend="cdrecord">.</para>
|
||||
</step>
|
||||
</procedure>
|
||||
|
|
Loading…
Reference in a new issue