summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2010-08-09 16:28:30 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2010-08-10 15:33:09 -0700
commit3d2be54bab7efd97b642838b9c883869ca5b98be (patch)
tree6506e1803a9be58d1b5f72e8020e3d36957117df /Documentation
parentaca0fa34bdaba39bfddddba8ca70dba4782e8fe6 (diff)
downloadlinux-3.10-3d2be54bab7efd97b642838b9c883869ca5b98be.tar.gz
linux-3.10-3d2be54bab7efd97b642838b9c883869ca5b98be.tar.bz2
linux-3.10-3d2be54bab7efd97b642838b9c883869ca5b98be.zip
docbook: fix fatal error from libata
'make htmldocs' has a fatal error when processing libata.xml, as seen below. The string "Example patterns:" (or any string with "example.*:" in it AFAIK) causes some part of the doc generation tool chain to try to produce an <informalexample> block without a beginning <para>, but there is an ending </para> generated, which throws things out of kilter. I don't even know where (what program) this is happening in. I searched in docproc and xmlto and in some XML stylesheets without finding anything. If anyone can give me pointers about this, please do. Until this is fixed, let's just spell "Example" as "Sample" and match up the double quotation marks while there. Documentation/DocBook/libata.xml:6575: parser error : Opening and ending tag mismatch: programlisting line 6573 and para </para><para> ^ Documentation/DocBook/libata.xml:6580: parser error : Opening and ending tag mismatch: para line 6575 and programlisting </programlisting></informalexample> ^ unable to parse Documentation/DocBook/libata.xml make[2]: *** [Documentation/DocBook/libata.html] Error 1 Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions