svn commit: r48777 - head/en_US.ISO8859-1/htdocs/cgi
Warren Block <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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',
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"