[docs] wineusr: Use proper entity escaping for '&','<' and '>'

Frédéric Delanoy frederic.delanoy at gmail.com
Thu Jul 18 15:33:59 CDT 2013


---
 en/wineusr-bugs.sgml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/en/wineusr-bugs.sgml b/en/wineusr-bugs.sgml
index 4ed4f99..19ebd4d 100644
--- a/en/wineusr-bugs.sgml
+++ b/en/wineusr-bugs.sgml
@@ -44,7 +44,7 @@
 	  ,
 	  <command>wine ~/.wine/drive_c/full/path/to/prg.exe</command>
 	  and
-	  <command>cd ~/.wine/drive_c/full/path/to/ && wine prg.exe</command>
+	  <command>cd ~/.wine/drive_c/full/path/to/ && wine prg.exe</command>
 	</para>
       </sect2>
 
@@ -273,7 +273,7 @@
               Create an attachment with full terminal output in a text file.
               <literallayout>
               <command>cd ~/.wine/drive_c/Games/Tron</command>
-              <command>wine tron.exe &> log.txt</command>
+              <command>wine tron.exe &> log.txt</command>
 	      </literallayout>
             </para>
             </listitem>
@@ -295,7 +295,7 @@
           <para>
             You may be asked to re-run the program with the WINEDEBUG environment variable <parameter>
             WINEDEBUG=+relay,+seh,+tid</parameter> option (e.g. <command>WINEDEBUG=+relay,+seh,+tid
-            wine sol.exe &> log.txt</command>).
+            wine sol.exe &> log.txt</command>).
           </para>
           <para>
             This will produce additional information which may include the cause
-- 
1.8.3.2




More information about the wine-patches mailing list