Date: Sat, 10 Dec 2022 10:43:19 GMT From: Wolfram Schneider <wosch@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 64839d3cea - main - FreeBSD version are uppercase Message-ID: <202212101043.2BAAhJEN013723@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=64839d3cea26be68000c206c4d90b3076e2b3011 commit 64839d3cea26be68000c206c4d90b3076e2b3011 Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2022-12-10 10:43:01 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2022-12-10 10:43:01 +0000 FreeBSD version are uppercase --- website/content/en/cgi/man.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi index 7b048a1d9b..5ad9251dcf 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -253,7 +253,7 @@ $manLocalDir = '/usr/local/www/bsddoc/man'; $manPathDefault = 'FreeBSD 13.1-RELEASE and Ports'; %manPath = ( - # supported releases / stable / current + # supported RELEASES / STABLE / CURRENT 'FreeBSD 13.1-RELEASE and Ports', "$manLocalDir/FreeBSD-13.1-RELEASE/man:$manLocalDir/FreeBSD-13.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-13.1-RELEASE/man:$manLocalDir/FreeBSD-ports-13.1-RELEASE/misc", 'FreeBSD 13.0-RELEASE and Ports', @@ -317,8 +317,8 @@ $manPathDefault = 'FreeBSD 13.1-RELEASE and Ports'; 'FreeBSD 14.0-CURRENT', "$manLocalDir/FreeBSD-14.0-CURRENT/man:$manLocalDir/FreeBSD-14.0-CURRENT/openssl/man", - 'FreeBSD 13.1-stable', -"$manLocalDir/FreeBSD-13.1-stable/man:$manLocalDir/FreeBSD-13.1-stable/openssl/man", + 'FreeBSD 13.1-STABLE', +"$manLocalDir/FreeBSD-13.1-STABLE/man:$manLocalDir/FreeBSD-13.1-STABLE/openssl/man", 'FreeBSD 13.1-RELEASE', "$manLocalDir/FreeBSD-13.1-RELEASE/man:$manLocalDir/FreeBSD-13.1-RELEASE/openssl/man", 'FreeBSD 13.0-RELEASE',
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212101043.2BAAhJEN013723>
