Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 May 2022 19:38:51 GMT
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 9136aee574 - main - Remove spurious "because" in ZFS Features and Terminology caution
Message-ID:  <202205031938.243Jcp9s025935@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=9136aee57493512b604da3bd51636b7318498da9

commit 9136aee57493512b604da3bd51636b7318498da9
Author:     John Darrah <johntdarrah (AT) gmail.com>
AuthorDate: 2022-05-03 19:37:26 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2022-05-03 19:37:26 +0000

    Remove spurious "because" in ZFS Features and Terminology caution
    
    PR:             263332
    Submitted by:   PauAmma <pauamma (AT) gundo.com>
---
 documentation/content/en/books/handbook/zfs/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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`.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205031938.243Jcp9s025935>