FreeBSD Bugzilla – Attachment 163472 Details for
Bug 204017
man.cgi does not default to latest version+ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Use vendor attribute if available
use_vendor_attribute.txt (text/plain), 1.39 KB, created by
Andreas Perstinger
on 2015-11-24 12:45:03 UTC
(
hide
)
Description:
Use vendor attribute if available
Filename:
MIME Type:
Creator:
Andreas Perstinger
Created:
2015-11-24 12:45:03 UTC
Size:
1.39 KB
patch
obsolete
>Index: en_US.ISO8859-1/htdocs/cgi/man.cgi >=================================================================== >--- en_US.ISO8859-1/htdocs/cgi/man.cgi (revision 47799) >+++ en_US.ISO8859-1/htdocs/cgi/man.cgi (working copy) >@@ -781,6 +781,7 @@ > 'v7', 'Unix Seventh Edition', > 'v7man', 'Unix Seventh Edition', > 'x11', 'X11R7.4', >+ 'xorg', 'X11R7.4', > 'xfree86', 'XFree86 4.7.0', > 'ultrix', 'ULTRIX 4.2', > 'hpux', 'HP-UX 11.22', >@@ -789,7 +790,7 @@ > 'sunos4', 'SunOS 4.1.3', > 'sunos', 'SunOS 4.1.3', > 'freebsd ports', 'FreeBSD Ports', >- 'ports', 'FreeBSD Ports', >+ 'ports', 'FreeBSD 10.2-RELEASE and Ports', > 'plan9', 'Plan 9', > 'osf1', 'OSF1 V5.1/alpha', > 'true64', 'OSF1 V5.1/alpha', >Index: share/xml/freebsd-xhtml-common.xsl >=================================================================== >--- share/xml/freebsd-xhtml-common.xsl (revision 47799) >+++ share/xml/freebsd-xhtml-common.xsl (working copy) >@@ -217,6 +217,10 @@ > <xsl:value-of select="db:refentrytitle"/> > <xsl:text>&sektion=</xsl:text> > <xsl:value-of select="db:manvolnum"/> >+ <xsl:if test="@vendor"> >+ <xsl:text>&manpath=</xsl:text> >+ <xsl:value-of select="@vendor"/> >+ </xsl:if> > </xsl:template> > > <xsl:template name="nongraphical.admonition">
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 204017
:
163471
| 163472