summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2016-04-17 21:07:27 +0100
committerAdam Jackson <ajax@redhat.com>2017-01-25 14:22:05 -0500
commit57eec704c3ddea0fecea2d8fbd1c3547f0b8fccf (patch)
tree5990b849bbb73b06c91e8afcfd645e4097c6c2cd /hw
parent2196bb50383bd96d364f799018c0693c9309ed7f (diff)
xfree86: remove references to LoadSubModule's path from the doc
Afaics the argument hasn't been part of the API since the documentation has been converted to xml with commit fc6ebe1e1d3 "Convert LinuxDoc documents to DocBook/XML" Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'hw')
-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>