Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2018 16:15:42 +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: r52687 - head/en_US.ISO8859-1/htdocs/cgi
Message-ID:  <201812141615.wBEGFg9L048532@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Fri Dec 14 16:15:41 2018
New Revision: 52687
URL: https://svnweb.freebsd.org/changeset/doc/52687

Log:
  Bump -CURRENT version to 13.
  Add missing path to man.cgi.
  
  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	Fri Dec 14 15:41:17 2018	(r52686)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Fri Dec 14 16:15:41 2018	(r52687)
@@ -275,12 +275,13 @@ $manPathDefault = 'FreeBSD 12.0-RELEASE and Ports';
     'FreeBSD 6.4-RELEASE and Ports',
 "$manLocalDir/FreeBSD-6.4-RELEASE/man:$manLocalDir/FreeBSD-6.4-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-6.2-RELEASE",
 
-    'FreeBSD 12-current',
-"$manLocalDir/FreeBSD-12-current/man:$manLocalDir/FreeBSD-12-current/openssl/man",
+    'FreeBSD 13-current',
+"$manLocalDir/FreeBSD-13-current/man:$manLocalDir/FreeBSD-13-current/openssl/man",
 
-    'FreeBSD 12.0-RELEASE',
     'FreeBSD 12.0-stable',
 "$manLocalDir/FreeBSD-12.0-stable/man:$manLocalDir/FreeBSD-12.0-stable/openssl/man",
+    '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",
@@ -830,11 +831,11 @@ while ( ( $key, $val ) = each %manPath ) {
     'freebsd',         'FreeBSD 12.0-RELEASE',
     'freebsd-release', 'FreeBSD 12.0-RELEASE',
 
-    'freebsd-stable', 'FreeBSD 11.2-stable',
+    'freebsd-stable', 'FreeBSD 12.0-stable',
     'freebsd-stable11', 'FreeBSD 11.2-stable',
     'freebsd-stable10', 'FreeBSD 10.4-stable',
 
-    'freebsd-current',       'FreeBSD 12-current',
+    'freebsd-current',       'FreeBSD 13-current',
     'freebsd-release-ports', 'FreeBSD 12.0-RELEASE and Ports',
     'freebsd-ports', 'FreeBSD Ports 12.0',
 



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