diff options
author | Tom Gundersen <teg@jklm.no> | 2015-07-25 23:27:44 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-07-25 23:27:44 +0200 |
commit | eeb4b73b6a885583b5f49887967397b74a3efcf1 (patch) | |
tree | e14b12fe68db4eb3d14431b6b1ae5cbb1b32d2fd /man/custom-html.xsl | |
parent | 57cafd9bc08f9d925438eec22ff603950cabf325 (diff) | |
parent | dd2b607b7d1ce355e93f9f71cd256ec20b8ae9c4 (diff) |
Merge pull request #727 from phomes/master
man: typo fixes
Diffstat (limited to 'man/custom-html.xsl')
-rw-r--r-- | man/custom-html.xsl | 2 |
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. |