From owner-svn-doc-all@freebsd.org Tue Jul 28 17:07:31 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C29869ADAC8; Tue, 28 Jul 2015 17:07:31 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98AC8330; Tue, 28 Jul 2015 17:07:31 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6SH7VjT022490; Tue, 28 Jul 2015 17:07:31 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6SH7VWB022489; Tue, 28 Jul 2015 17:07:31 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201507281707.t6SH7VWB022489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 28 Jul 2015 17:07:31 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47123 - head/en_US.ISO8859-1/htdocs/cgi X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jul 2015 17:07:31 -0000 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',