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

Frédéric Delanoy frederic.delanoy at gmail.com
Tue Jul 23 19:51:13 CDT 2013


---
 en/winedev-windowing.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/en/winedev-windowing.sgml b/en/winedev-windowing.sgml
index fe24ebc..40bb62d 100644
--- a/en/winedev-windowing.sgml
+++ b/en/winedev-windowing.sgml
@@ -641,7 +641,7 @@ const char (*key)[MAIN_LEN][4];
 	  it works. If it fails to detect your table, try running
 	</para>
 	<screen>
-WINEDEBUG=+key,+keyboard wine > key.log 2>&1
+WINEDEBUG=+key,+keyboard wine > key.log 2>&1
 	</screen>
 	<para>
 	  and look in the resulting <filename>key.log</filename> file to
-- 
1.8.3.4




More information about the wine-patches mailing list