svn commit: r47223 - head/en_US.ISO8859-1/htdocs/cgi
Glen Barber <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: gjb
Date: Fri Aug 14 11:19:43 2015
New Revision: 47223
URL: https://svnweb.freebsd.org/changeset/doc/47223
Log:
Update the default release version for manual pages.
Submitted by: theraven
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 Fri Aug 14 01:59:44 2015 (r47222)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Fri Aug 14 11:19:43 2015 (r47223)
@@ -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',
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"