svn commit: r53556 - head/en_US.ISO8859-1/htdocs/cgi
Glen Barber
gjb at FreeBSD.org
Wed Nov 6 15:34:19 UTC 2019
Author: gjb
Date: Wed Nov 6 15:34:18 2019
New Revision: 53556
URL: https://svnweb.freebsd.org/changeset/doc/53556
Log:
Belatedly add 12.1 to the man.cgi file.
Submitted by: rwatson
Sponsored by: Rubicon Communications, LLC (netgate.com)
Modified:
head/en_US.ISO8859-1/htdocs/cgi/man.cgi
Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/man.cgi Wed Nov 6 08:18:12 2019 (r53555)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Wed Nov 6 15:34:18 2019 (r53556)
@@ -236,10 +236,12 @@ foreach my $os ( keys %$sectionpath ) {
$manLocalDir = '/usr/local/www/bsddoc/man';
# this should be the latest "release and ports"
-$manPathDefault = 'FreeBSD 12.0-RELEASE and Ports';
+$manPathDefault = 'FreeBSD 12.1-RELEASE and Ports';
%manPath = (
# supported releases / stable / current
+ 'FreeBSD 12.1-RELEASE and Ports',
+"$manLocalDir/FreeBSD-12.1-RELEASE/man:$manLocalDir/FreeBSD-12.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-12.1-RELEASE/man:$manLocalDir/FreeBSD-ports-12.1-RELEASE/misc",
'FreeBSD 12.0-RELEASE and Ports',
"$manLocalDir/FreeBSD-12.0-RELEASE/man:$manLocalDir/FreeBSD-12.0-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-12.0-RELEASE/man:$manLocalDir/FreeBSD-ports-12.0-RELEASE/misc",
'FreeBSD 11.3-RELEASE and Ports',
@@ -287,8 +289,10 @@ $manPathDefault = 'FreeBSD 12.0-RELEASE and Ports';
'FreeBSD 13-current',
"$manLocalDir/FreeBSD-13-current/man:$manLocalDir/FreeBSD-13-current/openssl/man",
- 'FreeBSD 12.0-stable',
-"$manLocalDir/FreeBSD-12.0-stable/man:$manLocalDir/FreeBSD-12.0-stable/openssl/man",
+ 'FreeBSD 12.1-stable',
+"$manLocalDir/FreeBSD-12.1-stable/man:$manLocalDir/FreeBSD-12.1-stable/openssl/man",
+ 'FreeBSD 12.1-RELEASE',
+"$manLocalDir/FreeBSD-12.1-RELEASE/man:$manLocalDir/FreeBSD-12.1-RELEASE/openssl/man",
'FreeBSD 12.0-RELEASE',
"$manLocalDir/FreeBSD-12.0-RELEASE/man:$manLocalDir/FreeBSD-12.0-RELEASE/openssl/man",
@@ -388,6 +392,7 @@ $manPathDefault = 'FreeBSD 12.0-RELEASE and Ports';
'FreeBSD Ports 11.2', "$manLocalDir/FreeBSD-ports-11.2-RELEASE/man:$manLocalDir/FreeBSD-ports-11.2-RELEASE/misc",
'FreeBSD Ports 11.3', "$manLocalDir/FreeBSD-ports-11.3-RELEASE/man:$manLocalDir/FreeBSD-ports-11.3-RELEASE/misc",
'FreeBSD Ports 12.0', "$manLocalDir/FreeBSD-ports-12.0-RELEASE/man:$manLocalDir/FreeBSD-ports-12.0-RELEASE/misc",
+ 'FreeBSD Ports 12.1', "$manLocalDir/FreeBSD-ports-12.1-RELEASE/man:$manLocalDir/FreeBSD-ports-12.1-RELEASE/misc",
# FreeBSD Releases + Ports
@@ -865,17 +870,17 @@ while ( ( $key, $val ) = each %manPath ) {
# keywords must be in lower cases.
%manPathAliases = (
- 'freebsd', 'FreeBSD 12.0-RELEASE',
- 'freebsd-release', 'FreeBSD 12.0-RELEASE',
+ 'freebsd', 'FreeBSD 12.1-RELEASE',
+ 'freebsd-release', 'FreeBSD 12.1-RELEASE',
- 'freebsd-stable', 'FreeBSD 12.0-stable',
- 'freebsd-stable12', 'FreeBSD 12.0-stable',
+ 'freebsd-stable', 'FreeBSD 12.1-stable',
+ 'freebsd-stable12', 'FreeBSD 12.1-stable',
'freebsd-stable11', 'FreeBSD 11.3-stable',
'freebsd-stable10', 'FreeBSD 10.4-stable',
'freebsd-current', 'FreeBSD 13-current',
- 'freebsd-release-ports', 'FreeBSD 12.0-RELEASE and Ports',
- 'freebsd-ports', 'FreeBSD Ports 12.0',
+ 'freebsd-release-ports', 'FreeBSD 12.1-RELEASE and Ports',
+ 'freebsd-ports', 'FreeBSD Ports 12.1',
'slackware', 'Linux Slackware 3.1',
'redhat', 'Red Hat 9',
More information about the svn-doc-all
mailing list