Add "the" to a phrase

I noticed this while looking at #317.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
This commit is contained in:
Richard Laager
2022-06-09 12:18:48 -05:00
parent 36c1f2f5cd
commit 9e7a1e8c54
6 changed files with 12 additions and 12 deletions

View File

@@ -437,7 +437,7 @@ Step 2: Disk Formatting
- For raidz topologies, replace ``mirror`` in the above command with
``raidz``, ``raidz2``, or ``raidz3`` and list the partitions from
additional disks.
the additional disks.
- The boot pool name is no longer arbitrary. It _must_ be ``bpool``.
If you really want to rename it, edit ``/etc/grub.d/10_linux_zfs`` later,
after GRUB is installed (and run ``update-grub``).
@@ -579,7 +579,7 @@ Step 2: Disk Formatting
- For raidz topologies, replace ``mirror`` in the above command with
``raidz``, ``raidz2``, or ``raidz3`` and list the partitions from
additional disks.
the additional disks.
- When using LUKS with mirror or raidz topologies, use
``/dev/mapper/luks1``, ``/dev/mapper/luks2``, etc., which you will have
to create using ``cryptsetup``.

View File

@@ -311,7 +311,7 @@ Step 2: Disk Formatting
- For raidz topologies, replace ``mirror`` in the above command with
``raidz``, ``raidz2``, or ``raidz3`` and list the partitions from
additional disks.
the additional disks.
- The boot pool name is no longer arbitrary. It _must_ be ``bpool``.
If you really want to rename it, edit ``/etc/grub.d/10_linux_zfs`` later,
after GRUB is installed (and run ``update-grub``).
@@ -451,7 +451,7 @@ Step 2: Disk Formatting
- For raidz topologies, replace ``mirror`` in the above command with
``raidz``, ``raidz2``, or ``raidz3`` and list the partitions from
additional disks.
the additional disks.
- When using LUKS with mirror or raidz topologies, use
``/dev/mapper/luks1``, ``/dev/mapper/luks2``, etc., which you will have
to create using ``cryptsetup``.