All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dracut.conf.5.xml: tag mismatch fix
@ 2011-10-11  3:26 Dave Young
  2011-10-11  7:38 ` Harald Hoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Young @ 2011-10-11  3:26 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA

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-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
---
 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>&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>

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dracut.conf.5.xml: tag mismatch fix
  2011-10-11  3:26 [PATCH] dracut.conf.5.xml: tag mismatch fix Dave Young
@ 2011-10-11  7:38 ` Harald Hoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Harald Hoyer @ 2011-10-11  7:38 UTC (permalink / raw)
  To: Dave Young; +Cc: initramfs-u79uwXL29TY76Z2rM5mHXA

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
>         </listitem>
> 
> Fix it by change to </para> at the end
> 
> Signed-off-by: Dave Young <dyoung-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
> ---
>  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>&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>
> --
> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-11  7:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-11  3:26 [PATCH] dracut.conf.5.xml: tag mismatch fix Dave Young
2011-10-11  7:38 ` Harald Hoyer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.