svn commit: r44870 - head/en_US.ISO8859-1/htdocs/cgi

Wolfram Schneider wosch at FreeBSD.org
Sun May 18 18:24:56 UTC 2014


Author: wosch
Date: Sun May 18 18:24:55 2014
New Revision: 44870
URL: http://svnweb.freebsd.org/changeset/doc/44870

Log:
  add FreeBSD 9.2-RELEASE and Ports

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	Sun May 18 18:21:18 2014	(r44869)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Sun May 18 18:24:55 2014	(r44870)
@@ -212,6 +212,8 @@ $manLocalDir    = '/usr/local/www/bsddoc
 $manPathDefault = 'FreeBSD 10.0-RELEASE';
 
 %manPath = (
+    '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',
 "$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',


More information about the svn-doc-head mailing list