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

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46514 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson 2006-10-30 21:56:48 +00:00
parent 11d00cac15
commit 30deec45f8
1 changed files with 1 additions and 1 deletions

View File

@ -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",
};