Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jun 2019 14:30:12 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r53199 - head/en_US.ISO8859-1/htdocs/cgi
Message-ID:  <201906271430.x5REUCvb049838@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Thu Jun 27 14:30:12 2019
New Revision: 53199
URL: https://svnweb.freebsd.org/changeset/doc/53199

Log:
  Add 11.3-RELEASE and 11.3-STABLE manual page entries.
  
  Sponsored by:	Rubicon Communications, LLC (Netgate)

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	Thu Jun 27 08:48:20 2019	(r53198)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Thu Jun 27 14:30:12 2019	(r53199)
@@ -241,6 +241,8 @@ $manPathDefault = 'FreeBSD 12.0-RELEASE and Ports';
     # supported releases / stable / current 
     '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',
+"$manLocalDir/FreeBSD-11.3-RELEASE/man:$manLocalDir/FreeBSD-11.3-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-11.3-RELEASE/man:$manLocalDir/FreeBSD-ports-11.3-RELEASE/misc",
     'FreeBSD 11.2-RELEASE and Ports',
 "$manLocalDir/FreeBSD-11.2-RELEASE/man:$manLocalDir/FreeBSD-11.2-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-11.2-RELEASE/man:$manLocalDir/FreeBSD-ports-11.2-RELEASE/misc",
     'FreeBSD 11.1-RELEASE and Ports',
@@ -289,8 +291,10 @@ $manPathDefault = 'FreeBSD 12.0-RELEASE and Ports';
     'FreeBSD 12.0-RELEASE',
 "$manLocalDir/FreeBSD-12.0-RELEASE/man:$manLocalDir/FreeBSD-12.0-RELEASE/openssl/man",
 
-    'FreeBSD 11.2-stable',
-"$manLocalDir/FreeBSD-11.2-stable/man:$manLocalDir/FreeBSD-11.2-stable/openssl/man",
+    'FreeBSD 11.3-stable',
+"$manLocalDir/FreeBSD-11.3-stable/man:$manLocalDir/FreeBSD-11.3-stable/openssl/man",
+    'FreeBSD 11.3-RELEASE',
+"$manLocalDir/FreeBSD-11.3-RELEASE/man:$manLocalDir/FreeBSD-11.3-RELEASE/openssl/man",
     'FreeBSD 11.2-RELEASE',
 "$manLocalDir/FreeBSD-11.2-RELEASE/man:$manLocalDir/FreeBSD-11.2-RELEASE/openssl/man",
     'FreeBSD 11.1-RELEASE',
@@ -381,6 +385,7 @@ $manPathDefault = 'FreeBSD 12.0-RELEASE and Ports';
     'FreeBSD Ports 11.0', "$manLocalDir/FreeBSD-ports-11.0-RELEASE/man:$manLocalDir/FreeBSD-ports-11.0-RELEASE/misc",
     'FreeBSD Ports 11.1', "$manLocalDir/FreeBSD-ports-11.1-RELEASE/man:$manLocalDir/FreeBSD-ports-11.1-RELEASE/misc",
     '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",
 
 
@@ -789,6 +794,7 @@ my $default_arch = '';
 my %arch_names = ('default' => 'All Architectures');
 
 my %arch = ( 
+'FreeBSD 11.3-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64 aarch64/] } ,
 'FreeBSD 11.2-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64 aarch64/] } ,
 'FreeBSD 11.1-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64 aarch64/] } ,
 'FreeBSD 11.0-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64 aarch64/] } ,
@@ -854,7 +860,7 @@ while ( ( $key, $val ) = each %manPath ) {
 
     'freebsd-stable', 'FreeBSD 12.0-stable',
     'freebsd-stable12', 'FreeBSD 12.0-stable',
-    'freebsd-stable11', 'FreeBSD 11.2-stable',
+    'freebsd-stable11', 'FreeBSD 11.3-stable',
     'freebsd-stable10', 'FreeBSD 10.4-stable',
 
     'freebsd-current',       'FreeBSD 13-current',



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