Include ports in the default set of man pages to search.
This commit is contained in:
parent
84c6577fe8
commit
88d401f729
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48777
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue