[readme-burning-isos] Improving screen text so that its "left aligned"

stephenw stephenw at fedoraproject.org
Thu Jul 4 10:07:54 UTC 2013


commit 5529ae9e7fbc45db3d19845f1476040a4c26577a
Author: Stephen Wadeley <swadeley at redhat.com>
Date:   Thu Jul 4 12:04:21 2013 +0200

    Improving screen text so that its "left aligned"

 en-US/Validating.xml |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/en-US/Validating.xml b/en-US/Validating.xml
index c9254cc..a9f5f62 100644
--- a/en-US/Validating.xml
+++ b/en-US/Validating.xml
@@ -70,10 +70,9 @@
 		<para>
 			The <filename>sha256sum.exe</filename> program computes and displays hashes. To use it, save <filename>sha256sum.exe</filename> to the same directory as the ISO files. Select <guilabel>Run...</guilabel> from the Start menu and then enter <userinput>cmd</userinput> for the name of the program to start a <application>Command Prompt</application> window. Then change into the download directory. Run <command>sha256sum</command> with each ISO file like this:
 		</para>
-		
-		<screen>cd "C:\Documents and Settings\Owner\My Documents\My Downloads\Fedora"
-	sha256sum.exe Fedora-&PRODVER;-i386-DVD.iso
-		</screen>
+<screen><command>cd "C:\Documents and Settings\Owner\My Documents\My Downloads\Fedora"</command>
+<command>sha256sum.exe Fedora-&PRODVER;-i386-DVD.iso</command>
+</screen>
 		<para>
 			The program takes some time to complete, since it must read the entire ISO file.
 		</para>


More information about the docs-commits mailing list