Fix a bogus growisofs(1) example.
This commit is contained in:
parent
c48cf46ac0
commit
32edfa9144
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20296
1 changed files with 1 additions and 1 deletions
|
@ -1463,7 +1463,7 @@ cd0: Attempt to query device size failed: NOT READY, Medium not present - tray c
|
|||
DVD-RW will be recorded in Disk-At-Once (DAO) mode. To burn
|
||||
the DVD-RW in DAO mode, use the command:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>growisofs -Z -use-the-force-luke=dao <replaceable>/dev/cd0</replaceable>=<replaceable>/dev/zero</replaceable></userinput></screen>
|
||||
<screen>&prompt.root; <userinput>growisofs -use-the-force-luke=dao -Z <replaceable>/dev/cd0</replaceable>=<replaceable>imagefile.iso</replaceable></userinput></screen>
|
||||
|
||||
<para>The <option>-use-the-force-luke=dao</option> option
|
||||
should not be required since &man.growisofs.1; attempts to
|
||||
|
|
Loading…
Reference in a new issue