From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harald Hoyer Subject: Re: [PATCH] dracut.conf.5.xml: tag mismatch fix Date: Tue, 11 Oct 2011 09:38:46 +0200 Message-ID: <4E93F286.40909@redhat.com> References: <20111011032653.GA29342@darkstar> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20111011032653.GA29342@darkstar> Sender: initramfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Dave Young Cc: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On 11.10.2011 05:26, Dave Young wrote: > 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 > --- > 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. > /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). > > > > -- > To unsubscribe from this list: send the line "unsubscribe initramfs" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > pushed