summaryrefslogtreecommitdiff
path: root/man/custom-html.xsl
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-07-25 23:15:05 +0200
committerSven Eden <yamakuzure@gmx.net>2017-03-14 10:07:16 +0100
commit802d49dfe41e052d60e417d314a742337b0a7f03 (patch)
tree91d5c6e28d24f28eb6f1ec8244c2f1cb14e23540 /man/custom-html.xsl
parent08db4242f0bde24ce95f3af654a01e5a64f55159 (diff)
man: typo fixes
Diffstat (limited to 'man/custom-html.xsl')
-rw-r--r--man/custom-html.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/custom-html.xsl b/man/custom-html.xsl
index d9079d0fa..5ee5d228c 100644
--- a/man/custom-html.xsl
+++ b/man/custom-html.xsl
@@ -125,7 +125,7 @@
<!--
- helper template to do conflict resolution between various headings with the same inferred ID attribute/tag from the headerlink template
- - this conflict resolution is necessary to prevent malformed HTML ouput (multiple id attributes with the same value)
+ - this conflict resolution is necessary to prevent malformed HTML output (multiple id attributes with the same value)
- and it fixes xsltproc warnings during compilation of HTML man pages
-
- A simple top-to-bottom numbering scheme is implemented for nodes with the same ID value to derive unique ID values for HTML output.