Removed SO loading type.

diff --git a/documentation/configuring.sgml b/documentation/configuring.sgml
index 304337f..45762f1 100644
--- a/documentation/configuring.sgml
+++ b/documentation/configuring.sgml
@@ -538,7 +538,7 @@
                 <varlistentry>
                   <term>so</term>
                   <listitem><para>
-                      Native ELF libraries. Will not work yet.
+                      Native ELF libraries. Has been deprecated, ignored.
                     </para></listitem>
                 </varlistentry>
                 <varlistentry>
@@ -559,7 +559,7 @@
             These settings provide wine's default handling of DLL loading.
           </para>
           <para>
-            <programlisting>"DefaultLoadOrder" =" native, so, builtin"</programlisting>
+            <programlisting>"DefaultLoadOrder" =" native, builtin"</programlisting>
           </para>
           <para>
             This setting is a comma-delimited list of the order in
@@ -1617,16 +1617,6 @@
                   that Wine is able to load on demand.
                 </para> </listitem>
             </varlistentry>
-            <varlistentry>
-              <term>so</term>
-              <listitem> <para>
-                  A native Unix <filename>.so</filename> file, with
-                  calling convention conversion thunks generated on the
-                  fly as the library is loaded. This is mostly useful
-                  for libraries such as "glide" that have exactly the
-                  same API on both Windows and Unix.
-                </para> </listitem>
-            </varlistentry>
           </variablelist>
         </sect3>
 
diff --git a/documentation/wine.conf.man b/documentation/wine.conf.man
index 9062d1e..75ccc50 100644
--- a/documentation/wine.conf.man
+++ b/documentation/wine.conf.man
@@ -192,14 +192,14 @@
 .PP
 .B [DllOverrides]
 .br
-.I format: """modulename""=""native,so,builtin"""
+.I format: """modulename""=""native,builtin"""
 .br
 .I modulename
 can be any valid DLL module name. If no extension is specified .dll is
 assumed. The specified value is a comma separated list of module-types
 to try to load in that specific order. Case is not important and only
-the first letter of each type is enough to identify the type n[ative],
-s[o], b[uiltin]. Also whitespace is ignored. See also commandline
+the first letter of each type is enough to identify the type n[ative]
+or b[uiltin]. Also whitespace is ignored. See also commandline
 option
 .I --dll
 for details about the allowable types.
@@ -208,7 +208,7 @@
 .I """*"""
 specifies the load order to use for modules not explicitly
 mentioned. If the wildcard entry is not found, then the order
-"native,builtin,so" is used.
+"native,builtin" is used.
 .br
 Examples:
 .br
diff --git a/documentation/wine.man.in b/documentation/wine.man.in
index 43cbced..decee80 100644
--- a/documentation/wine.man.in
+++ b/documentation/wine.man.in
@@ -105,20 +105,18 @@
 in the source distribution (FIXME: outdated).
 .RE
 .TP
-.I --dll name[,name[,...]]={native|so|builtin}[,{n|s|b}[,...]]
+.I --dll name[,name[,...]]={native|builtin}[,{n|b}[,...]]
 Selects the override type and load order of dll used in the loading
 process for any dll. The default is set in the configuration
 file. There are currently three types of libraries that can be loaded
 into a process' address space: Native windows dlls (
 .I native
-), native ELF libraries (
-.I so
-)and 
+), 
 .B wine 
 internal dlls (
 .I builtin
 ). The type may be abbreviated with the first letter of the type (
-.I n, s, b
+.I n, b
 ). Each sequence of orders must be separated by commas.
 .br
 Each dll may have its own specific load order. The load order