| Summary: | Remove references to defunct RELEASE | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Muhammad Moinur Rahman <bofh> | ||||||
| Component: | Books & Articles | Assignee: | Chris Rees <crees> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Some People | CC: | carlavilla, grahamperrin, pauamma | ||||||
| Priority: | --- | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263333 | ||||||||
| Attachments: |
|
||||||||
Comment on attachment 234781 [details] Remove defunct 11 RELEASE >diff --git a/documentation/content/en/books/handbook/ports/_index.adoc b/documentation/content/en/books/handbook/ports/_index.adoc >index cfe881e847..017411beda 100644 >--- a/documentation/content/en/books/handbook/ports/_index.adoc >+++ b/documentation/content/en/books/handbook/ports/_index.adoc >-11.4-RELEASE-p1: >+13.1-RELEASE-p1: No -p1 yet. See the latest advisory date in https://www.freebsd.org/security/advisories/, over a month before 13.1 release. >-11.4-RELEASE-p1: >+13.1-RELEASE-p1: Ditto. >-11.4-RELEASE-p1 >+13.1-RELEASE-p1 Ditto. >-[00:04:07] Jail 11amd64 11.4-RELEASE-p1 amd64 is ready to be used >+[00:04:07] Jail 13amd64 13.1-RELEASE-p1 amd64 is ready to be used Ditto. Created attachment 234788 [details]
Remove defunct 11 RELEASE
<https://docs.freebsd.org/en/books/developers-handbook/book/#_introduction_to_available_debuggers> > … The standard debugger supplied with FreeBSD 12.1 … > … The lldb command is available for FreeBSD 11.3 … > … not installed by default on FreeBSD 12.1 … > … version installed by default on FreeBSD 11.3 … Approved. Thanks for the patch! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/doc/commit/?id=0e7cd233ef49952e967f3ed719921004ac4e777d commit 0e7cd233ef49952e967f3ed719921004ac4e777d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-10-08 20:01:04 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-10-08 20:01:04 +0000 Remove defunct 11 RELEASE Some of the documentation still refers 11.X RELEASE. Update those to match latest 13.X or 12.X releases. - Remove trailing whitespaces - Remove trailing blank lines PR: 264766 Approved by: carlavilla (mentor) .../content/en/books/handbook/ports/_index.adoc | 44 ++++++------- .../en/books/porters-handbook/testing/_index.adoc | 76 +++++++++++----------- 2 files changed, 60 insertions(+), 60 deletions(-) |
Created attachment 234781 [details] Remove defunct 11 RELEASE Some of the documentation still refers 11.X RELEASE. Update those to match latest 13.X or 12.X releases. - Remove trailing whitespaces - Remove trailing blank lines