]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
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)
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

index 6909a4a88c75f7cae694275c16c2fab0c3f0d78a..169e11b52193f0288c88d51b6a7e5d6251b09169 100644 (file)
@@ -165,7 +165,7 @@ initramfs.</para>
             /sbin/fsck* xfs_db xfs_check xfs_repair e2fsck jfs_fsck
             reiserfsck btrfsck</replaceable>&quot;
           </para>
-          <para>The installation is opportunistic (non-existing tools are ignored).<para>
+          <para>The installation is opportunistic (non-existing tools are ignored).</para>
         </listitem>
       </varlistentry>
       <varlistentry>