Blame 0077-dracut.conf.5.xml-tag-mismatch-fix.patch
|
Harald Hoyer |
55891e |
From 61bc3bbc0e55716e64b78b6709708ce773fbae2d Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
55891e |
From: Dave Young <dyoung@redhat.com>
|
|
Harald Hoyer |
55891e |
Date: Tue, 11 Oct 2011 11:26:54 +0800
|
|
Harald Hoyer |
55891e |
Subject: [PATCH] dracut.conf.5.xml: tag mismatch fix
|
|
Harald Hoyer |
55891e |
|
|
Harald Hoyer |
55891e |
build failed with:
|
|
Harald Hoyer |
55891e |
xsltproc -o dracut.conf.5 -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl dracut.conf.5.xml
|
|
Harald Hoyer |
55891e |
dracut.conf.5.xml:169: parser error : Opening and ending tag mismatch: para line 168 and listitem
|
|
Harald Hoyer |
55891e |
</listitem>
|
|
Harald Hoyer |
55891e |
|
|
Harald Hoyer |
55891e |
Fix it by change to </para> at the end
|
|
Harald Hoyer |
55891e |
|
|
Harald Hoyer |
55891e |
Signed-off-by: Dave Young <dyoung@redhat.com>
|
|
Harald Hoyer |
55891e |
---
|
|
Harald Hoyer |
55891e |
dracut.conf.5.xml | 2 +-
|
|
Harald Hoyer |
55891e |
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
Harald Hoyer |
55891e |
|
|
Harald Hoyer |
55891e |
diff --git a/dracut.conf.5.xml b/dracut.conf.5.xml
|
|
Harald Hoyer |
55891e |
index 6909a4a..169e11b 100644
|
|
Harald Hoyer |
55891e |
--- a/dracut.conf.5.xml
|
|
Harald Hoyer |
55891e |
+++ b/dracut.conf.5.xml
|
|
Harald Hoyer |
55891e |
@@ -165,7 +165,7 @@ initramfs.</para>
|
|
Harald Hoyer |
55891e |
/sbin/fsck* xfs_db xfs_check xfs_repair e2fsck jfs_fsck
|
|
Harald Hoyer |
55891e |
reiserfsck btrfsck</replaceable>"
|
|
Harald Hoyer |
55891e |
</para>
|
|
Harald Hoyer |
55891e |
- <para>The installation is opportunistic (non-existing tools are ignored).<para>
|
|
Harald Hoyer |
55891e |
+ <para>The installation is opportunistic (non-existing tools are ignored).</para>
|
|
Harald Hoyer |
55891e |
</listitem>
|
|
Harald Hoyer |
55891e |
</varlistentry>
|
|
Harald Hoyer |
55891e |
<varlistentry>
|