git: bdc75311fa - main - configure forgotten FreeBSD 14.4-RELEASE
Wolfram Schneider <[email protected]> Mon, 08 Jun 2026 10:34:46 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=bdc75311fa529fdbb330321e3cc587af44cf9b9f commit bdc75311fa529fdbb330321e3cc587af44cf9b9f Author: Wolfram Schneider <[email protected]> AuthorDate: 2026-06-08 10:34:34 +0000 Commit: Wolfram Schneider <[email protected]> CommitDate: 2026-06-08 10:34:34 +0000 configure forgotten FreeBSD 14.4-RELEASE Reported by: Graham Perrin --- website/content/en/cgi/man.cgi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi index f80852b5e4..4a95b4a040 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -464,13 +464,15 @@ $manPathDefault = 'FreeBSD 15.0-RELEASE and Ports.quarterly'; 'FreeBSD 16.0-CURRENT', "$manLocalDir/FreeBSD-16.0-CURRENT/man:$manLocalDir/FreeBSD-16.0-CURRENT/openssl/man", + 'FreeBSD 15.0-STABLE', +"$manLocalDir/FreeBSD-15.0-STABLE/man:$manLocalDir/FreeBSD-15.0-STABLE/openssl/man", 'FreeBSD 15.0-RELEASE', "$manLocalDir/FreeBSD-15.0-RELEASE/man:$manLocalDir/FreeBSD-15.0-RELEASE/openssl/man", - 'FreeBSD 15.0-STABLE', -"$manLocalDir/FreeBSD-15.0-STABLE/man:$manLocalDir/FreeBSD-15.0-STABLE/openssl/man", 'FreeBSD 14.4-STABLE', "$manLocalDir/FreeBSD-14.4-STABLE/man:$manLocalDir/FreeBSD-14.4-STABLE/openssl/man", + 'FreeBSD 14.4-RELEASE', +"$manLocalDir/FreeBSD-14.4-RELEASE/man:$manLocalDir/FreeBSD-14.4-RELEASE/openssl/man", 'FreeBSD 14.3-RELEASE', "$manLocalDir/FreeBSD-14.3-RELEASE/man:$manLocalDir/FreeBSD-14.3-RELEASE/openssl/man", 'FreeBSD 14.2-RELEASE',