Fix printing documentation

Huw D M Davies h.davies1 at physics.ox.ac.uk
Mon Sep 3 06:45:57 CDT 2001


Somehow the printing docs got very broken.

	Huw D M Davies <hdavies at codeweavers.com>
	The [windows] section is in ~/.wine/win.ini not in ~/.wine/config
-------------- next part --------------
Index: documentation/printing.sgml
===================================================================
RCS file: /home/wine/wine/documentation/printing.sgml,v
retrieving revision 1.9
diff -u -r1.9 printing.sgml
--- documentation/printing.sgml	2001/07/08 20:36:48	1.9
+++ documentation/printing.sgml	2001/09/03 10:32:23
@@ -172,15 +172,14 @@
   Wine PostScript Driver=WINEPS,LPT1:,15,45
 	  </screen>
 	  <para>
-	    to the [PrinterPorts] section of <filename>win.ini</filename>,
+	    to the [PrinterPorts] section of <filename>~/.wine/win.ini</filename>,
 	    and to set it as the default printer also add
 	  </para>
 	  <screen>
-  "device" = "Wine PostScript Driver,WINEPS,LPT1:"
+  device = Wine PostScript Driver,WINEPS,LPT1:
 	  </screen>
 	  <para>
-	    to the [windows] section of <filename>~/.wine/config</filename> and ???
-	    <emphasis>[sic]</emphasis>
+	    to the [windows] section of <filename>~/.wine/win.ini</filename>.
 	  </para>
 	  <para>
 	    You also need to add certain entries to the registry.


More information about the wine-patches mailing list