aboutsummaryrefslogtreecommitdiff
path: root/website/content/en/cgi/man.cgi
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>2021-12-11 15:27:15 +0000
committerWolfram Schneider <wosch@FreeBSD.org>2021-12-11 15:27:15 +0000
commit9927e08ea9621f31c9c63cc2407f2a0265b72d47 (patch)
treefeb3ad43d84e3968522c1096f9d71f2c56d1208d /website/content/en/cgi/man.cgi
parent22024328a92825fe734ab1543728b9a486a7ed36 (diff)
downloaddoc-9927e08ea9621f31c9c63cc2407f2a0265b72d47.tar.gz
doc-9927e08ea9621f31c9c63cc2407f2a0265b72d47.zip
Diffstat (limited to 'website/content/en/cgi/man.cgi')
-rwxr-xr-xwebsite/content/en/cgi/man.cgi8
1 files changed, 5 insertions, 3 deletions
diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index ddaa08b13b..a6ec5c1ba3 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -247,6 +247,8 @@ $manPathDefault = 'FreeBSD 13.0-RELEASE and Ports';
# supported releases / stable / current
'FreeBSD 13.0-RELEASE and Ports',
"$manLocalDir/FreeBSD-13.0-RELEASE/man:$manLocalDir/FreeBSD-13.0-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-13.0-RELEASE/man:$manLocalDir/FreeBSD-ports-13.0-RELEASE/misc",
+ 'FreeBSD 12.3-RELEASE and Ports',
+"$manLocalDir/FreeBSD-12.3-RELEASE/man:$manLocalDir/FreeBSD-12.3-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-12.3-RELEASE/man:$manLocalDir/FreeBSD-ports-12.3-RELEASE/misc",
'FreeBSD 12.2-RELEASE and Ports',
"$manLocalDir/FreeBSD-12.2-RELEASE/man:$manLocalDir/FreeBSD-12.2-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-12.2-RELEASE/man:$manLocalDir/FreeBSD-ports-12.2-RELEASE/misc",
'FreeBSD 12.1-RELEASE and Ports',
@@ -305,8 +307,8 @@ $manPathDefault = 'FreeBSD 13.0-RELEASE and Ports';
'FreeBSD 13.0-RELEASE',
"$manLocalDir/FreeBSD-13.0-RELEASE/man:$manLocalDir/FreeBSD-13.0-RELEASE/openssl/man",
- 'FreeBSD 12.2-stable',
-"$manLocalDir/FreeBSD-12.2-stable/man:$manLocalDir/FreeBSD-12.2-stable/openssl/man",
+ 'FreeBSD 12.3-stable',
+"$manLocalDir/FreeBSD-12.3-stable/man:$manLocalDir/FreeBSD-12.3-stable/openssl/man",
'FreeBSD 12.2-RELEASE',
"$manLocalDir/FreeBSD-12.2-RELEASE/man:$manLocalDir/FreeBSD-12.2-RELEASE/openssl/man",
'FreeBSD 12.1-RELEASE',
@@ -917,7 +919,7 @@ while ( ( $key, $val ) = each %manPath ) {
'freebsd-stable', 'FreeBSD 13.0-stable',
'freebsd-stable13', 'FreeBSD 13.0-stable',
- 'freebsd-stable12', 'FreeBSD 12.2-stable',
+ 'freebsd-stable12', 'FreeBSD 12.3-stable',
'freebsd-stable11', 'FreeBSD 11.4-stable',
'freebsd-current', 'FreeBSD 14.0-current',