Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jun 2025 09:17:34 GMT
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 016428ebea - main - improve sort order for FreeBSD Ports quarterly manual pages
Message-ID:  <202506080917.5589HYcQ058220@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch main has been updated by wosch:

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

commit 016428ebea0cb10992353e0d1002f6e2d1f88005
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2025-06-08 09:16:21 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2025-06-08 09:16:21 +0000

    improve sort order for FreeBSD Ports quarterly manual pages
---
 website/content/en/cgi/man.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index 836d56ae38..a02d323d7c 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -582,7 +582,7 @@ $manPathDefault = 'FreeBSD 14.3-RELEASE and Ports';
     'FreeBSD Ports 14.1', "$manLocalDir/FreeBSD-ports-14.1-RELEASE/man:$manLocalDir/FreeBSD-ports-14.1-RELEASE/misc",
     'FreeBSD Ports 14.2', "$manLocalDir/FreeBSD-ports-14.2-RELEASE/man:$manLocalDir/FreeBSD-ports-14.2-RELEASE/misc",
     'FreeBSD Ports 14.3', "$manLocalDir/FreeBSD-ports-14.3-RELEASE/man:$manLocalDir/FreeBSD-ports-14.3-RELEASE/misc",
-    'FreeBSD Ports 14.quarterly', "$manLocalDir/FreeBSD-ports-14.quarterly-RELEASE/man:$manLocalDir/FreeBSD-ports-14.quarterly-RELEASE/misc",
+    'FreeBSD Ports 14.3.quarterly', "$manLocalDir/FreeBSD-ports-14.quarterly-RELEASE/man:$manLocalDir/FreeBSD-ports-14.quarterly-RELEASE/misc",
 
 
     # FreeBSD Releases + Ports



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