Whitespace fixes:
- Don't separate an opening parenthesis with a line break (it causes the output to contain a space between the parenthesis and content) - Remove a few cases of trailing whitespace
This commit is contained in:
parent
9f4c0eeacf
commit
b2ecbfde5e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37803
1 changed files with 4 additions and 4 deletions
|
@ -227,8 +227,8 @@
|
|||
partitions</firstterm> may then be created inside the extended
|
||||
partition. This may sound a little unwieldy, and it is.</para>
|
||||
|
||||
<para>The <firstterm>GUID Partition Table</firstterm> (
|
||||
<acronym role="GUID Partition Table">GPT</acronym>) is a
|
||||
<para>The <firstterm>GUID Partition Table</firstterm>
|
||||
(<acronym role="GUID Partition Table">GPT</acronym>) is a
|
||||
newer and simpler method of partitioning a disk.
|
||||
<acronym role="GUID Partition Table">GPT</acronym> is far
|
||||
more versatile than the traditional MBR partition table.
|
||||
|
@ -239,7 +239,7 @@
|
|||
<warning>
|
||||
<para>Some older operating systems like &windows; XP are
|
||||
not compatible with the <acronym>GPT</acronym> partition scheme.
|
||||
If &os; will be sharing a disk with such an operating system,
|
||||
If &os; will be sharing a disk with such an operating system,
|
||||
<acronym role="Master Boot Record">MBR</acronym> partitioning
|
||||
is required.</para>
|
||||
</warning>
|
||||
|
@ -2330,7 +2330,7 @@ login:</screen>
|
|||
ACPI service on the i386, amd64, and ia64 platforms to
|
||||
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
|
||||
ACPI driver and within system motherboards and
|
||||
<acronym>BIOS</acronym>
|
||||
firmware. ACPI can be disabled by setting
|
||||
the <literal>hint.acpi.0.disabled</literal> hint in the
|
||||
|
|
Loading…
Reference in a new issue