Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2017 13:25:41 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r50579 - head/en_US.ISO8859-1/htdocs/cgi
Message-ID:  <201707261325.v6QDPfjO091258@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707261325.v6QDPfjO091258>