Created attachment 245074 [details] Suggested patch I've just finished reading the new Jails chapter in the handbook (https://cgit.freebsd.org/doc/commit/?id=612b7cc1). It looks terrific--carlavilla@ did a great job rewriting this chapter! I spotted some minor issues: one TODO placeholder to add a missing xref and various nitpicky grammar and style issues throughout (e.g. typos, comma splices, serial comma, title case, etc.). Attached is a patch with suggested fixes and copyedits. I corrected the usage but tried to avoid any substantive changes. Happy to adjust if you have feedback or questions. Thanks for considering!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/doc/commit/?id=093e79e3b3016943d38a9b6b0c0909a2d37631e1 commit 093e79e3b3016943d38a9b6b0c0909a2d37631e1 Author: Benjamin Spiegel <bspiegel100@gmail.com> AuthorDate: 2023-09-20 18:13:46 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2023-09-20 18:13:46 +0000 Handbook - Jails: Improvements, fix typos PR: 273983 .../content/en/books/handbook/jails/_index.adoc | 204 +++++++++++---------- 1 file changed, 103 insertions(+), 101 deletions(-)
Done! Thanks for the improvements!