Date: Mon, 1 Feb 2021 18:27:18 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: fabd1efd2c - main - Handbook: ZFS chapter: Correct a grammar mistake (with -> will) Message-ID: <202102011827.111IRIm5045289@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/doc/commit/?id=fabd1efd2c7be058989277cb74c4144b9a74a242 commit fabd1efd2c7be058989277cb74c4144b9a74a242 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-02-01 18:20:33 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-02-01 18:20:33 +0000 Handbook: ZFS chapter: Correct a grammar mistake (with -> will) PR: 253153 Submitted by: Andreas Bjørnestad <panden at gmail dot 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 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] ....help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102011827.111IRIm5045289>
