Rework custom man page template from systemd

- remove the non-reproducible top.comment section from the generated man pages
- do not change the other aspects of man page contents
This commit is contained in:
Boian Bonev 2022-04-06 05:21:34 +03:00
parent cf2012867a
commit f2128f5e49
No known key found for this signature in database
GPG Key ID: 1365720913D2F22D
1 changed files with 16 additions and 0 deletions

16
man/custom-man.xsl Normal file
View File

@ -0,0 +1,16 @@
<?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>