mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 01:51:51 +00:00
Signed-off-by: Kir Kolyshkin <kir@openvz.org> Reviewed-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
9 lines
276 B
XML
9 lines
276 B
XML
<?xml version="1.0"?>
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
|
|
<xsl:param name="man.hyphenate">1</xsl:param>
|
|
<xsl:param name="man.justify">1</xsl:param>
|
|
<xsl:param name="man.output.better.ps.enabled">1</xsl:param>
|
|
|
|
</xsl:stylesheet>
|