diff --git a/en_US.ISO8859-1/htdocs/cgi/man.cgi b/en_US.ISO8859-1/htdocs/cgi/man.cgi index a8c94a63ff..f4aa73b5d9 100755 --- a/en_US.ISO8859-1/htdocs/cgi/man.cgi +++ b/en_US.ISO8859-1/htdocs/cgi/man.cgi @@ -220,7 +220,7 @@ foreach my $os ( keys %$sectionpath ) { ); $manLocalDir = '/usr/local/www/bsddoc/man'; -$manPathDefault = 'FreeBSD 10.1-RELEASE'; +$manPathDefault = 'FreeBSD 10.2-RELEASE'; %manPath = ( 'FreeBSD 10.1-RELEASE and Ports', @@ -749,8 +749,8 @@ while ( ( $key, $val ) = each %manPath ) { # keywords must be in lower cases. %manPathAliases = ( - 'freebsd', 'FreeBSD 10.1-RELEASE', - 'freebsd-release', 'FreeBSD 10.1-RELEASE', + 'freebsd', 'FreeBSD 10.2-RELEASE', + 'freebsd-release', 'FreeBSD 10.2-RELEASE', 'freebsd-stable', 'FreeBSD 10.2-stable', 'freebsd-stable10', 'FreeBSD 10.2-stable',