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

Glen Barber gjb at FreeBSD.org
Thu Aug 25 00:08:52 UTC 2016


Author: gjb
Date: Thu Aug 25 00:08:50 2016
New Revision: 49338
URL: https://svnweb.freebsd.org/changeset/doc/49338

Log:
  Flip 11-current to 12-current, and add the 12-CURRENT path.
  
  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	Wed Aug 24 23:50:45 2016	(r49337)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Thu Aug 25 00:08:50 2016	(r49338)
@@ -258,6 +258,9 @@ $manPathDefault = 'FreeBSD 10.3-RELEASE 
     '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 11-current',
 "$manLocalDir/FreeBSD-11-current/man:$manLocalDir/FreeBSD-11-current/openssl/man",
 
@@ -788,7 +791,7 @@ while ( ( $key, $val ) = each %manPath )
     'freebsd-stable7', 'FreeBSD 7.4-stable',
     'freebsd-stable6', 'FreeBSD 6.4-stable',
 
-    'freebsd-current',       'FreeBSD 11-current',
+    'freebsd-current',       'FreeBSD 12-current',
     'freebsd-release-ports', 'FreeBSD 10.3-RELEASE and Ports',
     'freebsd-ports', 'FreeBSD Ports 10.3-RELEASE',
 


More information about the svn-doc-all mailing list