svn commit: r47123 - head/en_US.ISO8859-1/htdocs/cgi

Glen Barber <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: gjb
Date: Tue Jul 28 17:07:30 2015
New Revision: 47123
URL: https://svnweb.freebsd.org/changeset/doc/47123

Log:
  Add 10.2-RELEASE and 10.2-STABLE manual page paths.
  
  Sponsored by:	The FreeBSD Foundation

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	Tue Jul 28 16:45:07 2015	(r47122)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Tue Jul 28 17:07:30 2015	(r47123)
@@ -251,10 +251,16 @@ $manPathDefault = 'FreeBSD 10.1-RELEASE'
     'FreeBSD 11-current',
 "$manLocalDir/FreeBSD-11-current/man:$manLocalDir/FreeBSD-11-current/openssl/man",
 
+    'FreeBSD 10.2-RELEASE',
+"$manLocalDir/FreeBSD-10.2-RELEASE/man:$manLocalDir/FreeBSD-10.2-RELEASE/openssl/man",
     'FreeBSD 10.1-RELEASE',
 "$manLocalDir/FreeBSD-10.1-RELEASE/man:$manLocalDir/FreeBSD-10.1-RELEASE/openssl/man",
+
+    'FreeBSD 10.2-stable',
+"$manLocalDir/FreeBSD-10.2-stable/man:$manLocalDir/FreeBSD-10.2-stable/openssl/man",
     'FreeBSD 10.1-stable',
 "$manLocalDir/FreeBSD-10.1-stable/man:$manLocalDir/FreeBSD-10.1-stable/openssl/man",
+
     'FreeBSD Ports 10.1-RELEASE', "$manLocalDir/FreeBSD-ports-10.1-RELEASE/man:$manLocalDir/FreeBSD-ports-10.1-RELEASE/misc",
     'FreeBSD Ports 10.0-RELEASE', "$manLocalDir/FreeBSD-ports-10.0-RELEASE/man:$manLocalDir/FreeBSD-ports-10.0-RELEASE/misc",
 
@@ -700,6 +706,7 @@ my %valid_arch = map { $_ => 1 }
 my $default_arch = 'i386';
 
 my %arch = ( 
+'FreeBSD 10.2-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
 'FreeBSD 10.1-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
 'FreeBSD 10.0-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
 'FreeBSD 9.3-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } ,
@@ -745,8 +752,8 @@ while ( ( $key, $val ) = each %manPath )
     'freebsd',         'FreeBSD 10.1-RELEASE',
     'freebsd-release', 'FreeBSD 10.1-RELEASE',
 
-    'freebsd-stable',  'FreeBSD 10.1-stable',
-    'freebsd-stable10', 'FreeBSD 10.1-stable',
+    'freebsd-stable',  'FreeBSD 10.2-stable',
+    'freebsd-stable10', 'FreeBSD 10.2-stable',
     'freebsd-stable9', 'FreeBSD 9.3-stable',
     'freebsd-stable8', 'FreeBSD 8.4-stable',
     'freebsd-stable7', 'FreeBSD 7.4-stable',
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.