Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Nov 2025 21:48:23 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: ef51a9c78f - main - [phb][Uses]: Fix missing commas
Message-ID:  <202511032148.5A3LmNXa001109@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/doc/commit/?id=ef51a9c78fda1973dec338c28a126a057320cf04

commit ef51a9c78fda1973dec338c28a126a057320cf04
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2025-11-03 21:47:42 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
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.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511032148.5A3LmNXa001109>