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

Wolfram Schneider wosch at FreeBSD.org
Sat Aug 22 10:58:48 UTC 2015


Author: wosch
Date: Sat Aug 22 10:58:47 2015
New Revision: 47298
URL: https://svnweb.freebsd.org/changeset/doc/47298

Log:
  fix path for FreeBSD 10.1-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	Sat Aug 22 10:57:26 2015	(r47297)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Sat Aug 22 10:58:47 2015	(r47298)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -T
 #
-# Copyright (c) 1996-2011 Wolfram Schneider <wosch at FreeBSD.org>
+# Copyright (c) 1996-2015 Wolfram Schneider <wosch at FreeBSD.org>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -226,7 +226,7 @@ $manPathDefault = 'FreeBSD 10.2-RELEASE'
     'FreeBSD 10.2-RELEASE and Ports',
 "$manLocalDir/FreeBSD-10.2-RELEASE/man:$manLocalDir/FreeBSD-10.2-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-10.2-RELEASE/man:$manLocalDir/FreeBSD-ports-10.2-RELEASE/misc",
     '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",
+"$manLocalDir/FreeBSD-10.1-RELEASE/man:$manLocalDir/FreeBSD-10.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-10.1-RELEASE/man:$manLocalDir/FreeBSD-ports-10.1-RELEASE/misc",
     'FreeBSD 9.3-RELEASE and Ports',
 "$manLocalDir/FreeBSD-9.3-RELEASE/man:$manLocalDir/FreeBSD-9.3-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-9.3-RELEASE/man:$manLocalDir/FreeBSD-ports-9.3-RELEASE/misc",
     'FreeBSD 9.2-RELEASE and Ports',


More information about the svn-doc-all mailing list