dracut.conf.5.xml: tag mismatch fix
authorDave Young <dyoung@redhat.com>
Tue, 11 Oct 2011 03:26:54 +0000 (11:26 +0800)
committerHarald Hoyer <harald@redhat.com>
Tue, 11 Oct 2011 07:37:01 +0000 (09:37 +0200)
commit61bc3bbc0e55716e64b78b6709708ce773fbae2d
treeb418bbd19030523d4a64c262e8d201e236a96bdb
parent450f5d66944e4a4ae005c75a818c3cccd28836f3
dracut.conf.5.xml: tag mismatch fix

build failed with:
xsltproc -o dracut.conf.5 -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl dracut.conf.5.xml
dracut.conf.5.xml:169: parser error : Opening and ending tag mismatch: para line 168 and listitem
        </listitem>

Fix it by change to </para> at the end

Signed-off-by: Dave Young <dyoung@redhat.com>
dracut.conf.5.xml