summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/xfree86/doc/ddxDesign.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/hw/xfree86/doc/ddxDesign.xml b/hw/xfree86/doc/ddxDesign.xml
index 57f7160e1..2ff2894b9 100644
--- a/hw/xfree86/doc/ddxDesign.xml
+++ b/hw/xfree86/doc/ddxDesign.xml
@@ -5689,11 +5689,7 @@ the server, and may also be used from within modules.
described above, except that the module loaded is registered as a
child of the calling module. The <parameter>parent</parameter> parameter
is the calling module's handle. Modules loaded with this function
- are automatically unloaded when the parent module is unloaded. The
- other difference is that the path parameter may not be specified.
- The module search path used for modules loaded with this function
- is the default search path as initialised with
- <function>LoaderSetPath()</function>.
+ are automatically unloaded when the parent module is unloaded.
</para>
</blockquote></para></blockquote>