svn commit: r50579 - head/en_US.ISO8859-1/htdocs/cgi
Glen Barber
gjb at FreeBSD.org
Wed Jul 26 13:25:42 UTC 2017
Author: gjb
Date: Wed Jul 26 13:25:41 2017
New Revision: 50579
URL: https://svnweb.freebsd.org/changeset/doc/50579
Log:
Update the correct variable to set 11.1 as the default.
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 Wed Jul 26 13:23:58 2017 (r50578)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Wed Jul 26 13:25:41 2017 (r50579)
@@ -226,7 +226,7 @@ foreach my $os ( keys %$sectionpath ) {
$manLocalDir = '/usr/local/www/bsddoc/man';
# this should be the latest "release and ports"
-$manPathDefault = 'FreeBSD 11.0-RELEASE and Ports';
+$manPathDefault = 'FreeBSD 11.1-RELEASE and Ports';
%manPath = (
# supported releases / stable / current
More information about the svn-doc-head
mailing list