mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
f2128f5e49
- remove the non-reproducible top.comment section from the generated man pages - do not change the other aspects of man page contents
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>
|