commit 9c0c19f7b4b16bcafc207cb76c92a5adb3b8ab59 Author: Petr Bokoc pbokoc@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.
docs-commits@lists.fedoraproject.org