Small grammar fix in the recently added

"Booting FreeBSD using GRUB section"

Submitted by: blackend
This commit is contained in:
Vitaly Bogdanov 2006-11-03 04:24:32 +00:00
parent 38d23fe468
commit 4a30a0f595
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28994

View file

@ -5546,10 +5546,10 @@ C:\="DOS"</programlisting>
kernel /boot/loader kernel /boot/loader
</programlisting> </programlisting>
<para>Where <literal>hd0,a</literal> points to your root parition <para>Where <literal>hd0,a</literal> points to your root partition
on the first disk. If you need to specify which slice number on the first disk. If you need to specify which slice number
should be used, use something like this <literal>(hd0,2,a)</literal>. should be used, use something like this <literal>(hd0,2,a)</literal>.
By default, if slice number is omitted, GRUB searches the By default, if the slice number is omitted, GRUB searches the
first slice which has <literal>'a'</literal> partition.</para> first slice which has <literal>'a'</literal> partition.</para>
</answer> </answer>
</qandaentry> </qandaentry>