Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2017 17:05:27 +0000 (UTC)
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r50542 - head/en_US.ISO8859-1/htdocs/cgi
Message-ID:  <201707231705.v6NH5RH5009035@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wosch
Date: Sun Jul 23 17:05:27 2017
New Revision: 50542
URL: https://svnweb.freebsd.org/changeset/doc/50542

Log:
  fix FreeBSD 2.2.8-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 Jul 23 16:15:59 2017	(r50541)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Sun Jul 23 17:05:27 2017	(r50542)
@@ -362,7 +362,7 @@ $manPathDefault = 'FreeBSD 11.0-RELEASE and Ports';
 
 
     # FreeBSD Releases + Ports
-    'FreeBSD 2.2.8-RELEASE and Ports', "$manLocalDir/FreeBSD-2.2.8-RELEASE/man:$manLocalDir/FreeBSD-2.2.8-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-2.2.8-RELEASE/man:$manLocalDir/FreeBSD-ports-2.2.8-RELEASE/misc",
+    'FreeBSD 2.2.8-RELEASE and Ports', "$manLocalDir/FreeBSD-2.2.8-RELEASE:$manLocalDir/FreeBSD-ports-2.2.8-RELEASE/man:$manLocalDir/FreeBSD-ports-2.2.8-RELEASE/misc",
     'FreeBSD 3.4-RELEASE and Ports', "$manLocalDir/FreeBSD-3.4-RELEASE/man:$manLocalDir/FreeBSD-3.4-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-3.4-RELEASE/man:$manLocalDir/FreeBSD-ports-3.4-RELEASE/misc",
     'FreeBSD 3.5-RELEASE and Ports', "$manLocalDir/FreeBSD-3.5-RELEASE/man:$manLocalDir/FreeBSD-3.5-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-3.5-RELEASE/man:$manLocalDir/FreeBSD-ports-3.5-RELEASE/misc",
     'FreeBSD 3.5.1-RELEASE and Ports', "$manLocalDir/FreeBSD-3.5.1-RELEASE/man:$manLocalDir/FreeBSD-3.5.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-3.5.1-RELEASE/man:$manLocalDir/FreeBSD-ports-3.5.1-RELEASE/misc",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707231705.v6NH5RH5009035>