diff options
author | Jörg Thalheim <joerg@thalheim.io> | 2017-12-18 15:20:34 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-01-09 14:00:49 +0100 |
commit | e5719363f54c8c45233ded86b5b18feb36b601f7 (patch) | |
tree | 3d4b53779b68a4bd960f6f09c94d48dfc62adc75 /man/custom-html.xsl | |
parent | 05d0c2e3cfb5aac8bc14b68a12a6c3ef3e88e3a3 (diff) | |
download | systemd-e5719363f54c8c45233ded86b5b18feb36b601f7.tar.gz |
networkd: add support for wireguard interface type
More information may be found at wireguard.com.
Diffstat (limited to 'man/custom-html.xsl')
-rw-r--r-- | man/custom-html.xsl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/custom-html.xsl b/man/custom-html.xsl index 47ce6abfee..e8a7404df3 100644 --- a/man/custom-html.xsl +++ b/man/custom-html.xsl @@ -73,6 +73,18 @@ </a> </xsl:template> +<xsl:template match="citerefentry[@project='wireguard']"> + <a> + <xsl:attribute name="href"> + <xsl:text>https://git.zx2c4.com/WireGuard/about/src/tools/</xsl:text> + <xsl:value-of select="refentrytitle"/> + <xsl:text>.</xsl:text> + <xsl:value-of select="manvolnum"/> + </xsl:attribute> + <xsl:call-template name="inline.charseq"/> + </a> +</xsl:template> + <xsl:template match="citerefentry[@project='mankier']"> <a> <xsl:attribute name="href"> |