[WINEDOCS] Fix DLLs vs. DLL's

Francois Gouget fgouget at free.fr
Mon Jun 20 05:02:48 CDT 2005


Changelog:

  * en/winelib-porting.sgml
    en/wineusr-configuring.sgml

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

-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                               145 = 1! + 4! + 5!
-------------- next part --------------
Index: en/winelib-porting.sgml
===================================================================
RCS file: /cvsroot/wine/docs/en/winelib-porting.sgml,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 winelib-porting.sgml
--- en/winelib-porting.sgml	9 May 2005 05:31:09 -0000	1.1.1.1
+++ en/winelib-porting.sgml	20 Jun 2005 09:53:26 -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: en/wineusr-configuring.sgml
===================================================================
RCS file: /cvsroot/wine/docs/en/wineusr-configuring.sgml,v
retrieving revision 1.2
diff -u -p -r1.2 wineusr-configuring.sgml
--- en/wineusr-configuring.sgml	18 May 2005 11:50:16 -0000	1.2
+++ en/wineusr-configuring.sgml	20 Jun 2005 09:53:27 -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-patches mailing list