svn commit: r50578 - head/en_US.ISO8859-1/htdocs/cgi

Glen Barber gjb at FreeBSD.org
Wed Jul 26 13:23:59 UTC 2017


Author: gjb
Date: Wed Jul 26 13:23:58 2017
New Revision: 50578
URL: https://svnweb.freebsd.org/changeset/doc/50578

Log:
  Set man.cgi to use 11.1-RELEASE 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 11:57:27 2017	(r50577)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Wed Jul 26 13:23:58 2017	(r50578)
@@ -800,8 +800,8 @@ while ( ( $key, $val ) = each %manPath ) {
 
 # keywords must be in lower cases.
 %manPathAliases = (
-    'freebsd',         'FreeBSD 11.0-RELEASE',
-    'freebsd-release', 'FreeBSD 11.0-RELEASE',
+    'freebsd',         'FreeBSD 11.1-RELEASE',
+    'freebsd-release', 'FreeBSD 11.1-RELEASE',
 
     'freebsd-stable',  'FreeBSD 10.3-stable',
     'freebsd-stable11', 'FreeBSD 11.1-stable',


More information about the svn-doc-all mailing list