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 fc6ebe1e1d "Convert LinuxDoc
documents to DocBook/XML"

Reviewed-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
Emil Velikov 2016-04-17 21:07:27 +01:00 committed by Adam Jackson
parent 2196bb5038
commit 57eec704c3

View File

@ -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 described above, except that the module loaded is registered as a
child of the calling module. The <parameter>parent</parameter> parameter child of the calling module. The <parameter>parent</parameter> parameter
is the calling module's handle. Modules loaded with this function is the calling module's handle. Modules loaded with this function
are automatically unloaded when the parent module is unloaded. The are automatically unloaded when the parent module is unloaded.
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>.
</para> </para>
</blockquote></para></blockquote> </blockquote></para></blockquote>