en-US/Ksconfig.xml en-US/nextsteps.xml

Rüdiger Landmann rlandmann at fedoraproject.org
Fri Jan 8 04:12:21 UTC 2010


 en-US/Ksconfig.xml  |    4 ++--
 en-US/nextsteps.xml |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 82580920470ca24456df22a866fac54d4e8ccbc7
Author: Ruediger Landmann <r.landmann at redhat.com>
Date:   Fri Jan 8 14:05:38 2010 +1000

    remove exclamation mark from echo command BZ#553510

diff --git a/en-US/Ksconfig.xml b/en-US/Ksconfig.xml
index c763cd4..e32079e 100644
--- a/en-US/Ksconfig.xml
+++ b/en-US/Ksconfig.xml
@@ -761,7 +761,7 @@
 			For example, to change the message of the day for the newly installed system, add the following command to the <command>%post</command> section:
 		</para>
 <screen>
-<command>echo "Hackers will be punished!" &gt; /etc/motd</command>
+<command>echo "Hackers will be punished" &gt; /etc/motd</command>
 </screen>
 		<note><title>Note</title>
 			<para>
@@ -783,7 +783,7 @@
 				For example, if you select <guilabel>Run outside of the chroot environment</guilabel>, the previous example must be changed to the following:
 			</para>
 <screen>
-<command>echo "Hackers will be punished!" &gt; /mnt/sysimage/etc/motd</command>
+<command>echo "Hackers will be punished" &gt; /mnt/sysimage/etc/motd</command>
 </screen>
 		</section>
 		 
diff --git a/en-US/nextsteps.xml b/en-US/nextsteps.xml
index b8a4090..e1e8a1e 100644
--- a/en-US/nextsteps.xml
+++ b/en-US/nextsteps.xml
@@ -328,7 +328,7 @@
 			<procedure>
 				<step>
 					<para>
-						If you are using a physical CD or DVD, insert the disc into your computer now.
+						If you are using a physical CD or DVD, insert the disc into your computer.
 					</para>
 				</step>
 				<step>





More information about the docs-commits mailing list