FreeBSD Handbook Section 22.4.5.3 ZFS Snapshot Rollback Current: "Most often this is the case when the current state of the dataset is no longer and if preferring an older version." Suggested: "Most often this is the case when the current state of the dataset is no longer valid, or an older version is preferred. And further down in the same section, next paragraph: Current: "In the first example, roll back a snapshot because of a careless rm operation that removes too much data than intended." Suggested: "In the first example, roll back a snapshot because a careless rm operation removed more data than intended."
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/doc/commit/?id=e077ac9ac197b8836c41d2644c29e7c85d7bb904 commit e077ac9ac197b8836c41d2644c29e7c85d7bb904 Author: Benedict Reuschling <bcr@FreeBSD.org> AuthorDate: 2024-06-30 14:29:23 +0000 Commit: Benedict Reuschling <bcr@FreeBSD.org> CommitDate: 2024-06-30 14:29:23 +0000 Fix grammar in ZFS handbook chapter, rollback section Submitted by: ntremble@gmail.com PR: 279481 documentation/content/en/books/handbook/zfs/_index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
I've committed a patch based on your suggestions. Thanks for reporting it! PR closed.