svn commit: r50579 - 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: 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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"