[install-guide/F21-rewrite] Fixing a malformed command in Kickstart Syntax Reference

pbokoc pbokoc at fedoraproject.org
Fri Sep 26 15:49:28 UTC 2014


commit 9c0c19f7b4b16bcafc207cb76c92a5adb3b8ab59
Author: Petr Bokoc <pbokoc at redhat.com>
Date:   Tue Sep 23 16:27:23 2014 +0200

    Fixing a malformed command in Kickstart Syntax Reference

 en-US/Kickstart_Syntax_Reference.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/en-US/Kickstart_Syntax_Reference.xml b/en-US/Kickstart_Syntax_Reference.xml
index 68580b4..86dba74 100644
--- a/en-US/Kickstart_Syntax_Reference.xml
+++ b/en-US/Kickstart_Syntax_Reference.xml
@@ -1112,7 +1112,7 @@
                                         To determine the size of the swap partition automatically but also allow extra space for your system to hibernate, use the <option>--hibernation</option> option:
                                     </para>
                                     <programlisting>
-<literal>swap--hibernation</literal>
+<literal>swap --hibernation</literal>
                                     </programlisting>
                                     <para>
                                         The size assigned will be equivalent to the swap space assigned by <option>--recommended</option> plus the amount of RAM on your system.


More information about the docs-commits mailing list