Add the FreeBSD 10.1-RELEASE ports manual page entries.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
ac10f65a8d
commit
4659a19d9d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45849
1 changed files with 3 additions and 1 deletions
|
@ -212,6 +212,8 @@ $manLocalDir = '/usr/local/www/bsddoc/man';
|
|||
$manPathDefault = 'FreeBSD 10.1-RELEASE';
|
||||
|
||||
%manPath = (
|
||||
'FreeBSD 10.1-RELEASE and Ports',
|
||||
"$manLocalDir/FreeBSD-10.1-RELEASE/man:$manLocalDir/FreeBSD-10.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-10.1-RELEASE/man",
|
||||
'FreeBSD 9.2-RELEASE and Ports',
|
||||
"$manLocalDir/FreeBSD-9.2-RELEASE/man:$manLocalDir/FreeBSD-9.2-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-9.2-RELEASE/man:$manLocalDir/FreeBSD-ports-9.2-RELEASE/misc",
|
||||
'FreeBSD 9.0-RELEASE and Ports',
|
||||
|
@ -660,7 +662,7 @@ while ( ( $key, $val ) = each %manPath ) {
|
|||
'freebsd-stable6', 'FreeBSD 6.4-stable',
|
||||
|
||||
'freebsd-current', 'FreeBSD 11-current',
|
||||
'freebsd-release-ports', 'FreeBSD 9.2-RELEASE and Ports',
|
||||
'freebsd-release-ports', 'FreeBSD 10.1-RELEASE and Ports',
|
||||
|
||||
'slackware', 'Linux Slackware 3.1',
|
||||
'redhat', 'Red Hat Linux/i386 9',
|
||||
|
|
Loading…
Reference in a new issue