projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11d00ca
)
show, list, view, display... whatever.
author
Olle Johansson
<oej@edvina.net>
Mon, 30 Oct 2006 21:56:48 +0000
(21:56 +0000)
committer
Olle Johansson
<oej@edvina.net>
Mon, 30 Oct 2006 21:56:48 +0000
(21:56 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46514
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
funcs/func_module.c
patch
|
blob
|
history
diff --git
a/funcs/func_module.c
b/funcs/func_module.c
index
09d27a0
..
7a6dc43
100644
(file)
--- a/
funcs/func_module.c
+++ b/
funcs/func_module.c
@@
-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",
};