Blame 0043-remove-extra-semicolons-in-dracut.8.xml.patch

Harald Hoyer 83ebbb
From 8e1ffb1859a08da46816cbf9f4676569ba5d49b9 Mon Sep 17 00:00:00 2001
Harald Hoyer 83ebbb
From: Cong Wang <xiyou.wangcong@gmail.com>
Harald Hoyer 83ebbb
Date: Tue, 10 Jan 2012 22:49:03 +0800
Harald Hoyer 83ebbb
Subject: [PATCH] remove extra semicolons in dracut.8.xml
Harald Hoyer 83ebbb
Harald Hoyer 83ebbb
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Harald Hoyer 83ebbb
---
Harald Hoyer 83ebbb
 dracut.8.xml |    4 ++--
Harald Hoyer 83ebbb
 1 files changed, 2 insertions(+), 2 deletions(-)
Harald Hoyer 83ebbb
Harald Hoyer 83ebbb
diff --git a/dracut.8.xml b/dracut.8.xml
Harald Hoyer 83ebbb
index ba8ab07..221ad2e 100644
Harald Hoyer 83ebbb
--- a/dracut.8.xml
Harald Hoyer 83ebbb
+++ b/dracut.8.xml
Harald Hoyer 83ebbb
@@ -398,7 +398,7 @@ the local host instead of a generic host.
Harald Hoyer 83ebbb
         </varlistentry>
Harald Hoyer 83ebbb
 	<varlistentry>
Harald Hoyer 83ebbb
 	  <term>
Harald Hoyer 83ebbb
-	    <option>--add_fstab; <replaceable><filename></replaceable> </option>
Harald Hoyer 83ebbb
+	    <option>--add_fstab <replaceable><filename></replaceable> </option>
Harald Hoyer 83ebbb
 	  </term>
Harald Hoyer 83ebbb
 	  <listitem>
Harald Hoyer 83ebbb
 	    <para>Add entries of <replaceable><filename></replaceable> to the initramfs /etc/fstab.</para>
Harald Hoyer 83ebbb
@@ -406,7 +406,7 @@ the local host instead of a generic host.
Harald Hoyer 83ebbb
 	  </varlistentry>
Harald Hoyer 83ebbb
 	<varlistentry>
Harald Hoyer 83ebbb
 	  <term>
Harald Hoyer 83ebbb
-	    <option>--mount; "<replaceable><device></replaceable> <replaceable><mountpoint></replaceable> <replaceable><filesystem type></replaceable> <replaceable><filesystem options></replaceable>"</option>
Harald Hoyer 83ebbb
+	    <option>--mount "<replaceable><device></replaceable> <replaceable><mountpoint></replaceable> <replaceable><filesystem type></replaceable> <replaceable><filesystem options></replaceable>"</option>
Harald Hoyer 83ebbb
 	  </term>
Harald Hoyer 83ebbb
 	  <listitem>
Harald Hoyer 83ebbb
 	    <para>Add entries of <replaceable><filename></replaceable> to the initramfs /etc/fstab.</para>