svn commit: r48245 - head/share/xml

Warren Block wblock at FreeBSD.org
Tue Feb 23 14:21:20 UTC 2016


Author: wblock
Date: Tue Feb 23 14:21:19 2016
New Revision: 48245
URL: https://svnweb.freebsd.org/changeset/doc/48245

Log:
  Use a manpath that goes to the latest -release and ports without a
  static release number that could cause footsore egrets.  Er, future
  regrets.

Modified:
  head/share/xml/freebsd-xhtml-common.xsl

Modified: head/share/xml/freebsd-xhtml-common.xsl
==============================================================================
--- head/share/xml/freebsd-xhtml-common.xsl	Tue Feb 23 11:54:35 2016	(r48244)
+++ head/share/xml/freebsd-xhtml-common.xsl	Tue Feb 23 14:21:19 2016	(r48245)
@@ -217,7 +217,7 @@
     <xsl:value-of select="db:refentrytitle"/>
     <xsl:text>&sektion=</xsl:text>
     <xsl:value-of select="db:manvolnum"/>
-    <xsl:text>&manpath=FreeBSD+&rel.current;-RELEASE+and+Ports</xsl:text>
+    <xsl:text>&manpath=freebsd-release-ports</xsl:text>
   </xsl:template>
 
   <xsl:template name="nongraphical.admonition">


More information about the svn-doc-all mailing list