git: ef51a9c78f - main - [phb][Uses]: Fix missing commas
Fernando Apesteguía <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=ef51a9c78fda1973dec338c28a126a057320cf04 commit ef51a9c78fda1973dec338c28a126a057320cf04 Author: Fernando Apesteguía <[email protected]> AuthorDate: 2025-11-03 21:47:42 +0000 Commit: Fernando Apesteguía <[email protected]> CommitDate: 2025-11-03 21:47:42 +0000 [phb][Uses]: Fix missing commas Reported by: pauamma --- documentation/content/en/books/porters-handbook/uses/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc index 71c08cfeb3..3ce25bdb29 100644 --- a/documentation/content/en/books/porters-handbook/uses/_index.adoc +++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc @@ -1332,7 +1332,7 @@ The framework provides the following variables to be set by the port: `JAVA_VERSION`:: List of space-separated suitable java versions for the port. An optional `\+` allows specifying a range of versions. (allowed values `8[+]`, `11[\+]`, -`17[+]`, `18[\+]`, `19[+]`, `20[\+]`, `21[+]`, `22[\+]`, `23[+]` `24[\+]` `25[+]`) +`17[+]`, `18[\+]`, `19[+]`, `20[\+]`, `21[+]`, `22[\+]`, `23[+]`, `24[\+]`, `25[+]`) `JAVA_OS`:: List of space-separated suitable JDK port operating systems for the port.