diff --git a/en_US.ISO8859-1/htdocs/cgi/man.cgi b/en_US.ISO8859-1/htdocs/cgi/man.cgi
index db2c4a7b31..3afdb28d46 100755
--- a/en_US.ISO8859-1/htdocs/cgi/man.cgi
+++ b/en_US.ISO8859-1/htdocs/cgi/man.cgi
@@ -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',