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
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-07-25 23:15:51 +0200
commitdd2b607b7d1ce355e93f9f71cd256ec20b8ae9c4 (patch)
tree36261a2dc35ad9b5b5bc39b785b888ef7911257c /man/custom-html.xsl
parent3460810e8c61986a4605ad80c9e4805eb95cb5a1 (diff)
downloadsystemd-dd2b607b7d1ce355e93f9f71cd256ec20b8ae9c4.tar.gz
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 151276362c..3e266e4a7f 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.