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

Glen Barber gjb at FreeBSD.org
Mon Sep 30 05:56:00 UTC 2013


Author: gjb
Date: Mon Sep 30 05:55:59 2013
New Revision: 42754
URL: http://svnweb.freebsd.org/changeset/doc/42754

Log:
  Set 9.2-RELEASE as the default FreeBSD version for manual pages.

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	Mon Sep 30 03:59:41 2013	(r42753)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Mon Sep 30 05:55:59 2013	(r42754)
@@ -207,7 +207,7 @@ foreach my $os ( keys %$sectionpath ) {
 );
 
 $manLocalDir    = '/usr/local/www/bsddoc/man';
-$manPathDefault = 'FreeBSD 9.1-RELEASE';
+$manPathDefault = 'FreeBSD 9.2-RELEASE';
 
 %manPath = (
     'FreeBSD 9.0-RELEASE and Ports',
@@ -624,8 +624,8 @@ while ( ( $key, $val ) = each %manPath )
 
 # keywords must be in lower cases.
 %manPathAliases = (
-    'freebsd',         'FreeBSD 9.1-RELEASE',
-    'freebsd-release', 'FreeBSD 9.1-RELEASE',
+    'freebsd',         'FreeBSD 9.2-RELEASE',
+    'freebsd-release', 'FreeBSD 9.2-RELEASE',
 
     'freebsd-stable',  'FreeBSD 9.1-stable',
     'freebsd-stable9', 'FreeBSD 9.1-stable',


More information about the svn-doc-all mailing list