31 lines
1.2 KiB
Diff
31 lines
1.2 KiB
Diff
From 61bc3bbc0e55716e64b78b6709708ce773fbae2d Mon Sep 17 00:00:00 2001
|
|
From: Dave Young <dyoung@redhat.com>
|
|
Date: Tue, 11 Oct 2011 11:26:54 +0800
|
|
Subject: [PATCH] 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 | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/dracut.conf.5.xml b/dracut.conf.5.xml
|
|
index 6909a4a..169e11b 100644
|
|
--- a/dracut.conf.5.xml
|
|
+++ b/dracut.conf.5.xml
|
|
@@ -165,7 +165,7 @@ initramfs.</para>
|
|
/sbin/fsck* xfs_db xfs_check xfs_repair e2fsck jfs_fsck
|
|
reiserfsck btrfsck</replaceable>"
|
|
</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>
|