=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: wineusr: Use proper entity escaping for '&', '<' and '>'.

Alexandre Julliard julliard at winehq.org
Fri Jul 19 12:54:36 CDT 2013


Module: docs
Branch: master
Commit: fbad10eacde8db2a3ce306cb6f72a2594dcdcf49
URL:    http://source.winehq.org/git/docs.git/?a=commit;h=fbad10eacde8db2a3ce306cb6f72a2594dcdcf49

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Thu Jul 18 22:33:59 2013 +0200

wineusr: Use proper entity escaping for '&','<' and '>'.

---

 en/wineusr-bugs.sgml |    6 +++---
 1 files 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




More information about the wine-cvs mailing list