Remove deprecated and useless -r option for a bsdlabel(8) command line.
This commit is contained in:
parent
d9788c8afe
commit
d32cb2ba43
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=29430
1 changed files with 1 additions and 1 deletions
|
@ -5049,7 +5049,7 @@ Please press any key to reboot.</screen>
|
|||
illustrates:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>fdformat -f 1440 fd0.1440</userinput>
|
||||
&prompt.root; <userinput>bsdlabel -w -r fd0.1440 floppy3</userinput>
|
||||
&prompt.root; <userinput>bsdlabel -w fd0.1440 floppy3</userinput>
|
||||
&prompt.root; <userinput>newfs -t 2 -u 18 -l 1 -i 65536 /dev/fd0</userinput></screen>
|
||||
|
||||
<note>
|
||||
|
|
Loading…
Reference in a new issue