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