]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
manager: Update ModuleCheck documentation.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 3 Nov 2022 22:01:16 +0000 (22:01 +0000)
committerGeorge Joseph <gjoseph@digium.com>
Tue, 8 Nov 2022 19:47:46 +0000 (13:47 -0600)
The ModuleCheck XML documentation falsely
claims that the module's version number is returned.
This has not been the case since 14, since the version
number is not available anymore, but the documentation
was not changed at the time. It is now updated to
reflect this.

ASTERISK-30285 #close

Change-Id: Idde2d1205a11f2623fa1ddab192faa3dc4081e91

main/manager.c

index 90333a087a14b063267f167c327d45b2740ffff4..496e5c1c8a272f9825ed906fa9ff81834248865c 100644 (file)
                </syntax>
                <description>
                        <para>Checks if Asterisk module is loaded. Will return Success/Failure.
-                       For success returns, the module revision number is included.</para>
+                       An empty Version header is also returned (which doesn't contain
+                       the module revision number).</para>
                </description>
                <see-also>
                        <ref type="manager">ModuleLoad</ref>