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

Glen Barber gjb at FreeBSD.org
Mon Sep 30 00:23:19 UTC 2013


Author: gjb
Date: Mon Sep 30 00:23:19 2013
New Revision: 42740
URL: http://svnweb.freebsd.org/changeset/doc/42740

Log:
  Add the 10.0-CURRENT manual page link.

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	Mon Sep 30 00:20:37 2013	(r42739)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Mon Sep 30 00:23:19 2013	(r42740)
@@ -230,8 +230,8 @@ $manPathDefault = 'FreeBSD 9.1-RELEASE';
 "$manLocalDir/FreeBSD-6.4-RELEASE/man:$manLocalDir/FreeBSD-6.4-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-6.2-RELEASE",
 
     'FreeBSD Ports', "$manLocalDir/FreeBSD-ports",
-    'FreeBSD 9-current',
-"$manLocalDir/FreeBSD-9-current/man:$manLocalDir/FreeBSD-9-current/openssl/man",
+    'FreeBSD 10-current',
+"$manLocalDir/FreeBSD-10-current/man:$manLocalDir/FreeBSD-10-current/openssl/man",
 
     'FreeBSD 9.1-stable',
 "$manLocalDir/FreeBSD-9.1-stable/man:$manLocalDir/FreeBSD-9.1-stable/openssl/man",
@@ -633,7 +633,7 @@ while ( ( $key, $val ) = each %manPath )
     'freebsd-stable7', 'FreeBSD 7.4-stable',
     'freebsd-stable6', 'FreeBSD 6.4-stable',
 
-    'freebsd-current',       'FreeBSD 9-current',
+    'freebsd-current',       'FreeBSD 10-current',
     'freebsd-release-ports', 'FreeBSD 9.0-RELEASE and Ports',
 
     'slackware',  'Linux Slackware 3.1',


More information about the svn-doc-all mailing list