svn commit: r47298 - head/en_US.ISO8859-1/htdocs/cgi
Wolfram Schneider <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> +# Copyright (c) 1996-2015 Wolfram Schneider <[email protected]> # 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', _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"