From 88d401f7291dc5e5e9ebbcc2b28b4a2689d4b3c8 Mon Sep 17 00:00:00 2001 From: Warren Block Date: Wed, 4 May 2016 21:38:28 +0000 Subject: [PATCH] Include ports in the default set of man pages to search. --- en_US.ISO8859-1/htdocs/cgi/man.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/htdocs/cgi/man.cgi b/en_US.ISO8859-1/htdocs/cgi/man.cgi index 72f3f353ba..9b432193df 100755 --- a/en_US.ISO8859-1/htdocs/cgi/man.cgi +++ b/en_US.ISO8859-1/htdocs/cgi/man.cgi @@ -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',