- A s/&man.mount.msdosfs.8;/&man.mount.8; to match the 1.381 revision;

- Add some missing tags;
- Remove contractions.
This commit is contained in:
Marc Fonvieille 2007-10-26 08:01:30 +00:00
parent 5041372bb8
commit a8d2cae6e3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30951

View file

@ -4093,7 +4093,7 @@ Please press any key to reboot.</screen>
<guimenuitem>System Tools</guimenuitem> menu.</para>
<para>&os; can support &ms-dos; based file systems (FAT16 and FAT32).
This requires you use the &man.mount.msdosfs.8; command
This requires you use the &man.mount.8; command
with the required parameters. The utility most common usage is:</para>
<screen>&prompt.root; <userinput>mount -t msdosfs /dev/ad0s1 /mnt</userinput></screen>
@ -4123,19 +4123,19 @@ Please press any key to reboot.</screen>
<question>
<para>My system hangs while probing hardware during boot,
or it behaves strangely during install, or the floppy
drive isn't probed.</para>
drive is not probed.</para>
</question>
<answer>
<para>&os; 5.0 and above makes extensive use of the system
ACPI service on the i386, amd64 and ia64 platforms to
aid in system configuration if it's detected during
aid in system configuration if it is detected during
boot. Unfortunately, some bugs still exist in both the
ACPI driver and within system motherboards and BIOS.
The use of ACPI can be disabled by setting
the <literal>hint.acpi.0.disabled</literal> hint in the
third stage boot loader:</para>
<screen>set hint.acpi.0.disabled="1"</screen>
<screen><userinput>set hint.acpi.0.disabled="1"</userinput></screen>
<para>This is reset each time the system is booted, so it
is necessary to
@ -4204,7 +4204,7 @@ Please press any key to reboot.</screen>
<para>To tell &os; that you want to boot from BIOS disk 2,
which is the first SCSI disk in the system. If you only
had one IDE disk, you would use '1:' instead.</para>
had one IDE disk, you would use <literal>1:</literal> instead.</para>
<para>Once you have determined the correct values to use,
you can put the command exactly as you would have typed
@ -4219,17 +4219,17 @@ Please press any key to reboot.</screen>
<para>I go to boot from the hard disk for the first time
after installing &os;, but the Boot Manager prompt just
prints <literal>F?</literal> at the boot menu each time
but the boot won't go any further.</para>
but the boot will not go any further.</para>
</question>
<answer>
<para>The hard disk geometry was set incorrectly in the
Partition editor when you installed &os;. Go back into
partition editor when you installed &os;. Go back into
the partition editor and specify the actual geometry of
your hard disk. You must reinstall &os; again from the
beginning with the correct geometry.</para>
<para>If you are failing entirely in figuring out the
correct geometry for your machine, here's a tip: Install
correct geometry for your machine, here is a tip: Install
a small DOS partition at the beginning of the disk and
install &os; after that. The install program will see
the DOS partition and try to infer the correct geometry
@ -4240,10 +4240,10 @@ Please press any key to reboot.</screen>
<blockquote>
<para>If you are setting up a truly dedicated &os;
server or workstation where you don't care for
server or workstation where you do not care for
(future) compatibility with DOS, Linux or another
operating system, you've also got the option to use
the entire disk (`A' in the partition editor),
operating system, you also have got the option to use
the entire disk (<guimenuitem>A</guimenuitem> in the partition editor),
selecting the non-standard option where &os; occupies
the entire disk from the very first to the very last
sector. This will leave all geometry considerations
@ -4262,7 +4262,7 @@ Please press any key to reboot.</screen>
<para>Your card is probably on a different IRQ from what
is specified in
the <filename>/boot/device.hints</filename> file. The
ed driver does not use the `soft' configuration by
&man.ed.4; driver does not use the <quote>soft</quote> configuration by
default (values entered using EZSETUP in DOS), but it
will use the software configuration if you
specify <literal>-1</literal> in the hints for the
@ -4271,7 +4271,7 @@ Please press any key to reboot.</screen>
<para>Either move the jumper on the card to a hard
configuration setting (altering the kernel settings if
necessary), or specify the IRQ as <literal>-1</literal>
by setting the hint <quote>hint.ed.0.irq="-1"</quote>
by setting the hint <literal>hint.ed.0.irq="-1"</literal>
This will tell the kernel to use the soft
configuration.</para>