Prefer https over http for links to manual pages.

Submitted by:	wosch
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2017-07-18 15:34:39 +00:00
parent b2bc3c3bc4
commit bc18f5deaa
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50519
2 changed files with 3 additions and 3 deletions

View file

@ -213,7 +213,7 @@
</xsl:template>
<xsl:template name="generate.citerefentry.link">
<xsl:text>http://www.FreeBSD.org/cgi/man.cgi?query=</xsl:text>
<xsl:text>https://www.FreeBSD.org/cgi/man.cgi?query=</xsl:text>
<xsl:value-of select="db:refentrytitle"/>
<xsl:text>&amp;sektion=</xsl:text>
<xsl:value-of select="db:manvolnum"/>