aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Darrah <johntdarrah (AT) gmail.com>2022-05-03 19:37:26 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2022-05-03 19:37:26 +0000
commit9136aee57493512b604da3bd51636b7318498da9 (patch)
treebfd06b817fe7419d82ddf900de47ff7697daee68
parentd818df75ebdd5a04591dffd9e99e5d83759a34bb (diff)
downloaddoc-9136aee57493512b604da3bd51636b7318498da9.tar.gz
doc-9136aee57493512b604da3bd51636b7318498da9.zip
Remove spurious "because" in ZFS Features and Terminology caution
PR: 263332 Submitted by: PauAmma <pauamma (AT) gundo.com>
-rw-r--r--documentation/content/en/books/handbook/zfs/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/zfs/_index.adoc b/documentation/content/en/books/handbook/zfs/_index.adoc
index 7ded43019d..39d52f7a38 100644
--- a/documentation/content/en/books/handbook/zfs/_index.adoc
+++ b/documentation/content/en/books/handbook/zfs/_index.adoc
@@ -2725,7 +2725,7 @@ a|A pool consists of one or more vdevs, which themselves are a single disk or a
====
Using an entire disk as part of a bootable pool is strongly discouraged, as this may render the pool unbootable.
Likewise, you should not use an entire disk as part of a mirror or RAID-Z vdev.
-Reliably determining the size of an unpartitioned disk at boot time is impossible and because there's no place to put in boot code.
+Reliably determining the size of an unpartitioned disk at boot time is impossible and there's no place to put in boot code.
====
* [[zfs-term-vdev-file]] _File_ - Regular files may make up ZFS pools, which is useful for testing and experimentation. Use the full path to the file as the device path in `zpool create`.