aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-02-01 18:20:33 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-02-01 18:20:33 +0000
commitfabd1efd2c7be058989277cb74c4144b9a74a242 (patch)
tree31501507f91b12233bce6f946f9eb4996edb972f
parentbdb56d32ce67e0be3e9c1acbe86bf2956be0feaf (diff)
downloaddoc-fabd1efd2c7be058989277cb74c4144b9a74a242.tar.gz
doc-fabd1efd2c7be058989277cb74c4144b9a74a242.zip
Handbook: ZFS chapter: Correct a grammar mistake (with -> will)
PR: 253153 Submitted by: Andreas Bjørnestad <panden at gmail dot 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 e4b1f6b6d0..e5a5806e92 100644
--- a/documentation/content/en/books/handbook/zfs/_index.adoc
+++ b/documentation/content/en/books/handbook/zfs/_index.adoc
@@ -1438,7 +1438,7 @@ mypool/var/newname 87.5K 93.2G 87.5K /var/newname
mypool/var/tmp 152K 93.2G 152K /var/tmp
....
-Snapshots can also be renamed like this. Due to the nature of snapshots, they cannot be renamed into a different parent dataset. To rename a recursive snapshot, specify `-r`, and all snapshots with the same name in child datasets with also be renamed.
+Snapshots can also be renamed like this. Due to the nature of snapshots, they cannot be renamed into a different parent dataset. To rename a recursive snapshot, specify `-r`, and all snapshots with the same name in child datasets will also be renamed.
[source,bash]
....