docs/en winelib-porting.sgml wineusr-configuri ...

Dimi Paun dimi at users.sourceforge.net
Mon Jun 20 06:56:51 CDT 2005


ChangeSet ID:	1119268610776177431996079
CVSROOT:	/cvsroot/wine
Module name:	docs
Changes by:	dimi at sc8-pr-cvs1.sourceforge.net	2005/06/20 04:56:50

Modified files:
	en             : winelib-porting.sgml wineusr-configuring.sgml 

Log message:
	Francois Gouget <fgouget at free.fr>
	Fix DLLs vs. DLL's


Old revision  New revision  Changes     Path
 1.1.1.1       1.2           +1 -1       docs/en/winelib-porting.sgml
 1.2           1.3           +6 -6       docs/en/wineusr-configuring.sgml

Index: docs/en/winelib-porting.sgml
diff -u -p docs/en/winelib-porting.sgml:1.1.1.1 docs/en/winelib-porting.sgml:1.2
--- docs/en/winelib-porting.sgml	20 Jun 2005 11:56:50 -0000
+++ /dev/null	20 Jun 2005 11:56:50 -0000
@@ -128,7 +128,7 @@
         your applications <filename>.spec</filename>
         file. <command>winebuild</command> gives you a warning for
         unused imports so you can delete the ones you don't need
-        later. Failing that, just import all the DLL's you can find in
+        later. Failing that, just import all the DLLs you can find in
         the <filename>dlls/</filename> directory of the Wine source
         tree.
       </para>
Index: docs/en/wineusr-configuring.sgml
diff -u -p docs/en/wineusr-configuring.sgml:1.2 docs/en/wineusr-configuring.sgml:1.3
--- docs/en/wineusr-configuring.sgml	20 Jun 2005 11:56:50 -0000
+++ /dev/null	20 Jun 2005 11:56:50 -0000
@@ -1586,7 +1586,7 @@ ln -s /dev/hda1 r::
 <sect3>
   <title>Windows DLL Pairs</title>
   <para>
-    Most windows DLL's have a win16 (Windows 3.x) and win32
+    Most windows DLLs have a win16 (Windows 3.x) and win32
     (Windows 9x/NT) form.  The combination of the win16 and
     win32 DLL versions are called the "DLL pair". This is a
     list of the most common pairs:
@@ -1646,15 +1646,15 @@ ln -s /dev/hda1 r::
 </sect3>
 
 <sect3>
-  <title>Different Forms Of DLL's</title>
+  <title>Different Forms Of DLLs</title>
   <para>
-    There are a few different forms of DLL's wine can load:
+    There are a few different forms of DLLs wine can load:
     <variablelist>
       <varlistentry>
 	<term>native</term>
 	<listitem><para>
-	    The DLL's that are included with windows. Many
-	    windows DLL's can be loaded in their native
+	    The DLLs that are included with windows. Many
+	    windows DLLs can be loaded in their native
 	    form. Many times these native versions work
 	    better than their non-Microsoft equivalent --
 	    other times they don't.
@@ -1679,7 +1679,7 @@ ln -s /dev/hda1 r::
       <varlistentry>
 	<term>elfdll</term>
 	<listitem><para>
-	    ELF encapsulated windows DLL's.
+	    ELF encapsulated windows DLLs.
 	      No longer used, ignored.
 	  </para></listitem>
       </varlistentry>



More information about the wine-cvs mailing list