[PATCH xserver 1/4] xfree86: remove references from LoadSubModule's path from the doc
Emil Velikov
emil.l.velikov at gmail.com
Sun Apr 17 20:07:27 UTC 2016
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"
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
hw/xfree86/doc/ddxDesign.xml | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/hw/xfree86/doc/ddxDesign.xml b/hw/xfree86/doc/ddxDesign.xml
index 53647d0..a8e539c 100644
--- a/hw/xfree86/doc/ddxDesign.xml
+++ b/hw/xfree86/doc/ddxDesign.xml
@@ -5707,11 +5707,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>
--
2.8.0
More information about the xorg-devel
mailing list