From: Dave Young Date: Tue, 11 Oct 2011 03:26:54 +0000 (+0800) Subject: dracut.conf.5.xml: tag mismatch fix X-Git-Tag: 014~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61bc3bbc0e55716e64b78b6709708ce773fbae2d;p=thirdparty%2Fdracut.git 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 Fix it by change to at the end Signed-off-by: Dave Young --- diff --git a/dracut.conf.5.xml b/dracut.conf.5.xml index 6909a4a88..169e11b52 100644 --- a/dracut.conf.5.xml +++ b/dracut.conf.5.xml @@ -165,7 +165,7 @@ initramfs. /sbin/fsck* xfs_db xfs_check xfs_repair e2fsck jfs_fsck reiserfsck btrfsck" - The installation is opportunistic (non-existing tools are ignored). + The installation is opportunistic (non-existing tools are ignored).