From 57eec704c3ddea0fecea2d8fbd1c3547f0b8fccf Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 17 Apr 2016 21:07:27 +0100 Subject: [PATCH] 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 Signed-off-by: Emil Velikov --- 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 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 parent 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 - LoaderSetPath(). + are automatically unloaded when the parent module is unloaded.