diff options
author | Soobin Rho <soobinrho@gmail.com> | 2023-08-01 08:44:53 +0000 |
---|---|---|
committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-08-01 08:44:53 +0000 |
commit | 2cfef2379a95eaef096a75eabe1d110185e355a5 (patch) | |
tree | 840b67c51830830b7bfb68a49b6eb57f25c6260a | |
parent | 4bae0126093f11fdadb37697f072d3b74b94305a (diff) | |
download | doc-2cfef2379a.tar.gz doc-2cfef2379a.zip |
Handbook - ZFS: Fix typo
Reviewed by: Mina Galić <freebsd@igalic.co>
Approved by: carlavilla@
Pull Request: https://github.com/freebsd/freebsd-doc/pull/232
-rw-r--r-- | documentation/content/en/books/handbook/zfs/_index.adoc | 2 |
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 b447e318e2..79e5eaaa02 100644 --- a/documentation/content/en/books/handbook/zfs/_index.adoc +++ b/documentation/content/en/books/handbook/zfs/_index.adoc @@ -2065,7 +2065,7 @@ usr/home/joe 1.3G 31k 1.3G 0% /usr/home/joe usr/home/joenew 1.3G 31k 1.3G 0% /usr/home/joenew .... -Creating a clone makes it an exact copy of the state the dataset as it was when taking the snapshot. +Creating a clone makes it an exact copy of the state the dataset was in when taking the snapshot. Changing the clone independently from its originating dataset is possible now. The connection between the two is the snapshot. ZFS records this connection in the property `origin`. |