Remove deprecated and useless -r option for a bsdlabel(8) command line.

This commit is contained in:
Marc Fonvieille 2007-01-19 17:30:52 +00:00
parent d9788c8afe
commit d32cb2ba43
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=29430

View file

@ -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>