mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
17 lines
443 B
XML
17 lines
443 B
XML
|
<?xml version='1.0'?> <!--*-nxml-*-->
|
||
|
|
||
|
<!--
|
||
|
SPDX-License-Identifier: LGPL-2.1-or-later
|
||
|
-->
|
||
|
|
||
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||
|
xmlns:exsl="http://exslt.org/common"
|
||
|
extension-element-prefixes="exsl"
|
||
|
version="1.0">
|
||
|
|
||
|
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"/>
|
||
|
|
||
|
<xsl:template name="top.comment" />
|
||
|
|
||
|
</xsl:stylesheet>
|