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>