summaryrefslogtreecommitdiff
path: root/docs-xml/xslt/latex.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'docs-xml/xslt/latex.xsl')
-rw-r--r--docs-xml/xslt/latex.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/xslt/latex.xsl b/docs-xml/xslt/latex.xsl
index 2891ee1feb..9f6abdb1ac 100644
--- a/docs-xml/xslt/latex.xsl
+++ b/docs-xml/xslt/latex.xsl
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
-
-<!-- Remove bits from the manual pages that are not relevant for the book -->
+ <!-- Remove bits from the manual pages that are not relevant for the HOWTO Collection,
+ such as author info, etc -->
<xsl:import href="strip-references.xsl"/>
<xsl:param name="latex.mapping.xml" select="document('latex.overrides.xml')"/>