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

Warren Block wblock at FreeBSD.org
Wed May 4 21:38:29 UTC 2016


Author: wblock
Date: Wed May  4 21:38:28 2016
New Revision: 48777
URL: https://svnweb.freebsd.org/changeset/doc/48777

Log:
  Include ports in the default set of man pages to search.

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 May  4 21:35:12 2016	(r48776)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Wed May  4 21:38:28 2016	(r48777)
@@ -222,7 +222,8 @@ foreach my $os ( keys %$sectionpath ) {
 );
 
 $manLocalDir    = '/usr/local/www/bsddoc/man';
-$manPathDefault = 'FreeBSD 10.3-RELEASE';
+# this should be the latest "release and ports"
+$manPathDefault = 'FreeBSD 10.3-RELEASE and Ports';
 
 %manPath = (
     'FreeBSD 10.3-RELEASE and Ports',


More information about the svn-doc-all mailing list