From ccf4d9f5f7de23571ba67d1290515f6e3575179f Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Sat, 8 Jun 2013 18:33:09 +0000 Subject: [PATCH] Add 8.4 manual pages. --- en_US.ISO8859-1/htdocs/cgi/man.cgi | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/htdocs/cgi/man.cgi b/en_US.ISO8859-1/htdocs/cgi/man.cgi index 58436c727f..9a50f291b1 100755 --- a/en_US.ISO8859-1/htdocs/cgi/man.cgi +++ b/en_US.ISO8859-1/htdocs/cgi/man.cgi @@ -212,6 +212,8 @@ $manPathDefault = 'FreeBSD 9.1-RELEASE'; %manPath = ( 'FreeBSD 9.0-RELEASE and Ports', "$manLocalDir/FreeBSD-9.0-RELEASE/man:$manLocalDir/FreeBSD-9.0-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-9.0-RELEASE/man:$manLocalDir/FreeBSD-ports-9.0-RELEASE/lib-perl5-perl-5.12.4-man:$manLocalDir/FreeBSD-ports-9.0-RELEASE/misc", + 'FreeBSD 8.4-RELEASE and Ports', +"$manLocalDir/FreeBSD-8.4-RELEASE/man:$manLocalDir/FreeBSD-8.4-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-8.4-RELEASE", 'FreeBSD 8.3-RELEASE and Ports', "$manLocalDir/FreeBSD-8.3-RELEASE/man:$manLocalDir/FreeBSD-8.3-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-8.3-RELEASE", 'FreeBSD 8.2-RELEASE and Ports', @@ -239,8 +241,10 @@ $manPathDefault = 'FreeBSD 9.1-RELEASE'; "$manLocalDir/FreeBSD-9.0-RELEASE/man:$manLocalDir/FreeBSD-9.0-RELEASE/openssl/man", 'FreeBSD Ports 9.0-RELEASE', "$manLocalDir/FreeBSD-ports-9.0-RELEASE/man:$manLocalDir/FreeBSD-ports-9.0-RELEASE/lib-perl5-perl-5.12.4-man:$manLocalDir/FreeBSD-ports-9.0-RELEASE/misc", - 'FreeBSD 8.3-stable', -"$manLocalDir/FreeBSD-8.3-stable/man:$manLocalDir/FreeBSD-8.3-stable/openssl/man", + 'FreeBSD 8.4-stable', +"$manLocalDir/FreeBSD-8.4-stable/man:$manLocalDir/FreeBSD-8.4-stable/openssl/man", + 'FreeBSD 8.4-RELEASE', +"$manLocalDir/FreeBSD-8.4-RELEASE/man:$manLocalDir/FreeBSD-8.4-RELEASE/openssl/man", 'FreeBSD 8.3-RELEASE', "$manLocalDir/FreeBSD-8.3-RELEASE/man:$manLocalDir/FreeBSD-8.3-RELEASE/openssl/man", 'FreeBSD 8.2-RELEASE',