From 07901e03d9a70d168cb61264560fd17a582bfe48 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Fri, 14 Aug 2015 11:19:43 +0000 Subject: [PATCH] Update the default release version for manual pages. Submitted by: theraven Sponsored by: The FreeBSD Foundation --- en_US.ISO8859-1/htdocs/cgi/man.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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',