Skip to content
Snippets Groups Projects
Commit 30deec45 authored by Olle Johansson's avatar Olle Johansson
Browse files

show, list, view, display... whatever.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46514 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 11d00cac
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ static struct ast_custom_function ifmodule_function = {
.syntax = "IFMODULE(<modulename.so>)",
.read = ifmodule_read,
.desc = "Checks if a module is loaded. Use the full module name\n"
"as shown by the list in \"show modules\". \n"
"as shown by the list in \"module list\". \n"
"Returns \"1\" if module exists in memory, otherwise \"0\".\n",
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment